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.
2 parents b513957 + cbeb3bc commit 851f5c4Copy full SHA for 851f5c4
doc/release/upcoming_changes/20217.improvement.rst
@@ -0,0 +1,10 @@
1
+Annotating the main Numpy namespace
2
+--------------------------------------
3
+Starting from the 1.20 release, PEP 484 type annotations have been included
4
+for parts of the NumPy library; annotating the remaining functions being a
5
+work in progress. With the release of 1.22 this process has been completed for
6
+the main NumPy namespace, which is now fully annotated.
7
+
8
+Besides the main namespace, a limited number of sub-packages contain
9
+annotations as well. This includes, among others, `numpy.testing`,
10
+`numpy.linalg` and `numpy.random` (available since 1.21).
0 commit comments