summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastianb@nvidia.com>2022-11-22 13:36:58 +0100
committerSebastian Berg <sebastianb@nvidia.com>2022-11-30 12:07:51 +0100
commitf2c5b1ddd37a996e3508827df06ef8fb111b8b60 (patch)
tree145e929287eb249d5f1ebcc50ed49123c35d922a
parent7dce375bcf99eb0019f6956241cce941c31ec8b4 (diff)
downloadnumpy-f2c5b1ddd37a996e3508827df06ef8fb111b8b60.tar.gz
DOC: Add release notes for `np.exceptions` namespace
-rw-r--r--doc/release/upcoming_changes/22644.new_feature.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/22644.new_feature.rst b/doc/release/upcoming_changes/22644.new_feature.rst
new file mode 100644
index 000000000..e903fc7a0
--- /dev/null
+++ b/doc/release/upcoming_changes/22644.new_feature.rst
@@ -0,0 +1,7 @@
+NumPy now has an ``np.exceptions`` namespace
+--------------------------------------------
+NumPy now has a dedicated namespace making most exceptions
+and warnings available. All of these remain available in the
+main namespace, although some may be moved slowly in the future.
+The main reason for this is to increase discoverably and add
+future exceptions.