Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 313 Bytes

22046.change.rst

File metadata and controls

7 lines (6 loc) · 313 Bytes

masked_invalid now modifies the mask in-place

When used with copy=False, numpy.ma.masked_invalid now modifies the input masked array in-place. This makes it now behave identical to masked_where and better matches the documentation.