Skip to content

v0.9.1

Choose a tag to compare

@philippotto philippotto released this 31 Jan 16:22
· 698 commits to master since this release

webknossos

Changed

  • The signatures of (Mag)View.for_each_chunk and (Mag)View.for_zipped_chunks changed:
    • The previous argument work_on_chunk is now called func_per_chunk.
    • The various chunk_size arguments now have to be given in Mag(1). They now have default values.
  • Deprecations in (Mag)View.get_buffered_slice_reader/_writer #564:
    • (Mag)View.get_buffered_slice_reader: using the parameters offset and size is deprecated.
      Please use the parameter relative_bounding_box or absolute_bounding_box (both in Mag(1)) instead.
      The old offset behavior was absolute for MagViews and relative for Views.
    • (Mag)View.get_buffered_slice_writer: using the parameter offset is deprecated.
      Please use the parameter relative_offset or absolute_offset (both in Mag(1)) instead.
      The old offset behavior was absolute for MagViews and relative for Views.

wkcuber

Added

  • Added wkcuber.convert_zarr tool to convert zarr files to wkw datasets. #549

Fixed

  • Fixed automatic conversion of 3D tiff files which only have a single page. #575