NumPy 1.25.2 is a maintenance release that fixes bugs and regressions
discovered after the 1.25.1 release. This is the last planned release in
the 1.25.x series, the next release will be 1.26.0, which will use the
meson build system and support Python 3.12. The Python versions
supported by this release are 3.9-3.11.
Contributors
A total of 13 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
Aaron Meurer
Andrew Nelson
Charles Harris
Kevin Sheppard
Matti Picus
Nathan Goldbaum
Peter Hawkins
Ralf Gommers
Randy Eckenrode +
Sam James +
Sebastian Berg
Tyler Reddy
dependabot[bot]
Pull requests merged
A total of 19 pull requests were merged for this release.
#24148: MAINT: prepare 1.25.x for further development
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps numpy from 1.24.4 to 1.25.2.
Release notes
Sourced from numpy's releases.
... (truncated)
Commits
ea67792
Merge pull request #24296 from charris/prepare-1.25.2-release47793ab
REL: Prepare for the NumPy 1.25.2 release.9941dfe
Merge pull request #24295 from charris/backport-242817b5e51a
BUG: Further fixes to indexing loop and added testsf92167b
Merge pull request #24294 from charris/backport-24272eb20535
Merge pull request #24293 from charris/backport-242401690ddd
Merge pull request #24292 from charris/backport-24285fa3a023
BUG: fix for modifying the index arg in ufunc_at5c964bb
TST: add failing test8a731a5
BUG: Fix C types in scalartypesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show