-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Insights: numpy/numpy
Overview
Could not load contribution data
Please try again later
3 Releases published by 1 person
-
v2.3.0rc1 v2.3.0rc1 (May 25, 2025)
published
May 25, 2025 -
v2.3.0 v2.3.0 (June 7, 2025)
published
Jun 7, 2025 -
v2.3.1 v2.3.1 (Jun 21, 2025)
published
Jun 21, 2025
133 Pull requests merged by 38 people
-
MAINT: Update main after 2.3.1 release.
#29257 merged
Jun 21, 2025 -
MAINT: Prepare 2.3.x for further development
#29256 merged
Jun 21, 2025 -
DOC: Fix some markup errors
#29252 merged
Jun 21, 2025 -
REL: Prepare for the NumPy 2.3.1 release [wheel build]
#29251 merged
Jun 20, 2025 -
DOC: Update CONTRIBUTING.rst
#28158 merged
Jun 20, 2025 -
ENH: np.unique: support hash based unique for string dtype
#28767 merged
Jun 20, 2025 -
DEP: Deprecate setting the strides attribute of a numpy array
#28925 merged
Jun 20, 2025 -
ENH: Detect CPU features on FreeBSD / OpenBSD RISC-V64.
#29242 merged
Jun 20, 2025 -
ENH: Detect CPU features on OpenBSD ARM and PowerPC64
#29241 merged
Jun 20, 2025 -
ENH: Detect CPU features on OpenBSD ARM and PowerPC64
#29221 merged
Jun 20, 2025 -
ENH: Detect CPU features on FreeBSD / OpenBSD RISC-V64.
#29224 merged
Jun 20, 2025 -
CI: Add support for building NumPy with LLVM for Win-ARM64
#29238 merged
Jun 19, 2025 -
BUG: Enforce integer limitation in concatenate (#29231)
#29237 merged
Jun 19, 2025 -
BUG: Enforce integer limitation in concatenate
#29231 merged
Jun 19, 2025 -
MAINT: bump
ruff
to0.12.0
#29220 merged
Jun 19, 2025 -
TYP: Support iteration of
StringDType
arrays#29227 merged
Jun 19, 2025 -
BUG: avoid negating unsigned integers in resize implementation (#29230)
#29233 merged
Jun 19, 2025 -
BUG: Address interaction between SME and FPSR (#29223)
#29235 merged
Jun 19, 2025 -
TST: Fix test that uses uninitialized memory (#29232)
#29234 merged
Jun 19, 2025 -
TST: Fix test that uses uninitialized memory
#29232 merged
Jun 19, 2025 -
BUG: avoid negating unsigned integers in resize implementation
#29230 merged
Jun 19, 2025 -
BUG: Address interaction between SME and FPSR
#29223 merged
Jun 18, 2025 -
MAINT: strides comparison performance fix, compare discussion #29179
#29188 merged
Jun 18, 2025 -
CI: Add support for building NumPy with LLVM for Win-ARM64
#29215 merged
Jun 18, 2025 -
TYP: Backport typing fixes
#29222 merged
Jun 17, 2025 -
ENH: improve Timsort with powersort merge-policy
#29208 merged
Jun 17, 2025 -
TYP: Workaround for a mypy issue in
ndarray.__iter__
#29218 merged
Jun 17, 2025 -
MAINT: bump
mypy
to1.16.1
#29219 merged
Jun 17, 2025 -
MAINT: Fix some undef warnings
#29216 merged
Jun 17, 2025 -
BUG: fix linting
#29210 merged
Jun 15, 2025 -
ENH: Enable native half-precision scalar conversion operations on ARM
#25245 merged
Jun 13, 2025 -
TST: additional tests for matmul with non-contiguous input and output
#29197 merged
Jun 13, 2025 -
TYP: fix
ndarray.__array__
annotation forcopy
#29204 merged
Jun 13, 2025 -
BUG: Revert
np.vectorize
casting to legacy behavior (#29196)#29205 merged
Jun 13, 2025 -
DOC: Suppress distutils doc build warnings for python 3.12+
#29160 merged
Jun 13, 2025 -
MAINT: Bump github/codeql-action from 3.28.19 to 3.29.0
#29195 merged
Jun 13, 2025 -
BUG: Revert
np.vectorize
casting to legacy behavior#29196 merged
Jun 13, 2025 -
TYP: Backport typing fixes and improvements.
#29192 merged
Jun 12, 2025 -
BUG: fix matmul with transposed out arg (#29179)
#29191 merged
Jun 12, 2025 -
TYP: add
__all__
innumpy._core.__init__
#29187 merged
Jun 12, 2025 -
BUG: fix matmul with transposed out arg
#29179 merged
Jun 12, 2025 -
MAINT: bump
ruff
to0.11.13
#29186 merged
Jun 12, 2025 -
STY: ruff/isort config tweaks
#29183 merged
Jun 11, 2025 -
TYP: fix
ravel_multi_index
false rejections#29184 merged
Jun 11, 2025 -
CI: Bump
array-api-tests
tov2025.05.23
#29149 merged
Jun 11, 2025 -
MAINT: Bump pypa/cibuildwheel from 3.0.0b4 to 3.0.0
#29180 merged
Jun 11, 2025 -
TYP: Fix missing
_core.numeric
(re-)exports#29166 merged
Jun 11, 2025 -
TYP:
double = float64
andcdouble = complex128
#29155 merged
Jun 11, 2025 -
TYP: fix and improve
numpy.lib._utils_impl
#29181 merged
Jun 11, 2025 -
TYP: Simplified
dtype.__new__
overloads#29168 merged
Jun 11, 2025 -
TYP:
out=...
in ufuncs#29169 merged
Jun 11, 2025 -
TYP:
numpy._NoValue
#29170 merged
Jun 11, 2025 -
TYP: Fix invalid inline annotations in
lib._function_base_impl
#29175 merged
Jun 11, 2025 -
TYP:
any(None)
andall(None)
#29176 merged
Jun 11, 2025 -
TYP:
lib._iotools
annotation improvements#29177 merged
Jun 11, 2025 -
TYP: Accept dispatcher function with optional returns in
_core.overrides
#29171 merged
Jun 11, 2025 -
TST: migrating from pytz to zoneinfo + tzdata (where needed)
#29148 merged
Jun 11, 2025 -
CI: Run mypy with Python 3.13
#29156 merged
Jun 9, 2025 -
DOC: tweak release walkthrough for numpy.org news blurb
#29158 merged
Jun 9, 2025 -
DOC: Remove version switcher colors
#29154 merged
Jun 9, 2025 -
BUG: Missing array-api
capabilities()
key#29147 merged
Jun 8, 2025 -
BUG: remove
NPY_ALIGNMENT_REQUIRED
#29094 merged
Jun 8, 2025 -
TYP: fix minor
f2py
stub inconsistencies#29146 merged
Jun 8, 2025 -
TYP: add missing
numpy.lib
exports#29145 merged
Jun 8, 2025 -
TYP: update typing stubs for
_pyinstaller/hook-numpy.py
#29142 merged
Jun 8, 2025 -
MAINT: Update main after 2.3.0 release.
#29141 merged
Jun 8, 2025 -
MAINT: Prepare 2.3.x for further development
#29140 merged
Jun 7, 2025 -
REL: Prepare for the NumPy 2.3.0 release [wheel build]
#29136 merged
Jun 7, 2025 -
MAINT: Bump mamba-org/setup-micromamba from 2.0.4 to 2.0.5
#29133 merged
Jun 5, 2025 -
MAINT: Fix for segfaults with GCC 15
#29132 merged
Jun 5, 2025 -
ENH, SIMD: Initial implementation of Highway wrapper
#28622 merged
Jun 5, 2025 -
MAINT: Bump
scipy-doctest
to 1.8#29085 merged
Jun 5, 2025 -
DOC: fix typo in Numpy's module structure
#29122 merged
Jun 4, 2025 -
MAINT: Bump conda-incubator/setup-miniconda from 3.1.1 to 3.2.0
#29128 merged
Jun 4, 2025 -
MNT: Update windows-2019 to windows-2022[wheel build]
#28955 merged
Jun 3, 2025 -
MAINT: Bump github/codeql-action from 3.28.18 to 3.28.19
#29121 merged
Jun 3, 2025 -
DOC: remove very outdated info on ATLAS
#29119 merged
Jun 3, 2025 -
TYP: minor ufunc alias fixes in
__init__.pyi
#29120 merged
Jun 3, 2025 -
MAINT: cleanup from finalized concatenate deprecation
#29115 merged
Jun 3, 2025 -
BLD: allow targeting webassembly without emscripten
#29053 merged
Jun 3, 2025 -
MAINT: fix SPDX license expressions for LAPACK, GCC runtime libs
#29118 merged
Jun 3, 2025 -
MAINT: Update to vs2022 in NumPy 2.3.x [wheel build]
#29116 merged
Jun 2, 2025 -
MAINT: fix SPDX license expressions for LAPACK, GCC runtime libs
#29111 merged
Jun 2, 2025 -
DOC: Fix some incorrect reST markups
#29106 merged
Jun 1, 2025 -
TYP: fix NDArray[integer] inplace operator mypy issue
#29100 merged
May 31, 2025 -
BUG: f2py: thread-safe forcomb (#29091)
#29099 merged
May 31, 2025 -
PERF: Make NpzFile member existence constant time
#29101 merged
May 31, 2025 -
TYP: run mypy in strict mode
#29097 merged
May 31, 2025 -
BENCH: Increase array sizes for ufunc and sort benchmarks
#29084 merged
May 31, 2025 -
PERF: Make NpzFile member existence checks constant-time
#29098 merged
May 31, 2025 -
BUG: f2py: thread-safe forcomb
#29091 merged
May 31, 2025 -
TYP: fix
NDArray[integer]
inplace operator mypy issue#29092 merged
May 30, 2025 -
MAINT: bump
mypy
to1.16.0
#29095 merged
May 30, 2025 -
MAINT: Bump ossf/scorecard-action from 2.4.1 to 2.4.2
#29093 merged
May 30, 2025 -
MNT: Avoid use of deprecated _PyDict_GetItemStringWithError in f2py
#29089 merged
May 29, 2025 -
MAINT: Add
build-*
directories to.gitignore
#29088 merged
May 29, 2025 -
CI: bump to cibuildwheel 3.0.0b4
#29080 merged
May 29, 2025 -
CI: clean up cibuildwheel config a bit
#29078 merged
May 29, 2025 -
BLD: bump OpenBLAS version, use OpenBLAS for win-arm64 [wheel build]
#29082 merged
May 29, 2025 -
MAINT: Avoid use of deprecated _PyDict_GetItemStringWithError in f2py
#29083 merged
May 29, 2025 -
BLD: bump OpenBLAS version, use OpenBLAS for win-arm64
#29039 merged
May 29, 2025 -
MAINT: Enforce ruff E501
#29068 merged
May 29, 2025 -
MAINT: Convert multiarray to multi-phase init (PEP 489)
#29022 merged
May 29, 2025 -
MAINT: Convert pocketfft_umath to multi-phase init (PEP 489)
#29028 merged
May 29, 2025 -
TYP: Type
MaskedArray.__{add,radd,sub,rsub}__
#29012 merged
May 28, 2025 -
MAINT: Convert lapack_lite to multi-phase init (PEP 489)
#29029 merged
May 28, 2025 -
MAINT: Convert dummymodule to multi-phase init (PEP 489)
#29026 merged
May 28, 2025 -
MAINT: Convert umath_linalg to multi-phase init (PEP 489)
#29030 merged
May 28, 2025 -
TYP: Various typing fixes.
#29070 merged
May 27, 2025 -
BUG: add bounds-checking to in-place string multiply
#29074 merged
May 27, 2025 -
BLD: use sonoma image on Cirrus for wheel build
#29073 merged
May 27, 2025 -
BUG: add bounds-checking to in-place string multiply
#29060 merged
May 27, 2025 -
MAINT: use pypy 3.11 nightly which has a fix for ctypeslib
#29072 merged
May 27, 2025 -
TYP: fill in some of the missing annotations in the stubs
#29058 merged
May 27, 2025 -
TYP: Use
AnyShape
inMaskedArray
type alias#29063 merged
May 27, 2025 -
TYP: fix invalid overload definition in
_core.defchararray.add
#29057 merged
May 27, 2025 -
DOC: fix typo in documentation of vecmat
#29066 merged
May 27, 2025 -
BLD: use sonoma image on Cirrus for wheel build
#29061 merged
May 27, 2025 -
TYP: annotate
strings.slice
#29048 merged
May 25, 2025 -
TYP: remove expired
tostring
methods#29050 merged
May 25, 2025 -
MNT: use pypy 3.11 nightly which has a fix for ctypeslib
#29051 merged
May 25, 2025 -
REL: Prepare for the NumPy 2.3.0rc1 release [wheel build]
#29047 merged
May 25, 2025 -
DOC: Expand/clean up extension module import error
#29036 merged
May 23, 2025 -
CI: update cibuildwheel to 3.0.0b1 and enable cp314 and cp314t nightlies
#29007 merged
May 23, 2025 -
BUG: Fix cache use regression
#29046 merged
May 23, 2025 -
BUG: Fix f2py derived types in modules
#29044 merged
May 23, 2025 -
BUG: Avoid compile errors in f2py modules
#29043 merged
May 23, 2025 -
MNT: constant string arrays instead of pointers in C
#29042 merged
May 23, 2025 -
BUG: Fix cache use regression
#29041 merged
May 23, 2025 -
ENH: add __array_function__ protocol in polynomial
#28996 merged
May 23, 2025 -
BUG: Fix f2py derived types in modules
#29040 merged
May 23, 2025 -
BUG: Avoid compile errors in f2py modules
#29034 merged
May 23, 2025 -
MNT: constant string arrays instead of pointers in C
#28985 merged
May 23, 2025
27 Pull requests opened by 22 people
-
ENH: show warning when np.maximum receives more than 2 inputs
#29052 opened
May 25, 2025 -
WIP: For testing, optionally preserve 0-D arrays in operations
#29067 opened
May 27, 2025 -
BLD: use github to build macos-arm64 wheels with OpenBLAS
#29069 opened
May 27, 2025 -
ENH: `float.from_number` implementation
#29077 opened
May 28, 2025 -
ENH: Convert arithm_fp from C universal intrinsics to C++ using Highway
#29102 opened
May 31, 2025 -
BUG: Allow np.percentile to operate on float16 data
#29105 opened
May 31, 2025 -
PERF: Use interned strings for Python attr methods: "real" and "imag"
#29107 opened
Jun 1, 2025 -
ENH: Improve error message in numpy.testing.assert_array_compare
#29112 opened
Jun 2, 2025 -
DEP: rename hanning windows to hann window while keeping compatibility
#29123 opened
Jun 4, 2025 -
ENH: add a casting option 'same_value' and use it in np.astype
#29129 opened
Jun 5, 2025 -
ENH: Allow the user to specify the displayed precision when a comparison fails.
#29135 opened
Jun 6, 2025 -
BUG: make round consistently return a copy
#29137 opened
Jun 7, 2025 -
DOC: Document assertion comparison behavior between scalar and empty array
#29143 opened
Jun 7, 2025 -
WIP memmap multithreaded segfault
#29157 opened
Jun 9, 2025 -
ENH: Use itertools.product for ndindex to improve performance
#29165 opened
Jun 10, 2025 -
STY: ruff/isort config tweaks - episode 2
#29185 opened
Jun 11, 2025 -
BUG: Fix NEON_FP16 check for MSVC
#29199 opened
Jun 12, 2025 -
ENH: add np.array_info utility for quick array summaries
#29206 opened
Jun 13, 2025 -
ENH, SIMD: Optimize the hyperbolic implementation based on Highway wr…
#29211 opened
Jun 16, 2025 -
CI: Add native ``ppc64le`` CI job using GitHub Actions
#29212 opened
Jun 16, 2025 -
ENH: Let numpy.size accept multiple axes.
#29240 opened
Jun 19, 2025 -
DEP: Deprecate setting the dtype of an exact numpy.ndarray
#29244 opened
Jun 20, 2025 -
TST: Remove most ``*/tests/__init__.py``
#29246 opened
Jun 20, 2025 -
TYP: Work around a mypy issue with bool arrays
#29248 opened
Jun 20, 2025 -
MAINT: Enable linting with ruff E501
#29250 opened
Jun 20, 2025 -
ENH: zero initialize variable for elf_aux_info()
#29253 opened
Jun 21, 2025 -
DOC: Clarify dtype argument for __array__ in custom container guide
#29254 opened
Jun 21, 2025
53 Issues closed by 16 people
-
DOC: Tighten up first-time contributor suggestion on README.md and dev.index.rst
#19778 closed
Jun 20, 2025 -
np.unique: support string dtypes
#28364 closed
Jun 20, 2025 -
MNT: new deprecations from CPython struct module in ctypes tests
#28926 closed
Jun 20, 2025 -
BUG: Invalid pointer with complex matrix multiply
#28843 closed
Jun 20, 2025 -
BUG: Numpy: 2.3.0 - loadtxt cannot read complex numbers written by savetxt
#29236 closed
Jun 20, 2025 -
BUG: SystemError when calling numpy.resize with unsigned integer size
#29225 closed
Jun 19, 2025 -
BUG: wrong errors e.g. "divide by zero encountered in matmul" on MacOS M4
#28687 closed
Jun 18, 2025 -
ENH: Provide NumPy Wheels for Windows on ARM Compiled with LLVM Toolchain
#29174 closed
Jun 18, 2025 -
TYP: incorrect type inference for iteration elements? (numpy 2.3.0)
#29214 closed
Jun 17, 2025 -
Compiler warnings with `-Wundef`.
#29138 closed
Jun 17, 2025 -
ENH: Windows console executable f2py.exe missing ASLR
#29207 closed
Jun 17, 2025 -
BUG: numpy 2.3.0 gives segmentation fault with astropy string parsing gufunc.
#29190 closed
Jun 16, 2025 -
TYP: typehints for __array__
#29203 closed
Jun 13, 2025 -
DOC: Spin docs gives errors (distutils) on new codespaces (because python 3.12 in environment.yml)
#29131 closed
Jun 13, 2025 -
BUG: anti-pattern type cast behaviour in numpy 2.x
#29202 closed
Jun 13, 2025 -
BUG: The output of np.vectorize for int32 inputs is promoted to int64
#29189 closed
Jun 13, 2025 -
anaconda-client is failing to build on windows arm64
#29139 closed
Jun 12, 2025 -
BUG: unexplainable Runtimewarning in numpy.dot() of numpy version 2.3.0
#29194 closed
Jun 12, 2025 -
ENH: `ndarray.isin`
#20092 closed
Jun 12, 2025 -
bincount does not accept complex valued weights
#23313 closed
Jun 12, 2025 -
BUG: Instantiation of object arrays
#29172 closed
Jun 12, 2025 -
BUG: Incorrect result for `numpy.matmul` when `order="F"` is passed
#29164 closed
Jun 12, 2025 -
TYP: Inconsistent behavior when assigning arrays of a scalar type to arrays using the scalar's alias
#29151 closed
Jun 11, 2025 -
TST: migrate from pytz to zoneinfo + tzdata (where needed)
#29064 closed
Jun 11, 2025 -
Cannot install numpy version 2.3.0 without a compiler
#29173 closed
Jun 11, 2025 -
BUG: wrong frequency wrapping in fft.fftfreq for even n
#29162 closed
Jun 10, 2025 -
DOC: numpy. 2.0 documentation shows red in the version pulldown
#27248 closed
Jun 9, 2025 -
GCC 15.1.1 compiles NumPy, but the tests segfault.
#28991 closed
Jun 8, 2025 -
Formal names for 2.3.0 contributors
#28951 closed
Jun 6, 2025 -
TST: numpy compiled with debug crashes in test_dict_recursion
#29114 closed
Jun 3, 2025 -
ENH: Feature Request: Left (and Right) inverse of the Cross Product
#29110 closed
Jun 2, 2025 -
DOC: Debian trixie package `libatlas-base-dev` removed
#29108 closed
Jun 2, 2025 -
Support for Python 3.13 version and above - Failing to download
#29113 closed
Jun 2, 2025 -
ENH: Sync theme on website based on device preferences
#29104 closed
Jun 2, 2025 -
DOC: How do I find the implementation of numpy.ufunc?
#29109 closed
Jun 1, 2025 -
BUG: ``np.dtype`` object does not produce consistent hashes.
#17864 closed
Jun 1, 2025 -
BUG: Importing numpy `2.2.6` for Python 3.12.10, GCC 11.4.0 on linux throws a segmentation fault
#29075 closed
May 31, 2025 -
Accessing items in NpzFile using [] is accidentally linear
#29081 closed
May 31, 2025 -
BUG: thread safety issue in f2py implementation
#29086 closed
May 31, 2025 -
BLD: use OpenBLAS in the windows-arm64 build
#29035 closed
May 29, 2025 -
ENH: Allow interp to process multiple signals by passing multidimensional fp
#26433 closed
May 27, 2025 -
BUG: in-place fixed-width string multiply doesn't do overflow checking
#29011 closed
May 27, 2025 -
3.14 wheels
#29062 closed
May 27, 2025 -
BUG: pip install fails on ppc64le after VSX4 introducion
#25436 closed
May 27, 2025 -
Cannot install on Ubuntu 24.10
#28903 closed
May 27, 2025 -
Packaging openblas libraries with numpy wheel
#29010 closed
May 27, 2025 -
No module named 'numpy.core._multiarray_umath' ~ Bazel Edition
#29017 closed
May 27, 2025 -
BUG: regression in `np.vectorize` on numpy 2.3.0dev
#29049 closed
May 26, 2025 -
BUG: NumPy 2.3.0 regression - corrupted array values
#29038 closed
May 25, 2025 -
BUG: f2py failing to parse fix-form Fortran
#28749 closed
May 23, 2025 -
ENH: add __array_function__ protocol to polyval2d and polygrid2d
#28866 closed
May 23, 2025 -
BUG: f2py fails to compile modules with derived types after changes in 2.2.0
#29037 closed
May 23, 2025 -
BUG: cannot use `np.save` and `allow_pickle=True` with data larger than 4 GB
#26224 closed
May 22, 2025
35 Issues opened by 27 people
-
PyPI disk space used up (again)
#29255 opened
Jun 21, 2025 -
BUG: polyfit([0],[0],1) crashes
#29249 opened
Jun 20, 2025 -
BUG: np.bool is not subscriptable at run time
#29247 opened
Jun 20, 2025 -
TYP: mypy returns dtype of np.bool[Literal[False]] for array of bools
#29245 opened
Jun 20, 2025 -
ENH: Let numpy.size accept multiple axes
#29239 opened
Jun 19, 2025 -
ENH: Add a public API for generating hashable buffers
#29229 opened
Jun 18, 2025 -
BUG: numpy 1.26.4 is not supported on macOS<13.3 ?
#29228 opened
Jun 18, 2025 -
BUG: hashlib: hash collision for StringDType
#29226 opened
Jun 18, 2025 -
BUG: `load` no longer reads files with `shape=(-1,...)`
#29217 opened
Jun 17, 2025 -
BUG: <incorrect processing mode wrap 'BUG: ' np.pad>
#29213 opened
Jun 16, 2025 -
ENH: Support scalar operations against python `datetime` and `timedelta`
#29201 opened
Jun 13, 2025 -
BUG: object einsum assumes 0 identity
#29200 opened
Jun 13, 2025 -
Tracking issue for rpds-py release for win-arm64
#29198 opened
Jun 12, 2025 -
BUG: Importing Numpy very CPU-intensive with non-small thread count
#29193 opened
Jun 12, 2025 -
BUG: incorrect promotion for Python integer inputs in `ldexp`
#29182 opened
Jun 11, 2025 -
NumPy Security roadmap proposal
#29178 opened
Jun 11, 2025 -
BUG: __array__ method return object itself when returning an array with single item
#29161 opened
Jun 10, 2025 -
BUG: read_array_header_1_0 errors if read_magic has not been called first
#29159 opened
Jun 9, 2025 -
ENH: np.reduce should allow broadcasting `WHERE` with `ARRAY` in either direction
#29152 opened
Jun 9, 2025 -
No wheels for NumPy 2.3.0 on amazon linux 2 AWS lambda image
#29150 opened
Jun 9, 2025 -
ENH: Add reverse argument to ufunc.accumulate, cumsum, nancumsum, cumprod, nancumprod
#29144 opened
Jun 8, 2025 -
Cannot compile numpy with GCC 16.0.0 (development version)
#29130 opened
Jun 5, 2025 -
BUG: noGIL: segfault in custom dtype creation C API
#29127 opened
Jun 4, 2025 -
BUG: memmap multithreaded segfault on on-disk collision
#29126 opened
Jun 4, 2025 -
CI: Enable GitHub Actions CI for `ppc64le` (Power architecture) support
#29125 opened
Jun 4, 2025 -
BUG: For integer arguments, `round` returns a view while `ceil` returns a copy
#29124 opened
Jun 4, 2025 -
DEV: stop monkeypatching and use of `autouse=True` fixtures by default in test suite
#29090 opened
May 30, 2025 -
BUG: `spin ipython` trouble with `--build-dir`
#29087 opened
May 29, 2025 -
DOC: add developer docs for running numpy tests and scripts under ASAN and TSAN
#29079 opened
May 28, 2025 -
DOC: Document `nan_to_num` to accept arrays as its `nan` argument
#29076 opened
May 28, 2025 -
ENH: Use BLAS in np.einsum when optimize=False
#29071 opened
May 27, 2025 -
BUG: Inconsistent behaviour of np.clip with pandas Series as input
#29055 opened
May 26, 2025 -
DOC: `np.nan_to_num(..., copy=)` uses NumPy 1.x description
#29045 opened
May 23, 2025
63 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
ENH: Use array indexing preparation routines for flatiter objects
#28590 commented on
Jun 12, 2025 • 14 new comments -
MNT: Enforce ruff/Perflint rules (PERF)
#28970 commented on
May 28, 2025 • 11 new comments -
ENH, API: New sorting mechanism for DType API
#28516 commented on
Jun 1, 2025 • 7 new comments -
MAINT: Convert _simd.c to multi-phase init (PEP 489)
#29025 commented on
Jun 3, 2025 • 5 new comments -
ENH: Modulate dispatched x86 CPU features
#28896 commented on
Jun 14, 2025 • 5 new comments -
ENH: Convert arithmetic from C universal intrinsics to C++ using Highway
#27402 commented on
Jun 20, 2025 • 3 new comments -
DOC: Fix ambiguity in polyfit description
#28147 commented on
May 24, 2025 • 3 new comments -
BUG: quantile should error when weights are all zeros
#28595 commented on
Jun 4, 2025 • 1 new comment -
ENH: Convert unary from C universal intrinsics to C++ using Highway
#28608 commented on
Jun 13, 2025 • 0 new comments -
DOC: numpy.concat version added
#28566 commented on
Jun 11, 2025 • 0 new comments -
ENH: Convert comparison from C universal intrinsics to C++ using Highway
#28490 commented on
Jun 13, 2025 • 0 new comments -
ENH: Improve Release Notes with AI-functionalities and Bug Fixes
#27357 commented on
Jun 11, 2025 • 0 new comments -
API: No timedelta/datetimes are not integers and do not promote
#22568 commented on
Jun 14, 2025 • 0 new comments -
np.unique: support float dtypes
#28363 commented on
Jun 21, 2025 • 0 new comments -
DOC: Note that concat did not exist before numpy 2.0 is missing
#28369 commented on
Jun 20, 2025 • 0 new comments -
BUG: PyObject_GetBuffer on a numpy array does not match the Python spec
#28272 commented on
Jun 18, 2025 • 0 new comments -
BUG: `timedelta64` with ns units converts to python `int` rather than a python `timedelta`
#28596 commented on
Jun 16, 2025 • 0 new comments -
Make `eig/eigvals` always return complex eigenvalues
#29000 commented on
May 22, 2025 • 0 new comments -
ENH: Convert unary_fp from C universal intrinsics to C++ using Highway
#28718 commented on
Jun 17, 2025 • 0 new comments -
BUG: Converting large integer to np.longdouble can raise ValueError
#28722 commented on
May 22, 2025 • 0 new comments -
BLD: Add support for building iOS wheels
#28759 commented on
Jun 11, 2025 • 0 new comments -
ENH: Convert unary_complex from C universal intrinsics to C++ using Highway
#28815 commented on
Jun 17, 2025 • 0 new comments -
DOC: Add examples to broadcasting documentation for 2D and 3D array cases
#28891 commented on
May 24, 2025 • 0 new comments -
DEP: Deprecate ma.round_ and add warning test
#28899 commented on
May 30, 2025 • 0 new comments -
DEP: Deprecate setting the strides and dtype of a numpy array
#28901 commented on
Jun 20, 2025 • 0 new comments -
ENH: Convert unary_fp_le from C universal intrinsics to C++ using Highway
#28919 commented on
Jun 17, 2025 • 0 new comments -
ENH: ``__trunc__`` for floating and integer types
#28949 commented on
May 28, 2025 • 0 new comments -
ENH: Convert minmax from C universal intrinsics to C++ using Highway
#29001 commented on
Jun 17, 2025 • 0 new comments -
MAINT: Convert umath to multi-phase init (PEP 489)
#29023 commented on
Jun 11, 2025 • 0 new comments -
MAINT: Convert the ufunc tutorial to multi-phase init (PEP 489)
#29024 commented on
Jun 3, 2025 • 0 new comments -
MAINT: Convert limited API examples to multi-phase init (PEP 489)
#29027 commented on
Jun 3, 2025 • 0 new comments -
MAINT: Convert extbuild to multi-phase init (PEP 489)
#29031 commented on
Jun 3, 2025 • 0 new comments -
DOC: Add information (maybe just release note) for typing regressions
#28077 commented on
May 22, 2025 • 0 new comments -
BUG: TypeError: add_docstring() argument 2 must be str, not None
#13248 commented on
May 23, 2025 • 0 new comments -
BUG: intersphinx pages for ufuncs are under `:data:`
#28734 commented on
May 24, 2025 • 0 new comments -
ENH: Interpolation should be able to interpolate vectorised inputs
#23434 commented on
May 25, 2025 • 0 new comments -
ENH: show an warning when np.maximum received more than two inputs
#27639 commented on
May 26, 2025 • 0 new comments -
ENH: Use multi-phase initialisation (PEP 489) for extension modules
#29021 commented on
May 26, 2025 • 0 new comments -
BUG: locals() iteration bug fix for python 3.12 is missing from 1.x releases
#28922 commented on
May 27, 2025 • 0 new comments -
ENH: assert_allclose show indices and values of maximum differences on failure
#28827 commented on
May 27, 2025 • 0 new comments -
BLD: Error installing Numpy 2.2.2 / 2.2.4 (2.2.x) on Raspberry Pi with Python3.13
#28704 commented on
May 28, 2025 • 0 new comments -
BUG interp wrong if input xp isn't sorted
#10448 commented on
May 30, 2025 • 0 new comments -
"Warning: Numpy built with MINGW-W64 on Windows 64 bits" + Crash
#26038 commented on
May 30, 2025 • 0 new comments -
ENH: Add a "broadcast" option to numpy.concatenate
#28549 commented on
May 31, 2025 • 0 new comments -
BUG: unexpected type promotion multiplying a masked array with an integer
#27029 commented on
May 31, 2025 • 0 new comments -
BUG: np.percentile fails with internal overflow when using float16 input on large arrays
#29003 commented on
Jun 1, 2025 • 0 new comments -
BUG: dtype comparison coerces generously leading to hash problems
#7242 commented on
Jun 2, 2025 • 0 new comments -
BUG: memory leak on `numpy.linalg.solve`
#27629 commented on
Jun 2, 2025 • 0 new comments -
np.fromfile accepts a gzip file object but silently returns corrupt data
#10866 commented on
Jun 3, 2025 • 0 new comments -
Releasing PowerPC (ppc64le) wheels?
#22318 commented on
Jun 4, 2025 • 0 new comments -
Unnecessary dependence in fromfile on the ability to seek into a file
#28840 commented on
Jun 5, 2025 • 0 new comments -
Feature Request: add hann alias for incorrectly named hanning function, update hanning documentation
#17303 commented on
Jun 5, 2025 • 0 new comments -
BUG: Integer overflow warning applies to scalars but not arrays
#8987 commented on
Jun 6, 2025 • 0 new comments -
BUG: MacOS matmul FPE heisenbug seen on CI
#28227 commented on
Jun 6, 2025 • 0 new comments -
Add methods from the builtin float types to the numpy floating point types
#13375 commented on
Jun 9, 2025 • 0 new comments -
`-fno-strict-aliasing` usage - is it needed, and if so do we default to it?
#25004 commented on
Jun 9, 2025 • 0 new comments -
ENH: No longer auto-convert array scalars to numpy scalars in ufuncs (and elsewhere?)
#24897 commented on
Jun 10, 2025 • 0 new comments -
DOC, CI: Add a "skip" option to only run docs-related CI checks
#24574 commented on
Jun 10, 2025 • 0 new comments -
ENH,MAINT: Use METH_FASTCALL for scalar methods forwarding
#28814 commented on
Jun 11, 2025 • 0 new comments -
ENH: Add CPU feature detection for SVE2
#21638 commented on
Jun 12, 2025 • 0 new comments -
bincount fails for complex weights
#16903 commented on
Jun 12, 2025 • 0 new comments -
MAINT: Enable linting with ruff E501
#28947 commented on
Jun 15, 2025 • 0 new comments -
DOC: docs build warnings
#28694 commented on
Jun 16, 2025 • 0 new comments