Update dependency numpy to ~=2.1.2,<2.2.0 #83
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/numpy-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
~=2.0.1,<2.1.0
->~=2.1.2,<2.2.0
Release Notes
numpy/numpy (numpy)
v2.1.2
: 2.1.2 (Oct 5, 2024)Compare Source
NumPy 2.1.2 Release Notes
NumPy 2.1.2 is a maintenance release that fixes bugs and regressions
discovered after the 2.1.1 release.
The Python versions supported by this release are 3.10-3.13.
Contributors
A total of 11 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
Pull requests merged
A total of 14 pull requests were merged for this release.
Checksums
MD5
SHA256
v2.1.1
: 2.1.1 (Sep 3, 2024)Compare Source
NumPy 2.1.1 Release Notes
NumPy 2.1.1 is a maintenance release that fixes bugs and regressions
discovered after the 2.1.0 release.
The Python versions supported by this release are 3.10-3.13.
Contributors
A total of 7 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
Pull requests merged
A total of 10 pull requests were merged for this release.
Checksums
MD5
SHA256
v2.1.0
: 2.1.0 (Aug 18, 2024)Compare Source
NumPy 2.1.0 Release Notes
NumPy 2.1.0 provides support for the upcoming Python 3.13 release and
drops support for Python 3.9. In addition to the usual bug fixes and
updated Python support, it helps get us back into our usual release
cycle after the extended development of 2.0. The highlights for this
release are:
Python versions 3.10-3.13 are supported in this release.
New functions
New function
numpy.unstack
A new function
np.unstack(array, axis=...)
was added, which splits anarray into a tuple of arrays along an axis. It serves as the inverse of
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (~=2.1.2,<2.2.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the
ignoreDeps
array of your Renovate config.If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.