issues
search
Quansight-Labs
/
numpy.net
A port of NumPy to .Net
BSD 3-Clause "New" or "Revised" License
137
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Any consideration to support using Range for Slicing?
#66
JackTheSpades
opened
1 month ago
5
This error shouldn't be happening, right?
#65
lintao185
opened
5 months ago
5
Would it be more scalable and have better performance if ndarray.tobytes() returned a Span<byte>?
#64
lintao185
opened
5 months ago
7
Bump SixLabors.ImageSharp from 1.0.0-beta0007 to 2.1.8 in /src/UserTestApps/CSHARPCPPN/CSHARPCPPN
#63
dependabot[bot]
opened
7 months ago
0
open NumpyDonet may not support AOT
#62
a1821216780
opened
8 months ago
3
Bump SixLabors.ImageSharp from 1.0.0-beta0007 to 2.1.7 in /src/UserTestApps/CSHARPCPPN/CSHARPCPPN
#61
dependabot[bot]
closed
7 months ago
1
Convolve return ndarray with wrong size
#60
DeanZhuo
closed
9 months ago
2
Consider multitargeting to take advantage of newer .NET performance
#59
lunarcloud
opened
1 year ago
3
np.fromfile() is very slow
#58
OleksiiMatiash
opened
1 year ago
9
RandomAPI.choice() not implemented
#57
rainyl
closed
1 year ago
6
Numpy dotnet Performance Issue
#56
Sundarrajan06295
opened
1 year ago
11
Hello, may I ask if the "linalg" algorithm library will be added in the future?
#55
sdyby2006
opened
1 year ago
1
Consider creating PandasDotNet that is compatible with NumpyDotNet
#54
GeorgeS2019
opened
1 year ago
2
Converting rotated array to bytes, throws IndexOutOfRangeException
#53
Taz145
closed
1 year ago
1
Rotating an array, then attempting to update with advanced indexing causes an index out of bound error
#52
Taz145
closed
1 year ago
3
sliced array (using ndarray[":", "::-1"]) index error
#51
rainyl
closed
1 year ago
6
add np.interp() for real numbers
#50
rainyl
closed
1 year ago
0
np.argsort() throw IndexOutOfRangeException
#49
rainyl
closed
1 year ago
2
np.load, np.save missing
#48
Fokatu
opened
1 year ago
9
Why ndarray operator / is return object not ndarray
#47
ChengYen-Tang
closed
1 year ago
2
[Requirement]Support serialization
#46
ChengYen-Tang
closed
1 year ago
14
np.inf missing
#45
toolgood
closed
1 year ago
1
Cleanup code
#44
ChengYen-Tang
closed
1 year ago
3
Can numpy.net convert ndarray to Array type?
#43
ChengYen-Tang
closed
1 year ago
12
Get data for a shape using a range
#42
ChengYen-Tang
closed
2 years ago
2
np.frombuffer missing
#41
SimonCraenen
closed
1 year ago
4
WIP missing
#40
GeorgeS2019
opened
2 years ago
1
What is issubdtype at numpy.net
#39
ChengYen-Tang
closed
2 years ago
46
[Suggest] make Ndarray == closer to numpy
#38
ChengYen-Tang
closed
2 years ago
2
WIP Tracking Skips Unit Tests
#37
GeorgeS2019
opened
2 years ago
2
Np.fft not found
#36
pty819
closed
2 years ago
1
Consider using .NET interactive notebooks
#35
GeorgeS2019
opened
2 years ago
10
Fix flat itering empty arrays
#34
Happypig375
closed
2 years ago
1
Fix null init
#33
Happypig375
opened
2 years ago
0
Confusing instruction: System.Exception: Unable to determine array type. Could not find any non-null entries. Please specify dtype
#32
Happypig375
closed
2 years ago
1
Fix intended copying behaviour
#31
Happypig375
closed
2 years ago
0
Fixed #19
#30
Happypig375
closed
2 years ago
5
Support custom types properly
#29
Happypig375
closed
2 years ago
1
apply_along_axis returns differently compared to numpy
#28
Happypig375
closed
2 years ago
3
How the license is different from simply MIT license?
#27
GeorgeS2019
closed
2 years ago
10
Integer array indexing on arrays made from stack/concatenation fails to assign values after the 1000th element
#26
Happypig375
closed
2 years ago
2
wrong ndim for single value constructor when numpy type provided
#25
Happypig375
closed
2 years ago
0
np.take using 0D array throws exception
#24
Happypig375
closed
2 years ago
1
np.max and np.min are missing axis parameter
#23
Happypig375
closed
2 years ago
2
Consider replacing object return types with nparray
#22
Happypig375
closed
2 years ago
12
indexing with 0D array
#21
Happypig375
closed
2 years ago
5
np.logical_and should return boolean arrays and not integer arrays
#20
Happypig375
closed
2 years ago
1
np.delete should not flatten its output
#19
Happypig375
closed
2 years ago
2
String parsing returns 0
#18
Happypig375
closed
2 years ago
8
np.array_equal(new int[0], new int[0]) should output True
#17
Happypig375
closed
2 years ago
11
Next