Issues
- 1
ENH: add a use_blas=bool kwarg to einsum
#30171 opened by mattip - 5
- 8
- 16
- 2
- 0
BUG: C code generated by f2py is not C23 compliant
#30167 opened by sergiocallegari - 2
BUG: Missing decref on error in PyArray_NewFromDescr
#30152 opened by mdavidsaver - 4
TST: a flaky test on macOS arm64 (RuntimeWarning: invalid value encountered in matmul)
#30162 opened by neutrinoceros - 13
ENH: Add test for the SWIG interface
#30131 opened by rlaboiss - 7
HUH: ``squeeze``ing scalars
#30109 opened by jorenham - 0
- 1
ENH: Match Fancy Indexing performance with C-Order on Fortran Array
#30156 opened by william-silversmith - 2
BUG: Build fails with OpenBLAS nightly due to C++20 keyword collision (requires) in multiarray/ctors.*
#30151 opened by athurdekoos - 5
- 6
BUG: `>f4` dtype looses NaN Payload
#30133 opened by robsdedude - 6
- 10
BUG: Windows-ARM64 tests failing in `linalg.cond`
#30089 opened by broesler - 15
BUG: Binary Builds Deadlock due to OpenBLAS threading issue with fork
#30092 opened by FreddieWitherden - 12
BUG: Missing signatures for ufuncs
#30095 opened by jacobtomlinson - 2
سلام
#30120 opened by mahmoudkhdadad21-lang - 2
BUG: Fail to compile wrap file generated with SWIG 4.4
#30122 opened by rlaboiss - 3
DOC: Mention Blosc2 as an array library in numpy.org
#30107 opened by FrancescAlted - 1
BUG: `np.vectorize` wrapped functions are slower when keyword arguments are involved
#30116 opened by Yeshwanth-G - 2
BUG: np.unique: return_index does not reflect the first occurrence for complex arrays with NaN
#30113 opened by math-hiyoko - 5
- 12
Mailmap maintenance for 2.4.0
#30087 opened by charris - 6
TYP: typing issue with `np.object_` dtype iteration
#30103 opened by acabal33uab - 3
DEP: Deprecate np.fix
#30096 opened by Nitroxyz - 11
How to disable BLAS/LAPACK when building Numpy v2.3+
#30094 opened by noonchen - 0
- 0
- 0
BUG: Slogdet divide by 0 runtime warning in accelerate
#30079 opened by rlucas7 - 3
DOC: Confusing advanced indexing when mixing tuple, integer, and range
#30022 opened by rocketcollider - 1
- 8
ENH: add atol and rtol to np.unique to allow meaningful comparison of floating types
#30072 opened by nfparham - 2
BUG: Numpy reports some error and program crashed after install a comfyui custom node
#30028 opened by Larry-Louis - 8
- 0
BUG: weighted quantile returns incorrect result when reducing over multiple axes
#30069 opened by cakedev0 - 1
ENH: Replace nan-ignoring functions with an ignore_nan flag to their normal counterparts
#30046 opened by carlosgmartin - 2
TST: UBSan CI crash
#29953 opened by ngoldbaum - 1
BUG: truediv with object array and timedelta64 raises
#30025 opened by rhshadrach - 2
BUG: trim_zeros fails with sequence of axes
#29945 opened by jakevdp - 0
- 3
- 0
BUG: MaskedArray.mean (and sum) do not propagate subclass metadata via _update_from, unlike var/std
#30037 opened by myscience - 7
- 6
ENH: Add function to compute the mode of integer parts of floating-point arrays
#30017 opened by teatbd - 2
- 1
DOC: typo in 2.3.4 release note
#29995 opened by jeanwsr - 5
TYP: Type hint for np.random.Generator.shuffle is wrong
#29974 opened by bmerry