summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/release/upcoming_changes/16515.improvement.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/16515.improvement.rst b/doc/release/upcoming_changes/16515.improvement.rst
new file mode 100644
index 000000000..5b3803429
--- /dev/null
+++ b/doc/release/upcoming_changes/16515.improvement.rst
@@ -0,0 +1,8 @@
+NumPy is now typed
+------------------
+Type annotations have been added for large parts of NumPy. There is
+also a new `numpy.typing` module that contains useful types for
+end-users. The currently available types are
+
+- ``ArrayLike``: for objects that can be coerced to an array
+- ``DtypeLike``: for objects that can be coerced to a dtype