diff options
-rw-r--r-- | numpy/ma/extras.py | 3 |
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 |