Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 261 Bytes

22228.expired.rst

File metadata and controls

6 lines (4 loc) · 261 Bytes

The mini() method of np.ma.MaskedArray has been removed. Use either np.ma.MaskedArray.min() or np.ma.minimum.reduce().

The single-argument form of np.ma.minimum and np.ma.maximum has been removed. Use np.ma.minimum.reduce() or np.ma.maximum.reduce() instead.