Skip to content

Commit

Permalink
DOC: Add a release note for fully annotating the main numpy namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas van Beek committed Oct 28, 2021
1 parent 383ef2e commit 4bc482d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/release/upcoming_changes/20217.improvements.rst
@@ -0,0 +1,10 @@
Annotating the main Numpy namespace
--------------------------------------
Starting from the 1.20 release, PEP 484 type annotations have been included
for parts of the NumPy library; annotating the remaining functions being a
work in progress. With the release of 1.22 this process has been completed for
the main NumPy namespace, which is now fully annotated.

Besides the main namespace, a limited number of sub-packages contain
annotations as well. This includes, among others, `numpy.testing`,
`numpy.linalg` and `numpy.random` (available since 1.21).

0 comments on commit 4bc482d

Please sign in to comment.