- Update to 2.3.2
* This release supports Python versions 3.11-3.14
# 2.3.0
* Interactive examples in the NumPy documentation.
* Building NumPy with OpenMP Parallelization.
* Improved support for free threaded Python.
* Improved annotations.
* New function numpy.strings.slice
## Deprecations
* The numpy.typing.mypy_plugin has been deprecated in favor of platform-
agnostic static type inference.
* The numpy.typing.NBitBase type has been deprecated and will be removed
in a future version.
## Expired deprecations
* Removed the np.compat package source code
* Remove numpy/npy_1_7_deprecated_api.h and C macros like NPY_OWNDATA
in favor of NPY_ARRAY_OWNDATA.
* Remove alias generate_divbyzero_error to npy_set_floatstatus_divbyzero
and generate_overflow_error to npy_set_floatstatus_overflow.
* Remove np.tostring
* Raise on np.conjugate of non-numeric types
* Raise when using np.bincount(...minlength=None), use 0 instead
* Passing shape=None to functions with a non-optional shape argument errors,
use () instead
* Inexact matches for mode and searchside raise
* Setting __array_finalize__ = None errors
* np.fromfile and np.fromstring error on bad data, previously they would guess
* datetime64 and timedelta64 construction with a tuple no longer accepts an
event value, either use a two-tuple of (unit, num) or a 4-tuple of (unit, num, den, 1)
* Parsing an integer via a float string is no longer supported. To avoid this
OBS-URL: https://build.opensuse.org/request/show/1299204
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=188
167 KiB
167 KiB