summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Wilson <person142@users.noreply.github.com>2020-06-07 14:44:52 -0700
committerJosh Wilson <person142@users.noreply.github.com>2020-06-07 14:44:52 -0700
commit7c0d99d99c2034930e558d8b0fb48869964a41f0 (patch)
treecbbf04da5d7429892e08ad8881037f470a312783
parent8362a36c7e78164429813033212e256d612ec0a3 (diff)
downloadnumpy-7c0d99d99c2034930e558d8b0fb48869964a41f0.tar.gz
DOC: Add a release note about types being added
-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