You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for numpy masked arrays (numpy.ma.MaskedArray) in zarr.array(). When a masked array is provided, it is automatically converted to a filled array, with a warning that the mask is not preserved. Users who need to preserve mask information should use separate arrays or structured dtypes for storing both data and mask information.
0 commit comments