NumPy 1.19.4 is a quick release to revert the OpenBLAS library version.
It was hoped that the 0.3.12 OpenBLAS version used in 1.19.3 would work
around the Microsoft fmod bug, but problems in some docker environments
turned up. Instead, 1.19.4 will use the older library and run a sanity
check on import, raising an error if the problem is detected. Microsoft
is aware of the problem and has promised a fix, users should upgrade
when it becomes available.
This release supports Python 3.6-3.9
Contributors
A total of 1 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
Charles Harris
Pull requests merged
A total of 2 pull requests were merged for this release.
#17679: MAINT: Add check for Windows 10 version 2004 bug.
#17680: REV: Revert OpenBLAS to 1.19.2 version for 1.19.4
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.3 to 1.19.4.
Release notes
Sourced from numpy's releases.
... (truncated)
Commits
6d7b8aa
REL: NumPy 1.19.4 release.cbec015
Merge pull request #17683 from charris/prepare-for-1.19.4-releasecaa4c09
REL: Prepare for the NumPy 1.19.4 release.1acc498
Merge pull request #17679 from charris/backport-17553fe59218
Merge pull request #17680 from charris/revert-openblas-for-1.19.42239912
REV: Revert OpenBLAS to 1.19.2 version for 1.19.413ea468
MAINT: Add check for Windows 10 version 2004 bug.72c01b6
REL: prepare 1.19.x for further developmentDependabot 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)