Hi All,

On behalf of the NumPy team I am pleased to announce the release of NumPy
1.19.4. 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. NumPy Wheels for this release can be
downloaded from PyPI <https://pypi.org/project/numpy/1.19.4/>, source
archives, release notes, and wheel hashes are available on Github
<https://github.com/numpy/numpy/releases/tag/v1.19.4>. Linux users will
need pip >= 0.19.3 in order to install manylinux2010 and manylinux2014
wheels.

*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

Cheers,

Charles Harris
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to