port the numpy.ma
typing improvements from NumPy
#456
Labels
is: Tracker
numpy.ma.*
port: from numpy
NumPy PR's that should be ported to NumType
stubs: Enhancement
Milestone
The following can a bit of a package-deal, affecting
ma[.MaskedArray].{[arg]min,[arg]max,ptp}
shape
,dtype
,__int__
, and__float__
#472numpy.ma.min
numpy#28593 - 🚚 portnumpy.ma.min
#474ma.max
andma.ptp
numpy#28612ma.MaskedArray.min
numpy#28616ma.MaskedArray.max
andma.MaskedArray.ptp
numpy#28623ma.MaskedArray.{min,max,ptp}
andma.{min,max,ptp}
for positionalaxis
andout
numpy#28637MaskedArray.{argmin, argmax}
andnp.ma.{argmin, argmax}
numpy#28638 - 🚚 portma.arg{min,max}
andMaskedArray.arg{min,max}
#468MaskedArray.sort
numpy#28664MaskedArray.partition
andMaskedArray.argpartition
numpy#28677MaskedArray.take
andnp.ma.take
numpy#28680MaskedArray.__{ge,gt,le,lt}__
numpy#28689np.ma.{is_masked,ndim,size,ids,iscontiguous}
numpy#28715MaskedArray.count
andnp.ma.count
numpy#28735MaskedArray.filled
andnp.ma.filled
numpy#28742MaskedArray.put
,np.ma.put
,np.ma.putmask
numpy#28745MaskedArray.compressed
andnp.ma.compressed
numpy#28766np.ma.allclose
andnp.ma.allequal
numpy#28793np.ma.squeeze
andnp.ma.{mask_rows, mask_cols, mask_rowcols}
numpy#28794np.ma.nomask
andnp.ma.MaskType
numpy#28831np.ma.getmask
numpy#28832np.ma.is_mask
numpy#28833np.ma.nonzero
andMaskedArray.nonzero
numpy#28845numpy.ma.core.pyi
numpy#28847np.ma.ravel
andMaskedArray.ravel
numpy#28848MaskedArray.repeat
, improve overloads forNDArray.repeat
,generic.repeat
, andnp.repeat
numpy#28849MaskedArray.swapaxes
numpy#28850The text was updated successfully, but these errors were encountered: