summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2021-04-13 17:25:21 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2021-04-13 17:25:21 +0200
commit53421202b93e82d8c790c81d35e38cfec5ce276c (patch)
treeb616a904cd2e08f65efbe45014e6da1a2652b0db
parent1935b2a6b95b236c63672339ea73e9aadfd0ca3e (diff)
downloadnumpy-53421202b93e82d8c790c81d35e38cfec5ce276c.tar.gz
DEP: Remove all references to `numarray` from the namespace
It has been deprecated and removed for quite some time
-rw-r--r--numpy/__init__.pyi1
-rwxr-xr-xtools/functions_missing_types.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/numpy/__init__.pyi b/numpy/__init__.pyi
index c6c5b71ff..8565d4b40 100644
--- a/numpy/__init__.pyi
+++ b/numpy/__init__.pyi
@@ -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]
diff --git a/tools/functions_missing_types.py b/tools/functions_missing_types.py
index b283f5a35..0461aabd3 100755
--- a/tools/functions_missing_types.py
+++ b/tools/functions_missing_types.py
@@ -41,6 +41,7 @@ EXCLUDE_LIST = {
"fastCopyAndTranspose",
"get_array_wrap",
"int_asbuffer",
+ "numarray",
"oldnumeric",
"safe_eval",
"set_numeric_ops",