diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-08-20 08:34:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 08:34:16 -0500 |
commit | 2810becf98e20bfe2bf99311c5f4f3e150d12d09 (patch) | |
tree | a36ae97b175f968f51d1c6b22d4a6da0dbbceb83 /doc/release | |
parent | eaa59b4f04a0c75091e332afa95a304eddcd93ab (diff) | |
parent | caa70eac1a5118f0de861f6898c52ac2e91dc803 (diff) | |
download | numpy-2810becf98e20bfe2bf99311c5f4f3e150d12d09.tar.gz |
Merge pull request #17116 from eric-wieser/expire-ctypes_load_library
API: Remove `np.ctypeslib.ctypes_load_library`
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/upcoming_changes/17116.expired.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/17116.expired.rst b/doc/release/upcoming_changes/17116.expired.rst new file mode 100644 index 000000000..d8a3a43d5 --- /dev/null +++ b/doc/release/upcoming_changes/17116.expired.rst @@ -0,0 +1,2 @@ +* The 14-year deprecation of ``np.ctypeslib.ctypes_load_library`` is expired. + Use :func:`~numpy.ctypeslib.load_library` instead, which is identical. |