From 2c68b9895913e9ab3305b6f99e28ae8f5cd0bfaf Mon Sep 17 00:00:00 2001 From: Automatic release <> Date: Wed, 20 Apr 2022 13:36:22 +0000 Subject: [PATCH] Release for v0.9.20 --- cluster_tools/Changelog.md | 6 +++++- webknossos/Changelog.md | 9 ++++++++- wkcuber/Changelog.md | 18 +++++++++++++----- 3 files changed, 26 insertions(+), 7 deletions(-) diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index da5868c43..12b3f688e 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.19...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.20...HEAD) ### Breaking Changes @@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed +## [0.9.20](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.20) - 2022-04-20 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.19...v0.9.20) + + ## [0.9.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.19) - 2022-04-11 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.18...v0.9.19) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index b5c9fc8c4..5dc8cd3f1 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,7 +10,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.19...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.20...HEAD) ### Breaking Changes @@ -20,9 +20,16 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed + +## [0.9.20](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.20) - 2022-04-20 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.19...v0.9.20) + +### Fixed + - Fixed a bug where the server’s error message during dataset upload was not displayed to the user. [#702](https://github.com/scalableminds/webknossos-libs/pull/702) + ## [0.9.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.19) - 2022-04-11 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.18...v0.9.19) diff --git a/wkcuber/Changelog.md b/wkcuber/Changelog.md index 49c07efae..237a1aced 100644 --- a/wkcuber/Changelog.md +++ b/wkcuber/Changelog.md @@ -7,7 +7,19 @@ 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.19...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.20...HEAD) + +### Breaking Changes + +### Added + +### Changed + +### Fixed + + +## [0.9.20](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.20) - 2022-04-20 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.19...v0.9.20) ### Breaking Changes - Deprecated `--wkw_file_len` flags in favor of `--chunks_per_shard`. [#679](https://github.com/scalableminds/webknossos-libs/pull/679) @@ -18,10 +30,6 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Added - Added Zarr support for `wkcuber`, `wkcuber.cubing`, `wkcuber.converter`, `wkcuber.convert_knossos`, `wkcuber.convert_image_stack_to_wkw`, `wkcuber.convert_nifti`, `wkcuber.convert_raw`, `wkcuber.convert_zarr`, and `wkcuber.recubing`. These commands now take a `--data_format` flag that can either be `wkw` or `zarr`. Additionally, `--chunk_size` and `--chunks_per_shard` flag are available and take either a single number or a 3-tuple (e.g. `32,32,32`). [#689](https://github.com/scalableminds/webknossos-libs/pull/679) -### Changed - -### Fixed - ## [0.9.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.19) - 2022-04-11 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.18...v0.9.19)