diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2021-11-19 22:02:04 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2021-11-21 17:34:30 +0100 |
commit | 99d5308c6f7f0eeed34511a311e64172bd97623f (patch) | |
tree | 6085a5a0df70173ba132a979184458a5db6c0753 /tools | |
parent | d1e711fcb0d8132d607698889db6de6c3adedd8d (diff) | |
download | numpy-99d5308c6f7f0eeed34511a311e64172bd97623f.tar.gz |
DEP: remove deprecated `np.alen` function
Was deprecated in 1.18.0
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/functions_missing_types.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/functions_missing_types.py b/tools/functions_missing_types.py index 0461aabd3..99c6887a9 100755 --- a/tools/functions_missing_types.py +++ b/tools/functions_missing_types.py @@ -32,7 +32,6 @@ EXCLUDE_LIST = { "math", # Accidentally public, deprecated, or shouldn't be used "Tester", - "alen", "add_docstring", "add_newdoc", "add_newdoc_ufunc", |