diff options
Diffstat (limited to 'numpy/ma/extras.pyi')
-rw-r--r-- | numpy/ma/extras.pyi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/ma/extras.pyi b/numpy/ma/extras.pyi index e66d7cb63..56228b927 100644 --- a/numpy/ma/extras.pyi +++ b/numpy/ma/extras.pyi @@ -44,7 +44,7 @@ diagflat: _fromnxfunction_single def apply_along_axis(func1d, axis, arr, *args, **kwargs): ... def apply_over_axes(func, a, axes): ... -def average(a, axis=..., weights=..., returned=...): ... +def average(a, axis=..., weights=..., returned=..., keepdims=...): ... def median(a, axis=..., out=..., overwrite_input=..., keepdims=...): ... def compress_nd(x, axis=...): ... def compress_rowcols(x, axis=...): ... @@ -74,6 +74,7 @@ class mr_class(MAxisConcatenator): mr_: mr_class +def ndenumerate(a, compressed=...): ... def flatnotmasked_edges(a): ... def notmasked_edges(a, axis=...): ... def flatnotmasked_contiguous(a): ... |