summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2023-04-27 14:11:43 +0300
committerGitHub <noreply@github.com>2023-04-27 14:11:43 +0300
commit6d34e34e7bc0dad1722958f00f3767d707c1849f (patch)
tree782c8250bc6af42a1a514a958c3f1488abdb8ca2 /doc
parente2db7ca90b42d4cdc2c61a0ebc116879c35b7825 (diff)
parent0dc83e270a7891ad27e38bb94d8567deaff5df51 (diff)
downloadnumpy-6d34e34e7bc0dad1722958f00f3767d707c1849f.tar.gz
Merge pull request #23358 from seberg/dtype-class-in-types
API: Add DType classes into new `numpy.dtypes` module
Diffstat (limited to 'doc')
-rw-r--r--doc/release/upcoming_changes/23358.improvement.rst5
-rw-r--r--doc/source/reference/routines.other.rst2
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/23358.improvement.rst b/doc/release/upcoming_changes/23358.improvement.rst
new file mode 100644
index 000000000..a8a0e56ef
--- /dev/null
+++ b/doc/release/upcoming_changes/23358.improvement.rst
@@ -0,0 +1,5 @@
+NumPy now exposes DType classes in ``np.dtypes``
+------------------------------------------------
+The new `numpy.dtypes` module now exposes DType classes and
+will contain future dtype related functionality.
+Most users should have no need to use these classes directly.
diff --git a/doc/source/reference/routines.other.rst b/doc/source/reference/routines.other.rst
index 7b60545f1..769b3d910 100644
--- a/doc/source/reference/routines.other.rst
+++ b/doc/source/reference/routines.other.rst
@@ -59,3 +59,5 @@ Matlab-like Functions
disp
.. automodule:: numpy.exceptions
+
+.. automodule:: numpy.dtypes