summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2021-03-30 14:14:50 -0500
committerSebastian Berg <sebastian@sipsolutions.net>2021-03-30 14:14:50 -0500
commit9ba289b8e72324a2a361fd0889bb947545b6c7dd (patch)
treeba4ebe97988f14f0c01545934b2954f5d3382e64
parenta115369c630fd373acbb80464a0122722a521185 (diff)
downloadnumpy-9ba289b8e72324a2a361fd0889bb947545b6c7dd.tar.gz
DOC: Add release note for Umath C-API deprecations
[skip ci]
-rw-r--r--doc/release/upcoming_changes/18697.expired.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/18697.expired.rst b/doc/release/upcoming_changes/18697.expired.rst
new file mode 100644
index 000000000..5a45ce216
--- /dev/null
+++ b/doc/release/upcoming_changes/18697.expired.rst
@@ -0,0 +1,5 @@
+* The function ``PyUFunc_GenericFunction`` has been disabled.
+ It was deprecated in NumPy 1.19. Users should call the ufunc
+ directly using the Python API.
+* The function ``PyUFunc_SetUsesArraysAsData`` has been disabled.
+ It was deprecated in NumPy 1.19.