diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2021-11-19 22:07:46 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2021-11-21 17:34:35 +0100 |
commit | 47d4475e1c3f9491071864dc55536f3ad18da202 (patch) | |
tree | 20266ca4fe4da67122cb5917d8afab6e06623533 /doc | |
parent | 99d5308c6f7f0eeed34511a311e64172bd97623f (diff) | |
download | numpy-47d4475e1c3f9491071864dc55536f3ad18da202.tar.gz |
DEP: remove deprecated `np.asscalar` function
Was deprecated in 1.16.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/routines.array-manipulation.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/reference/routines.array-manipulation.rst b/doc/source/reference/routines.array-manipulation.rst index 1c96495d9..95fc39876 100644 --- a/doc/source/reference/routines.array-manipulation.rst +++ b/doc/source/reference/routines.array-manipulation.rst @@ -59,7 +59,6 @@ Changing kind of array asfortranarray ascontiguousarray asarray_chkfinite - asscalar require Joining arrays |