diff options
| author | BvB93 <43369155+BvB93@users.noreply.github.com> | 2022-10-06 13:28:52 +0200 |
|---|---|---|
| committer | BvB93 <43369155+BvB93@users.noreply.github.com> | 2022-11-14 17:43:37 +0100 |
| commit | 8205e5d295d2844f603c31523968804468c9f101 (patch) | |
| tree | aa047d5af1dbe63903b04b39c1ea80653bab8b9c /numpy/ma | |
| parent | a566f8144fca19b340bdf1ffb19973bb1fc6ca56 (diff) | |
| download | numpy-8205e5d295d2844f603c31523968804468c9f101.tar.gz | |
TYP,DEP: Remove all reference to the removed `MaskedArray.mini` method
Xref https://github.com/numpy/numpy/pull/22228
Diffstat (limited to 'numpy/ma')
| -rw-r--r-- | numpy/ma/core.pyi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/ma/core.pyi b/numpy/ma/core.pyi index ffdb21983..94a91da85 100644 --- a/numpy/ma/core.pyi +++ b/numpy/ma/core.pyi @@ -276,7 +276,6 @@ class MaskedArray(ndarray[_ShapeType, _DType_co]): def sort(self, axis=..., kind=..., order=..., endwith=..., fill_value=...): ... def min(self, axis=..., out=..., fill_value=..., keepdims=...): ... # NOTE: deprecated - # def mini(self, axis=...): ... # def tostring(self, fill_value=..., order=...): ... def max(self, axis=..., out=..., fill_value=..., keepdims=...): ... def ptp(self, axis=..., out=..., fill_value=..., keepdims=...): ... |
