diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index 8aa6b2cbe..09ae86d00 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -7,10 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN For upgrade instructions, please check the respective *Breaking Changes* sections. ## Unreleased -[Commits](https://github.com/scalableminds/webknossos-cuber/compare/v0.8.22...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.23...HEAD) + +### Breaking Changes + +### Added + +### Changed + +### Fixed + + +## [v0.8.23](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.8.23) - 2021-11-29 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.22...v0.8.23) ### 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) @@ -20,8 +33,6 @@ For upgrade instructions, please check the respective *Breaking Changes* section - 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) -### Fixed - ## [0.8.22](https://github.com/scalableminds/webknossos-cuber/releases/tag/v0.8.22) - 2021-11-01 [Commits](https://github.com/scalableminds/webknossos-cuber/compare/v0.8.21...v0.8.22) @@ -69,8 +80,6 @@ For upgrade instructions, please check the respective *Breaking Changes* section ## [0.8.18](https://github.com/scalableminds/webknossos-cuber/releases/tag/v0.8.18) - 2021-10-18 [Commits](https://github.com/scalableminds/webknossos-cuber/compare/v0.8.16...v0.8.18) -### Breaking Changes -- 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 - The Dataset class now has a new method: add_shallow_copy. [#437](https://github.com/scalableminds/webknossos-libs/pull/437) ### Changed diff --git a/wkcuber/Changelog.md b/wkcuber/Changelog.md index 71f9364aa..7503771ab 100644 --- a/wkcuber/Changelog.md +++ b/wkcuber/Changelog.md @@ -7,14 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN For upgrade instructions, please check the respective *Breaking Changes* sections. ## Unreleased -[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.20...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.23...HEAD) ### Breaking Changes in Config & CLI + ### Added -- Added the flag `--version` to `wkcuber`. [#471](https://github.com/scalableminds/webknossos-libs/pull/471) + ### Changed + ### Fixed + +## [v0.8.23](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.8.23) - 2021-11-29 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.18...v0.8.23) + +### Added +- Added the flag `--version` to `wkcuber`. [#471](https://github.com/scalableminds/webknossos-libs/pull/471) + + ## [v0.8.20](https://github.com/scalableminds/webknossos-cuber/releases/tag/v0.8.20) - 2021-10-28 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.19...v.8.20)