summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarren Weckesser <warren.weckesser@gmail.com>2020-05-05 10:25:28 -0400
committerWarren Weckesser <warren.weckesser@gmail.com>2020-05-05 10:25:28 -0400
commit82d4c78818a3d2ee0e7a921cf46ae69edd2b1731 (patch)
tree7bce71a5ce65f094a46e77e15d73690c4dce81a2
parentbd58b471ad86ea402a639bbfe517bd61ebb97c31 (diff)
downloadnumpy-82d4c78818a3d2ee0e7a921cf46ae69edd2b1731.tar.gz
REL: Add a release note about the deprecation of numpy.dual.
-rw-r--r--doc/release/upcoming_changes/16156.deprecation.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/16156.deprecation.rst b/doc/release/upcoming_changes/16156.deprecation.rst
new file mode 100644
index 000000000..153cc4428
--- /dev/null
+++ b/doc/release/upcoming_changes/16156.deprecation.rst
@@ -0,0 +1,5 @@
+Deprecation of `numpy.dual`
+---------------------------
+The module `numpy.dual` is deprecated. Instead of importing functions
+from `numpy.dual`, the functions should be imported directly from NumPy
+or SciPy.