Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 191 Bytes

File metadata and controls

1 lines (1 loc) · 191 Bytes

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.