Bump numpy from 1.20.3 to 1.21.1
Bumps numpy from 1.20.3 to 1.21.1.
Release notes
Sourced from numpy's releases.
v1.21.1
NumPy 1.21.1 Release Notes
The NumPy 1.21.1 is maintenance release that fixes bugs discovered after the 1.21.0 release and updates OpenBLAS to v0.3.17 to deal with problems on arm64.
The Python versions supported for this release are 3.7-3.9. The 1.21.x series is compatible with development Python 3.10. Python 3.10 will be officially supported after it is released.
⚠ There are unresolved problems compiling NumPy 1.20.0 with gcc-11.1.
- Optimization level -O3 results in many incorrect warnings when running the tests.
- On some hardware NumPY will hang in an infinite loop.
Contributors
A total of 11 people contributed to this release. People with a "+" by their names contributed a patch for the first time.
- Bas van Beek
- Charles Harris
- Ganesh Kathiresan
- Gregory R. Lee
- Hugo Defois +
- Kevin Sheppard
- Matti Picus
- Ralf Gommers
- Sayed Adel
- Sebastian Berg
- Thomas J. Fan
Pull requests merged
A total of 26 pull requests were merged for this release.
- #19311: REV,BUG: Replace
NotImplementedwithtyping.Any- #19324: MAINT: Fixed the return-dtype of
ndarray.realandimag- #19330: MAINT: Replace
"dtype[Any]"withdtypein the definiton of...- #19342: DOC: Fix some docstrings that crash pdf generation.
- #19343: MAINT: bump scipy-mathjax
- #19347: BUG: Fix arr.flat.index for large arrays and big-endian machines
- #19348: ENH: add
numpy.f2py.get_includefunction- #19349: BUG: Fix reference count leak in ufunc dtype handling
... (truncated)
Commits
-
df6d260Merge pull request #19510 from charris/prepare-1.21.1-release -
7031a82REL: Prepare for NumPy 1.21.1 release. -
7b27ba9Merge pull request #19503 from charris/backport-19468 -
cadd4baDOC: Document thatsize_tis not guaranteed to map tonp.intpunder rare ... -
374440eTST: Update thedtypetyping tests -
648110fMAINT: Add a missingobjectoverload tonp.dtype -
8cd3546MAINT: Addctypesoverloads tonp.dtype -
8f07655Merge pull request #19502 from charris/backport-19446 -
4c80d18Merge pull request #19501 from charris/backport-19456 -
74f82c9Merge pull request #19500 from charris/backport-19396 - Additional commits viewable in compare view