[Numpy-discussion] NumPy 1.19.2 released

Charles R Harris charlesr.harris at gmail.com
Thu Sep 10 14:40:27 EDT 2020


Hi All,

On behalf of the NumPy team I am pleased to announce that NumPy 1.19.2 has
been released. This release fixes several bugs, prepares for the upcoming
Cython 3.x release. and pins setuptools to keep distutils working while
upstream modifications are ongoing. The aarch64 wheels are built with the
latest manylinux2014 release
that fixes the problem of differing page sizes used by different Linux
distros.

There is a known problem with Windows 10 version=2004 and OpenBLAS svd that
we are trying to debug. If you are running that Windows version you should
use a NumPy version that links to the MKL library, earlier Windows versions
are fine.

This release supports Python 3.6-3.8. Downstream developers should use
Cython >= 0.29.21 when building for Python 3.9 and Cython >= 0.29.16 when
building for Python 3.8. OpenBLAS >= 3.7 is needed to avoid wrong results
on the Skylake architecture. The NumPy Wheels for this release can be
downloaded from PyPI <https://pypi.org/project/numpy/1.19.2/>, source
archives, release notes, and wheel hashes are available from Github
<https://github.com/numpy/numpy/releases/tag/v1.19.2>. Linux users will
need pip >= 0.19.3 in order to install manylinux2010 and manylinux2014
wheels.

*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
   - Matti Picus
   - Pauli Virtanen
   - Philippe Ombredanne +
   - Sebastian Berg
   - Stefan Behnel +
   - Stephan Loyd +
   - Zac Hatfield-Dodds

*Pull requests merged*

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

   - #16959: TST: Change aarch64 to arm64 in travis.yml.
   - #16998: MAINT: Configure hypothesis in ``np.test()`` for
   determinism,...
   - #17000: BLD: pin setuptools < 49.2.0
   - #17015: ENH: Add NumPy declarations to be used by Cython 3.0+
   - #17125: BUG: Remove non-threadsafe sigint handling from fft calculation
   - #17243: BUG: core: fix ilp64 blas dot/vdot/... for strides > int32 max
   - #17244: DOC: Use SPDX license expressions with correct license
   - #17245: DOC: Fix the link to the quick-start in the old API functions
   - #17272: BUG: fix pickling of arrays larger than 2GiB

Cheers,

Charles Harris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20200910/4ddaddb9/attachment.html>


More information about the NumPy-Discussion mailing list