Skip to content

Bump numpy from 1.19.2 to 1.19.3

WKDV Bot requested to merge dependabot/pip/numpy-1.19.3 into develop

Bumps numpy from 1.19.2 to 1.19.3.

Release notes

Sourced from numpy's releases.

v1.19.3

NumPy 1.19.3 Release Notes

NumPy 1.19.3 is a small maintenace release with two major improvements:

  • Python 3.9 binary wheels on all supported platforms.
  • OpenBLAS fixes for Windows 10 version 2004 fmod bug.

This release supports Python 3.6-3.9 and is linked with OpenBLAS 3.7 to avoid some of the fmod problems on Windows 10 version 2004. Microsoft is aware of the problem and users should upgrade when the fix becomes available, the fix here is limited in scope.

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
  • Chris Brown +
  • Daniel Vanzo +
  • E. Madison Bray +
  • Hugo van Kemenade +
  • Ralf Gommers
  • Sebastian Berg
  • @danbeibei +

Pull requests merged

A total of 10 pull requests were merged for this release.

  • #17298: BLD: set upper versions for build dependencies
  • #17336: BUG: Set deprecated fields to null in PyArray_InitArrFuncs
  • #17446: ENH: Warn on unsupported Python 3.10+
  • #17450: MAINT: Update test_requirements.txt.
  • #17522: ENH: Support for the NVIDIA HPC SDK nvfortran compiler
  • #17568: BUG: Cygwin Workaround for #14787 on affected platforms
  • #17647: BUG: Fix memory leak of buffer-info cache due to relaxed strides
  • #17652: MAINT: Backport openblas_support from master.
  • #17653: TST: Add Python 3.9 to the CI testing on Windows, Mac.
  • #17660: TST: Simplify source path names in test_extending.

Checksums

MD5

... (truncated)
Commits
  • 5010177 REL: NumPy 1.19.3 release.
  • cf30722 Merge pull request #17663 from charris/prepare-1.16.3-release
  • 2ecc360 REL: Prepare for the NumPy 1.19.3 release.
  • 6d43019 Merge pull request #17660 from charris/backport-17658
  • eceb8c1 TST: Simplify source path names in test_extending.
  • 3a5f457 Merge pull request #17653 from charris/update-3.9-testing
  • c0f9f78 TST: Disable test_extending on Windows running Python 3.9.
  • 6b3cfef TST: Add Python 3.9 to the CI testing on Windows, Mac.
  • 47ebe80 Merge pull request #17652 from charris/backport-openblas_support
  • 7709a99 MAINT: Backport openblas_support from master.
  • Additional commits viewable in compare view

Merge request reports