We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493b64b commit 34aebc2Copy full SHA for 34aebc2
doc/source/release/1.21.0-notes.rst
@@ -17,6 +17,16 @@ In addition there are the usual large number of bug fixes and other improvements
17
The Python versions supported for this release are 3.7-3.9. Official support
18
for Python 3.10 will be added when it is released.
19
20
+.. warning::
21
+ There are unresolved problems compiling NumPy 1.20.0 with gcc-11.1.
22
+
23
+ * Optimization level `-O3` results in many incorrect warnings when
24
+ running the tests.
25
+ * On some hardware NumPY will hang in an infinite loop.
26
27
28
29
30
31
New functions
32
=============
0 commit comments