Skip to content

v0.9.22

Choose a tag to compare

@github-actions github-actions released this 02 May 13:21

webknossos

Breaking Changes

  • Renamed some entities to comply with the webKnossos terminology. #704:
    • The Graph class changed to Tree, also related methods and attributes are renamed now, e.g. add_graph is now add_tree.
      All previous entities are still available, but deprecated.
    • scale has changed to voxel_size for datasets, skeletons and annotations.
      Changes in Dataset are backwards-compatible, but scale is deprecated.
      For Annotation and Skeletons the initializer only supports voxel_size, the scale attribute is deprecated
    • get_best_mag is deprecated, please use get_finest_mag instead
    • In layer.upscale, min_mag is deprecated in favor of finest_mag

Fixed

  • Correctly maintain default_view_configuration property when downloading a dataset. #677

wkcuber

Breaking Changes

  • Deprecated --scale in favor of --voxel_size. #704

Fixed

  • Fixed a bug where upper-case file extensions would lead to errors during channel count detection. #709