8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cda7741 + 7f1cd24 commit 1e4f654Copy full SHA for 1e4f654
doc/release/upcoming_changes/27008.improvement.rst
@@ -0,0 +1,8 @@
1
+Improved ``numpy.dtypes`` type hints
2
+------------------------------------
3
+
4
+The type annotations for ``numpy.dtypes`` are now a better reflection of the
5
+runtime:
6
+The ``numpy.dtype`` type-aliases have been replaced with specialized ``dtype``
7
+*subtypes*, and the previously missing annotations for
8
+``numpy.dtypes.StringDType`` have been added.
0 commit comments