summaryrefslogtreecommitdiff
path: root/numpy/ma
diff options
context:
space:
mode:
authorBvB93 <43369155+BvB93@users.noreply.github.com>2022-10-06 13:28:52 +0200
committerBvB93 <43369155+BvB93@users.noreply.github.com>2022-11-14 17:43:37 +0100
commit8205e5d295d2844f603c31523968804468c9f101 (patch)
treeaa047d5af1dbe63903b04b39c1ea80653bab8b9c /numpy/ma
parenta566f8144fca19b340bdf1ffb19973bb1fc6ca56 (diff)
downloadnumpy-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.pyi1
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=...): ...