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
Scalar indexing on zarr Arrays now returns numpy scalars instead of 0-d ndarrays, matching numpy behavior. For example, arr[0] now returns a scalar value rather than a 0-dimensional array.