Skip to content

v2.4.7

Choose a tag to compare

@github-actions github-actions released this 30 Jul 12:31

webknossos

Added

  • 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