NumPy 1.19.5 is a short bugfix release. Apart from fixing several bugs,
the main improvement is the update to OpenBLAS 0.3.13 that works around
the windows 2004 bug while not breaking execution on other platforms.
This release supports Python 3.6-3.9 and is planned to be the last
release in the 1.19.x cycle.
Contributors
A total of 8 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
Charles Harris
Christoph Gohlke
Matti Picus
Raghuveer Devulapalli
Sebastian Berg
Simon Graham +
Veniamin Petrenko +
Bernie Gray +
Pull requests merged
A total of 11 pull requests were merged for this release.
#17756: BUG: Fix segfault due to out of bound pointer in floatstatus...
#17774: BUG: fix np.timedelta64('nat').__format__ throwing an exception
#17775: BUG: Fixed file handle leak in array_tofile.
#17786: BUG: Raise recursion error during dimension discovery
#17917: BUG: Fix subarray dtype used with too large count in fromfile
#17918: BUG: 'bool' object has no attribute 'ndim'
#17919: BUG: ensure _UFuncNoLoopError can be pickled
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.19.4 to 1.19.5.
Release notes
Sourced from numpy's releases.
... (truncated)
Commits
8f4b73a
REL: NumPy 1.19.5 release.6485c65
Merge pull request #18114 from charris/maintenance/1.19.x4862e8f
REL: Prepare for the NumPy 1.19.5 release.827440d
Merge pull request #18036 from charris/backport-18030c1b160b
BUG: make a variable volatile to work around clang compiler bug (#18030)82cd407
Merge pull request #18026 from charris/backport-18011bb69625
BLD: update to OpenBLAS 0.3.138ab99be
Merge pull request #17786 from seberg/bad-array-recursion-error6f9223c
BUG: Raise recursion and memory error during dimension discoveryeeaf12d
Merge pull request #17924 from charris/backport-17759Dependabot 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)