summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2020-09-03 12:12:50 +0100
committerEric Wieser <wieser.eric@gmail.com>2020-09-03 12:18:16 +0100
commit92170a83e24b0a4468007ea4507e3a0ba0c30cd7 (patch)
treed562aa458177b415aca98aab0571076753bef820 /doc/release
parent459991afcddfce6fbbae3fa83467fe607f2de7d0 (diff)
downloadnumpy-92170a83e24b0a4468007ea4507e3a0ba0c30cd7.tar.gz
DEP: Deprecated ndindex.ndincr
The "do not use" comment has been here since bb0e4f356cce2f199d9c08ffe572fbabadc846d1.
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/upcoming_changes/17233.deprecation.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/17233.deprecation.rst b/doc/release/upcoming_changes/17233.deprecation.rst
new file mode 100644
index 000000000..7615b85c4
--- /dev/null
+++ b/doc/release/upcoming_changes/17233.deprecation.rst
@@ -0,0 +1,4 @@
+The ``ndincr`` method of ``ndindex`` is deprecated
+--------------------------------------------------
+The documentation has warned against using this function since NumPy 1.8.
+Use ``next(it)`` instead of ``it.ndincr()``.