diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index f796f5c2d..1ae996d5a 100644 --- a/cluster_tools/Changelog.md +++ b/cluster_tools/Changelog.md @@ -7,7 +7,7 @@ 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.13.2...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.3...HEAD) ### Breaking Changes @@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed +## [0.13.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.3) - 2023-08-08 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.2...v0.13.3) + + ## [0.13.2](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.2) - 2023-07-26 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.1...v0.13.2) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index e43268930..d0f46068a 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,10 +10,20 @@ 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.13.2...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.3...HEAD) ### Breaking Changes +### Added + +### Changed + +### Fixed + + +## [0.13.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.3) - 2023-08-08 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.2...v0.13.3) + ### Added - `View` has a `map_chunk` method now to run a function on each chunk and collect the results in a list. @@ -21,8 +31,6 @@ For upgrade instructions, please check the respective _Breaking Changes_ section - As WEBKNOSSOS does not require the largest segment id. It is also not mandatory in the WEBKNOSSOS libs anymore. [#917](https://github.com/scalableminds/webknossos-libs/issues/917) The method `SegmentationLayer.refresh_largest_segment_id` was added to lookup the highest value in segmentation data and set `largest_segment_id` accordingly. - The `convert` command of the cli now has a `--category` flag, to select the LayerCategoryType. -### Fixed - ## [0.13.2](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.2) - 2023-07-26 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.1...v0.13.2)