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
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