Skip to content

Commit cbeb3bc

Browse files
author
Bas van Beek
committed
DOC: Add a release note for fully annotating the main numpy namespace
1 parent 383ef2e commit cbeb3bc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)