diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2020-08-20 13:06:59 +0100 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2020-08-20 13:11:37 +0100 |
commit | caa70eac1a5118f0de861f6898c52ac2e91dc803 (patch) | |
tree | 322e7ba9caae146263e852d99e60bdbb3dbeeecb /doc/source/reference | |
parent | 64619c55896dad1927afe78c0702a58abf0d038f (diff) | |
download | numpy-caa70eac1a5118f0de861f6898c52ac2e91dc803.tar.gz |
API: Remove `np.ctypeslib.ctypes_load_library`
This function has been deprecated since fcee1ad856089a7ecb7b6865d280c0273dacb638 (Numpy v1.0b3).
14 years is more than enough time for users to switch from it.
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/routines.ctypeslib.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/reference/routines.ctypeslib.rst b/doc/source/reference/routines.ctypeslib.rst index 562638e9c..3a059f5d9 100644 --- a/doc/source/reference/routines.ctypeslib.rst +++ b/doc/source/reference/routines.ctypeslib.rst @@ -9,6 +9,5 @@ C-Types Foreign Function Interface (:mod:`numpy.ctypeslib`) .. autofunction:: as_array .. autofunction:: as_ctypes .. autofunction:: as_ctypes_type -.. autofunction:: ctypes_load_library .. autofunction:: load_library .. autofunction:: ndpointer |