Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6cf4d31

Browse filesBrowse files
committed
DOC: add release notes for numpy#28940
1 parent c30efca commit 6cf4d31
Copy full SHA for 6cf4d31

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* Static type-checkers now interpret:
2+
3+
- ``_: np.ndarray`` as ``_: npt.NDArray[typing.Any]``.
4+
- ``_: np.flatiter`` as ``_: np.flatiter[np.ndarray]``.
5+
6+
This is because their type parameters now have default values.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.