From 3e63d7b94b6fb9357cf8ab90eab3bf55da696e78 Mon Sep 17 00:00:00 2001 From: Automatic release <> Date: Tue, 18 Oct 2022 14:29:24 +0000 Subject: [PATCH] Release for v0.10.19 --- cluster_tools/Changelog.md | 6 +++++- webknossos/Changelog.md | 18 +++++++++++++----- wkcuber/Changelog.md | 12 +++++++++--- 3 files changed, 27 insertions(+), 9 deletions(-) diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index 959b60efc..f73b2b715 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.10.18...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.19...HEAD) ### Breaking Changes @@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed +## [0.10.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.19) - 2022-10-18 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.18...v0.10.19) + + ## [0.10.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.18) - 2022-09-29 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.17...v0.10.18) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index 4a8a3329c..cefa736a4 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,7 +10,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.10.18...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.19...HEAD) + +### Breaking Changes + +### Added + +### Changed + +### Fixed + + +## [0.10.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.19) - 2022-10-18 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.18...v0.10.19) ### Breaking Changes - The `executor` argument can now be passed to the following methods, @@ -33,10 +45,6 @@ For upgrade instructions, please check the respective *Breaking Changes* section - Added convenience methods `Dataset.compress` and `Dataset.downsample` for compressing and downsampling all layers and mags in a dataset. [#813](https://github.com/scalableminds/webknossos-libs/pull/813) - Added examples for downloading segment masks from webKnossos and cubing & uploading tiff stacks. [#813](https://github.com/scalableminds/webknossos-libs/pull/813) -### Changed - -### Fixed - ## [0.10.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.18) - 2022-09-29 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.17...v0.10.18) diff --git a/wkcuber/Changelog.md b/wkcuber/Changelog.md index 7239f4276..b60f8ed50 100644 --- a/wkcuber/Changelog.md +++ b/wkcuber/Changelog.md @@ -7,19 +7,25 @@ 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.10.18...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.19...HEAD) ### Breaking Changes ### Added ### Changed -- Some methods now take and `executor` argument instead of `args` or `executor_args`. - This does not affect the CLI arguments. [#805](https://github.com/scalableminds/webknossos-libs/pull/805) ### Fixed +## [0.10.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.19) - 2022-10-18 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.18...v0.10.19) + +### Changed +- Some methods now take and `executor` argument instead of `args` or `executor_args`. + This does not affect the CLI arguments. [#805](https://github.com/scalableminds/webknossos-libs/pull/805) + + ## [0.10.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.18) - 2022-09-29 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.17...v0.10.18)