webknossos
Breaking Changes
- `wk.Graph` now inherits from `networkx.Graph` directly. Therefore, the `nx_graph` attribute is removed. [481](https://github.com/scalableminds/webknossos-libs/pull/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](https://github.com/scalableminds/webknossos-libs/pull/454)
Added
- Added `redownsample()` method to `Layer` to recompute existing downsampled magnifications. [461](https://github.com/scalableminds/webknossos-libs/pull/461)
- Added `globalize_floodfill.py` script to globalize partially computed flood fill operations. [461](https://github.com/scalableminds/webknossos-libs/pull/461)
Changed
- Improved performance for calculations with `Vec3Int` and `BoundingBox`. [461](https://github.com/scalableminds/webknossos-libs/pull/461)
- Resolve path when symlinking layer and make_relative is False (instead of only making it absolute). [492](https://github.com/scalableminds/webknossos-libs/pull/492)
wkcuber
Added
- Added the flag `--version` to `wkcuber`. [471](https://github.com/scalableminds/webknossos-libs/pull/471)