Skip to content

v0.9.20

Choose a tag to compare

@github-actions github-actions released this 20 Apr 13:56

webknossos

Fixed

  • Fixed a bug where the server’s error message during dataset upload was not displayed to the user. #702

wkcuber

Breaking Changes

  • Deprecated --wkw_file_len flags in favor of --chunks_per_shard. #679
  • Deprecated wkcuber.api in favor of the high-level webknososs.Dataset API. #679
  • Deprecated external use of wkcuber.utils. #679
  • Remove the deprecated modules wkcuber.downsampling_utils and wkcuber.upsampling_utils. Use the high-level Layer.downsample and Layer.upsample methods in the webknossos package instead. #679

Added

  • Added Zarr support for wkcuber, wkcuber.cubing, wkcuber.converter, wkcuber.convert_knossos, wkcuber.convert_image_stack_to_wkw, wkcuber.convert_nifti, wkcuber.convert_raw, wkcuber.convert_zarr, and wkcuber.recubing. These commands now take a --data_format flag that can either be wkw or zarr. Additionally, --chunk_size and --chunks_per_shard flag are available and take either a single number or a 3-tuple (e.g. 32,32,32). #689