[SciPy-Dev] NumPy 1.20.1 released.

Charles R Harris charlesr.harris at gmail.com
Sun Feb 7 16:23:04 EST 2021


Hi All,

On behalf of the NumPy team I am pleased to announce the release of NumPy
1.20.1. NumPy 1.20.1 is a rapid bugfix release fixing several bugs and
regressions reported after the 1.20.0 release. The Python versions
supported for this release are 3.7-3.9. Wheels can be downloaded from PyPI
<https://pypi.org/project/numpy/1.20.1/>; source archives, release notes,
and wheel hashes are available on Github
<https://github.com/numpy/numpy/releases/tag/v1.20.1>. Linux users will
need pip >= 0.19.3 in order to install manylinux2010 and manylinux2014
wheels.

*Highlights*

   -  The distutils bug that caused problems with downstream projects is
   fixed.
   -  The ``random.shuffle`` regression is fixed.

*Contributors*

A total of 8 people contributed to this release.  People with a "+" by their
names contributed a patch for the first time.

   - Bas van Beek
   - Charles Harris
   - Nicholas McKibben +
   - Pearu Peterson
   - Ralf Gommers
   - Sebastian Berg
   - Tyler Reddy
   - @Aerysv +

*Pull requests merged*

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

   - gh-18306: MAINT: Add missing placeholder annotations
   - gh-18310: BUG: Fix typo in ``numpy.__init__.py``
   - gh-18326: BUG: don't mutate list of fake libraries while iterating
   over...
   - gh-18327: MAINT: gracefully shuffle memoryviews
   - gh-18328: BUG: Use C linkage for random distributions
   - gh-18336: CI: fix when GitHub Actions builds trigger, and allow ci
   skips
   - gh-18337: BUG: Allow unmodified use of isclose, allclose, etc. with
   timedelta
   - gh-18345: BUG: Allow pickling all relevant DType types/classes
   - gh-18351: BUG: Fix missing signed_char dependency. Closes #18335.
   - gh-18352: DOC: Change license date 2020 -> 2021
   - gh-18353: CI: CircleCI seems to occasionally time out, increase the
   limit
   - gh-18354: BUG: Fix f2py bugs when wrapping F90 subroutines.
   - gh-18356: MAINT: crackfortran regex simplify
   - gh-18357: BUG: threads.h existence test requires GLIBC > 2.12.
   - gh-18359: REL: Prepare for the NumPy 1.20.1 release.

Cheers,

Charles Harris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/scipy-dev/attachments/20210207/9d15a2b5/attachment.html>


More information about the SciPy-Dev mailing list