summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/22644.new_feature.rst
blob: e903fc7a0def2011e473dc3dab618fb8af557a70 (plain)
1
2
3
4
5
6
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.