From 1a7ef8657d630f4cb2c3284bc403c14131c352c0 Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Sun, 14 Jun 2020 16:31:43 -0700 Subject: DOC: make addition of types a "new feature" in release notes See https://github.com/numpy/numpy/pull/16558#issuecomment-643679096. It was previously an "improvement". --- doc/release/upcoming_changes/16515.improvement.rst | 8 -------- doc/release/upcoming_changes/16515.new_feature.rst | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 doc/release/upcoming_changes/16515.improvement.rst create mode 100644 doc/release/upcoming_changes/16515.new_feature.rst diff --git a/doc/release/upcoming_changes/16515.improvement.rst b/doc/release/upcoming_changes/16515.improvement.rst deleted file mode 100644 index 5b3803429..000000000 --- a/doc/release/upcoming_changes/16515.improvement.rst +++ /dev/null @@ -1,8 +0,0 @@ -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 diff --git a/doc/release/upcoming_changes/16515.new_feature.rst b/doc/release/upcoming_changes/16515.new_feature.rst new file mode 100644 index 000000000..5b3803429 --- /dev/null +++ b/doc/release/upcoming_changes/16515.new_feature.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 -- cgit v1.2.1