The NumPy 1.22.3 is maintenance release that fixes bugs discovered after
the 1.22.2 release. The most noticeable fixes may be those for DLPack.
One that may cause some problems is disallowing strings as inputs to
logical ufuncs. It is still undecided how strings should be treated in
those functions and it was thought best to simply disallow them until a
decision was reached. That should not cause problems with older code.
The Python versions supported for this release are 3.8-3.10. Note that
the Mac wheels are now based on OS X 10.14 rather than 10.9 that was
used in previous NumPy release cycles. 10.14 is the oldest release
supported by Apple.
Contributors
A total of 9 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
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 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.21.5 to 1.22.3.
Release notes
Sourced from numpy's releases.
... (truncated)
Commits
7d4349e
Merge pull request #21162 from charris/prepare-for-1.22.3-release618a74a
REL: Prepare for the NumPy 1.22.3 release.254322c
Merge pull request #21148 from charris/backport-21132bda7054
BUG,ENH: np._from_dlpack: export arrays with any-strided size-1 dimensionsb49feda
Merge pull request #21143 from charris/backport-2101619f6550
Merge pull request #21142 from charris/backport-21024cfff158
Merge pull request #21141 from charris/backport-21027954c9b5
Merge pull request #21140 from charris/backport-2106709a3791
Merge pull request #21139 from charris/backport-211133b31cdc
Merge pull request #21138 from charris/backport-21119Dependabot 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 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)