diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index 0a49ef424..dd5050e49 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.9.12...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.13...HEAD) ### Breaking Changes @@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed +## [0.9.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.13) - 2022-03-24 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.12...v0.9.13) + + ## [0.9.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.12) - 2022-03-18 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.11...v0.9.12) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index e68e220ad..84c0c518e 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,13 +10,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-libs/compare/v0.9.12...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.13...HEAD) ### Breaking Changes -- Consistently rename `organization_name` parameters to `organization_id` (except in deprecated `webknossos.client.download_dataset`). [#639](https://github.com/scalableminds/webknossos-libs/pull/639) ### Added +### Changed + +### Fixed + + +## [0.9.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.13) - 2022-03-24 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.12...v0.9.13) + +### Breaking Changes +- Consistently rename `organization_name` parameters to `organization_id` (except in deprecated `webknossos.client.download_dataset`). [#639](https://github.com/scalableminds/webknossos-libs/pull/639) + ### Changed - `MagView.compress` now skips in-place compression of already compressed mags. [#667](https://github.com/scalableminds/webknossos-libs/pull/667) @@ -24,6 +34,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section - Fixed compression of downsampled mags for layers with arbitrary and potentially mag-unaligned bounding boxes. [#667](https://github.com/scalableminds/webknossos-libs/pull/667) + ## [0.9.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.12) - 2022-03-18 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.11...v0.9.12) diff --git a/wkcuber/Changelog.md b/wkcuber/Changelog.md index a5e4d69a7..4311abf37 100644 --- a/wkcuber/Changelog.md +++ b/wkcuber/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.9.12...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.13...HEAD) ### Breaking Changes @@ -15,9 +15,16 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Changed +### Fixed + + +## [0.9.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.13) - 2022-03-24 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.12...v0.9.13) + ### Fixed - Fixed that wkcuber.downsampling didn't support anisotropic downsampling for some downsampling modes like `nearest`. [#643](https://github.com/scalableminds/webknossos-libs/pull/643) + ## [0.9.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.12) - 2022-03-18 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.11...v0.9.12)