Skip to content

v0.8.23

Compare
Choose a tag to compare
@daniel-wer daniel-wer released this 30 Nov 09:26
· 549 commits to master since this release

webknossos

Breaking Changes

  • wk.Graph now inherits from networkx.Graph directly. Therefore, the nx_graph attribute is removed. #481
  • The class LayerCategories was removed. COLOR_TYPE and SEGMENTATION_TYPE were renamed to COLOR_CATEGORY and SEGMENTATION_CATEGORY and can now be imported directly. The type of many parameters were changed from str to the literal LayerCategoryType. #454

Added

  • Added redownsample() method to Layer to recompute existing downsampled magnifications. #461
  • Added globalize_floodfill.py script to globalize partially computed flood fill operations. #461

Changed

  • Improved performance for calculations with Vec3Int and BoundingBox. #461
  • Resolve path when symlinking layer and make_relative is False (instead of only making it absolute). #492

wkcuber

Added

  • Added the flag --version to wkcuber. #471