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
Added MagView.rechunk methods to allow for rechunking of datasets. #1342
Added the option to configure the codecs of Zarr3 datasets. Supply a Zarr3Config to the compress argument in Layer.add_mag or similar methods. codecs and chunk_key_encoding can be customized. #1343
Added method download_mesh to the RemoteDataset and RemoteAnnotation classes to allow download of .stl files. #1307
Changed
Enforces that chunk_shape and shard_shape have power-of-two values. This assumptions was used in the code previously, but not explicitly enforced. #1342
The sharding_indexed codec is no longer used if chunk_shape == shard_shape. #1343