10000 REL: Prepare for 1.21.0 release by charris · Pull Request #19283 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

REL: Prepare for 1.21.0 release #19283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 19, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
MAINT: Update 1.21.0-notes.rst
  • Loading branch information
charris committed Jun 19, 2021
commit 34aebc2824cf8c2bdbe19040b82f98f18557c8ba
10 changes: 10 additions & 0 deletions doc/source/release/1.21.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ In addition there are the usual large number of bug fixes and other improvements
The Python versions supported for this release are 3.7-3.9. Official support
for Python 3.10 will be added when it is released.

.. warning::
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.





New functions
=============
Expand Down
0