File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -922,12 +922,13 @@ bitwise_and: _MaskedBinaryOperation
922922bitwise_or : _MaskedBinaryOperation
923923bitwise_xor : _MaskedBinaryOperation
924924hypot : _MaskedBinaryOperation
925- divide : _MaskedBinaryOperation
926- true_divide : _MaskedBinaryOperation
927- floor_divide : _MaskedBinaryOperation
928- remainder : _MaskedBinaryOperation
929- fmod : _MaskedBinaryOperation
930- mod : _MaskedBinaryOperation
925+
926+ divide : _DomainedBinaryOperation
927+ true_divide : _DomainedBinaryOperation
928+ floor_divide : _DomainedBinaryOperation
929+ remainder : _DomainedBinaryOperation
930+ fmod : _DomainedBinaryOperation
931+ mod : _DomainedBinaryOperation
931932
932933arange : _convert2ma
933934empty : _convert2ma
Original file line number Diff line number Diff line change @@ -25,10 +25,7 @@ numpy.ma.testutils
2525numpy.ma(.core)?.angle
2626numpy.ma(.core)?.clip
2727numpy.ma(.core)?.(arg)?sort
28- numpy.ma(.core)?.((floor|true)_)?divide
29- numpy.ma(.core)?.f?mod
3028numpy.ma(.core)?.indices
31- numpy.ma(.core)?.remainder
3229numpy.ma(.core)?.squeeze
3330numpy.ma.core.mask_rowcols
3431numpy.ma.extras.MAxisConcatenator.concatenate
You can’t perform that action at this time.
0 commit comments