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