Skip to content

Commit

Permalink
DEP: Remove all references to numarray from the namespace
Browse files Browse the repository at this point in the history
It has been deprecated and removed for quite some time
  • Loading branch information
Bas van Beek committed Apr 13, 2021
1 parent 1935b2a commit 5342120
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion numpy/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ matrix: Type[Any]
memmap: Type[Any]
nbytes: Dict[generic, int]
nditer: Type[Any]
numarray: str
poly1d: Type[Any]
recarray: Type[Any]
record: Type[Any]
Expand Down
1 change: 1 addition & 0 deletions tools/functions_missing_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"fastCopyAndTranspose",
"get_array_wrap",
"int_asbuffer",
"numarray",
"oldnumeric",
"safe_eval",
"set_numeric_ops",
Expand Down

0 comments on commit 5342120

Please sign in to comment.