summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.py
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-11-17 19:40:27 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2022-04-22 11:49:16 +0200
commitff3a9dae0f4b6e539b1170a9d334dcefe862d28f (patch)
tree687ccc968d0ae18b7b6e652f91c79207447b007f /numpy/ma/extras.py
parent701f0a603c63d1176e6e0d9cf775873f1585c2e2 (diff)
downloadnumpy-ff3a9dae0f4b6e539b1170a9d334dcefe862d28f.tar.gz
Update numpy/ma/extras.py
Diffstat (limited to 'numpy/ma/extras.py')
-rw-r--r--numpy/ma/extras.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/ma/extras.py b/numpy/ma/extras.py
index de20714d8..5f9459b0a 100644
--- a/numpy/ma/extras.py
+++ b/numpy/ma/extras.py
@@ -1526,7 +1526,8 @@ def ndenumerate(a):
Return an iterator yielding pairs of array coordinates and values of
elements that are not masked.
-
+ .. versionadded:: 1.23.0
+
Parameters
----------
a : array_like