8000 DOC: add release note for #28669 · numpy/numpy@c48b082 · GitHub
[go: up one dir, main page]

Skip to content

Commit c48b082

Browse files
committed
DOC: add release note for #28669
1 parent 3283b46 commit c48b082

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* The type parameter of ``np.dtype`` now defaults to ``typing.Any``.
2+
This way, static type-checkers will infer ``dtype: np.dtype`` as
3+
``dtype: np.dtype[Any]``, without reporting an error.

0 commit comments

Comments
 (0)
0