Update dependency numpy to v2 #97
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.23.5
->==2.3.4
Release Notes
numpy/numpy (numpy)
v2.3.4
: (Oct 15, 2025)Compare Source
NumPy 2.3.4 Release Notes
The NumPy 2.3.4 release is a patch release split between a number of maintenance
updates and bug fixes. This release supports Python versions 3.11-3.14. This
release is based on Python 3.14.0 final.
Changes
The
npymath
andnpyrandom
libraries now have a.lib
rather than a.a
file extension on win-arm64, for compatibility for building with MSVC andsetuptools
. Please note that using these static libraries is discouragedand for existing projects using it, it's best to use it with a matching
compiler toolchain, which is
clang-cl
on Windows on Arm.(gh-29750)
Contributors
A total of 17 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.
Pull requests merged
A total of 30 pull requests were merged for this release.
dtype
refcount in__array__
(#29715)__slots__
(#29901)testing._private
(#29902)errstate
(#29914)@classmethod
arg to clsv2.3.3
: 2.3.3 (Sep 9, 2025)Compare Source
NumPy 2.3.3 Release Notes
The NumPy 2.3.3 release is a patch release split between a number of maintenance
updates and bug fixes. This release supports Python versions 3.11-3.14. Note
that the 3.14.0 final is currently expected in Oct, 2025. This release is based
on 3.14.0rc2.
Contributors
A total of 13 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.
Pull requests merged
A total of 23 pull requests were merged for this release.
sorted
kwarg tounique
v2.3.2
: (Jul 24, 2025)Compare Source
NumPy 2.3.2 Release Notes
The NumPy 2.3.2 release is a patch release with a number of bug fixes
and maintenance updates. The highlights are:
This release supports Python versions 3.11-3.14
Contributors
A total of 9 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
Pull requests merged
A total of 16 pull requests were merged for this release.
np.char.array
andnp.char.asarray
...square
onarr \*\* 2
(#29392)Checksums
MD5
SHA256
v2.3.1
: (Jun 21, 2025)Compare Source
NumPy 2.3.1 Release Notes
The NumPy 2.3.1 release is a patch release with several bug fixes,
annotation improvements, and better support for OpenBSD. Highlights are:
matmul
for non-contiguous out kwarg parameternp.vectorize
casting errorsThis release supports Python versions 3.11-3.13, Python 3.14 will be
supported when it is released.
Contributors
A total of 9 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
Pull requests merged
A total of 12 pull requests were merged for this release.
np.vectorize
casting to legacy behavior (#29196)Checksums
MD5
SHA256
v2.3.0
: (June 7, 2025)Compare Source
NumPy 2.3.0 Release Notes
The NumPy 2.3.0 release continues the work to improve free threaded
Python support and annotations together with the usual set of bug fixes.
It is unusual in the number of expired deprecations, code
modernizations, and style cleanups. The latter may not be visible to
users, but is important for code maintenance over the long term. Note
that we have also upgraded from manylinux2014 to manylinux_2_28.
Users running on a Mac having an M4 cpu might see various warnings about
invalid values and such. The warnings are a known problem with
Accelerate. They are annoying, but otherwise harmless. Apple promises to
fix them.
This release supports Python versions 3.11-3.13, Python 3.14 will be
supported when it is released.
Highlights
New functions
New function
numpy.strings.slice
The new function
numpy.strings.slice
was added, which implements fastnative slicing of string arrays. It supports the full slicing API
including negative slice offsets and steps.
(gh-27789)
Deprecations
The
numpy.typing.mypy_plugin
has been deprecated in favor ofplatform-agnostic static type inference. Please remove
numpy.typing.mypy_plugin
from theplugins
section of your mypyconfiguration. If this change results in new errors being reported,
kindly open an issue.
(gh-28129)
The
numpy.typing.NBitBase
type has been deprecated and will beremoved in a future version.
This type was previously intended to be used as a generic upper
bound for type-parameters, for example:
But in NumPy 2.2.0,
float64
andcomplex128
were changed toconcrete subtypes, causing static type-checkers to reject
x: np.float64 = f(np.complex128(42j))
.So instead, the better approach is to use
typing.overload
:(gh-28884)
Expired deprecations
Remove deprecated macros like
NPY_OWNDATA
from Cython interfacesin favor of
NPY_ARRAY_OWNDATA
(deprecated since 1.7)(gh-28254)
Remove
numpy/npy_1_7_deprecated_api.h
and C macros likeNPY_OWNDATA
in favor ofNPY_ARRAY_OWNDATA
(deprecated since 1.7)(gh-28254)
Remove alias
generate_divbyzero_error
tonpy_set_floatstatus_divbyzero
andgenerate_overflow_error
tonpy_set_floatstatus_overflow
(deprecated since 1.10)(gh-28254)
Remove
np.tostring
(deprecated since 1.19)(gh-28254)
Raise on
np.conjugate
of non-numeric types (deprecated since 1.13)(gh-28254)
Raise when using
np.bincount(...minlength=None)
, use 0 instead(deprecated since 1.14)
(gh-28254)
Passing
shape=None
to functions with a non-optional shape argumenterrors, use
()
instead (deprecated since 1.20)(gh-28254)
Inexact matches for
mode
andsearchside
raise (deprecated since1.20)
(gh-28254)
Setting
__array_finalize__ = None
errors (deprecated since 1.23)(gh-28254)
np.fromfile
andnp.fromstring
error on bad data, previously theywould guess (deprecated since 1.18)
(gh-28254)
datetime64
andtimedelta64
construction with a tuple no longeraccepts an
event
value, either use a two-tuple of (unit, num) or a4-tuple of (unit, num, den, 1) (deprecated since 1.14)
(gh-28254)
When constructing a
dtype
from a class with adtype
attribute,that attribute must be a dtype-instance rather than a thing that can
be parsed as a dtype instance (deprecated in 1.19). At some point
the whole construct of using a dtype attribute will be deprecated
(see #25306)
(gh-28254)
Passing booleans as partition index errors (deprecated since 1.23)
(gh-28254)
Out-of-bounds indexes error even on empty arrays (deprecated since
1.20)
(gh-28254)
np.tostring
has been removed, usetobytes
instead (deprecatedsince 1.19)
(gh-28254)
Disallow make a non-writeable array writeable for arrays with a base
that do not own their data (deprecated since 1.17)
(gh-28254)
concatenate()
withaxis=None
usessame-kind
casting bydefault, not
unsafe
(deprecated since 1.20)(gh-28254)
Unpickling a scalar with object dtype errors (deprecated since 1.20)
(gh-28254)
The binary mode of
fromstring
now errors, usefrombuffer
instead(deprecated since 1.14)
(gh-28254)
Converting
np.inexact
ornp.floating
to a dtype errors(deprecated since 1.19)
(gh-28254)
Converting
np.complex
,np.integer
,np.signedinteger
,np.unsignedinteger
,np.generic
to a dtype errors (deprecatedsince 1.19)
(gh-28254)
The Python built-in
round
errors for complex scalars. Usenp.round
orscalar.round
instead (deprecated since 1.19)(gh-28254)
'np.bool' scalars can no longer be interpreted as an index
(deprecated since 1.19)
(gh-28254)
Parsing an integer via a float string is no longer supported.
(deprecated since 1.23) To avoid this error you can
converters=float
keyword argument.np.loadtxt(...).astype(np.int64)
(gh-28254)
The use of a length 1 tuple for the ufunc
signature
errors. Usedtype
or fill the tuple withNone
(deprecated since 1.19)(gh-28254)
Special handling of matrix is in np.outer is removed. Convert to a
ndarray via
matrix.A
(deprecated since 1.20)(gh-28254)
Removed the
np.compat
package source code (removed in 2.0)(gh-28961)
C API changes
NpyIter_GetTransferFlags
is now available to check if the iteratorneeds the Python API or if casts may cause floating point errors
(FPE). FPEs can for example be set when casting
float64(1e300)
tofloat32
(overflow to infinity) or a NaN to an integer (invalidvalue).
(gh-27883)
NpyIter
now has no limit on the number of operands it supports.(gh-28080)
New
NpyIter_GetTransferFlags
andNpyIter_IterationNeedsAPI
changeNumPy now has the new
NpyIter_GetTransferFlags
function as a moreprecise way checking of iterator/buffering needs. I.e. whether the
Python API/GIL is required or floating point errors may occur. This
function is also faster if you already know your needs without
buffering.
The
NpyIter_IterationNeedsAPI
function now performs all the checksthat were previously performed at setup time. While it was never
necessary to call it multiple times, doing so will now have a larger
cost.
(gh-27998)
New Features
The type parameter of
np.dtype
now defaults totyping.Any
. Thisway, static type-checkers will infer
dtype: np.dtype
asdtype: np.dtype[Any]
, without reporting an error.(gh-28669)
Static type-checkers now interpret:
_: np.ndarray
as_: npt.NDArray[typing.Any]
._: np.flatiter
as_: np.flatiter[np.ndarray]
.This is because their type parameters now have default values.
(gh-28940)
NumPy now registers its pkg-config paths with the pkgconf PyPI package
The pkgconf PyPI
package provides an interface for projects like NumPy to register their
own paths to be added to the pkg-config search path. This means that
when using pkgconf
from PyPI, NumPy will be discoverable without needing for any custom
environment configuration.
(gh-28214)
Allow
out=...
in ufuncs to ensure array resultNumPy has the sometimes difficult behavior that it currently usually
returns scalars rather than 0-D arrays (even if the inputs were 0-D
arrays). This is especially problematic for non-numerical dtypes (e.g.
object
).For ufuncs (i.e. most simple math functions) it is now possible to use
out=...
(literally `...`, e.g.out=Ellipsis
) which is identicalin behavior to
out
not being passed, but will ensure a non-scalarreturn. This spelling is borrowed from
arr1d[0, ...]
where the...
also ensures a non-scalar return.
Other functions with an
out=
kwarg should gain support eventually.Downstream libraries that interoperate via
__array_ufunc__
or__array_function__
may need to adapt to support this.(gh-28576)
Building NumPy with OpenMP Parallelization
NumPy now supports OpenMP parallel processing capabilities when built
with the
-Denable_openmp=true
Meson build flag. This feature isdisabled by default. When enabled,
np.sort
andnp.argsort
functionscan utilize OpenMP for parallel thread execution, improving performance
for these operations.
(gh-28619)
Interactive examples in the NumPy documentation
The NumPy documentation includes a number of examples that can now be
run interactively in your browser using WebAssembly and Pyodide.
Please note that the examples are currently experimental in nature and
may not work as expected for all methods in the public API.
(gh-26745)
Improvements
Scalar comparisons between non-comparable dtypes such as
np.array(1) == np.array('s')
now return a NumPy bool instead of aPython bool.
(gh-27288)
np.nditer
now has no limit on the number of supported operands(C-integer).
(gh-28080)
No-copy pickling is now supported for any array that can be
transposed to a C-contiguous array.
(gh-28105)
The
__repr__
for user-defined dtypes now prefers the__name__
ofthe custom dtype over a more generic name constructed from its
kind
anditemsize
.(gh-28250)
np.dot
now reports floating point exceptions.(gh-28442)
np.dtypes.StringDType
is now a generictype which
accepts a type argument for
na_object
that defaults totyping.Never
. For example,StringDType(na_object=None)
returns aStringDType[None]
, andStringDType()
returns aStringDType[typing.Never]
.(gh-28856)
Added warnings to
np.isclose
Added warning messages if at least one of atol or rtol are either
np.nan
ornp.inf
withinnp.isclose
.np.seterr
settings(gh-28205)
Performance improvements and changes
Performance improvements to
np.unique
np.unique
now tries to use a hash table to find unique values insteadof sorting values before finding unique values. This is limited to
certain dtypes for now, and the function is now faster for those dtypes.
The function now also exposes a
sorted
parameter to allow returningunique values as they were found, instead of sorting them afterwards.
(gh-26018)
Performance improvements to
np.sort
andnp.argsort
np.sort
andnp.argsort
functions now can leverage OpenMP forparallel thread execution, resulting in up to 3.5x speedups on x86
architectures with AVX2 or AVX-512 instructions. This opt-in feature
requires NumPy to be built with the -Denable_openmp Meson flag. Users
can control the number of threads used by setting the OMP_NUM_THREADS
environment variable.
(gh-28619)
Performance improvements for
np.float16
castsEarlier, floating point casts to and from
np.float16
types wereemulated in software on all platforms.
Now, on ARM devices that support Neon float16 intrinsics (such as recent
Apple Silicon), the native float16 path is used to achieve the best
performance.
(gh-28769)
Changes
The vector norm
ord=inf
and the matrix normsord={1, 2, inf, 'nuc'}
now always returns zero for empty arrays.Empty arrays have at least one axis of size zero. This affects
np.linalg.norm
,np.linalg.vector_norm
, andnp.linalg.matrix_norm
. Previously, NumPy would raises errors orreturn zero depending on the shape of the array.
(gh-28343)
A spelling error in the error message returned when converting a
string to a float with the method
np.format_float_positional
hasbeen fixed.
(gh-28569)
NumPy's
__array_api_version__
wasConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.