summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2020-08-20 13:06:59 +0100
committerEric Wieser <wieser.eric@gmail.com>2020-08-20 13:11:37 +0100
commitcaa70eac1a5118f0de861f6898c52ac2e91dc803 (patch)
tree322e7ba9caae146263e852d99e60bdbb3dbeeecb /doc/release
parent64619c55896dad1927afe78c0702a58abf0d038f (diff)
downloadnumpy-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/release')
-rw-r--r--doc/release/upcoming_changes/17116.expired.rst2
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.