8000 Merge pull request #27181 from jorenham/releasenotes-27008 · numpy/numpy@1e4f654 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e4f654

Browse files
authored
Merge pull request #27181 from jorenham/releasenotes-27008
DOC: Add release notes for #27008
2 parents cda7741 + 7f1cd24 commit 1e4f654

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
0