From bedd3a3a8023b8ec182464d9b4042734b9c65d53 Mon Sep 17 00:00:00 2001 From: Automatic release <> Date: Tue, 7 May 2024 07:41:28 +0000 Subject: [PATCH] Release for v0.14.21 --- cluster_tools/Changelog.md | 6 +++++- webknossos/Changelog.md | 12 +++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index 776ce3536..dd80acd02 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.14.20...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.21...HEAD) ### Breaking Changes @@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed +## [0.14.21](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.21) - 2024-05-07 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.20...v0.14.21) + + ## [0.14.20](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.20) - 2024-04-23 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.19...v0.14.20) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index 6d7c19514..929a5c4e9 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,19 +10,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.14.20...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.21...HEAD) ### Breaking Changes ### Added ### Changed -- Added `layer_name` as optional argument to `Dataset.from_images` method. If the created dataset contains only a single layer, `layer_name` is used, otherwise the given `layer_name` is a common prefix for all layers. [1054](https://github.com/scalableminds/webknossos-libs/pull/1054) -- The context variable of View.get_buffered_slice_writer() is a BufferedSliceWriter now instead of a Generator. Interaction with the SliceWriter does not change, but updating the offset after first initialization is possible now. [1052](https://github.com/scalableminds/webknossos-libs/pull/1052) ### Fixed +## [0.14.21](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.21) - 2024-05-07 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.20...v0.14.21) + +### Changed +- Added `layer_name` as optional argument to `Dataset.from_images` method. If the created dataset contains only a single layer, `layer_name` is used, otherwise the given `layer_name` is a common prefix for all layers. [1054](https://github.com/scalableminds/webknossos-libs/pull/1054) +- The context variable of View.get_buffered_slice_writer() is a BufferedSliceWriter now instead of a Generator. Interaction with the SliceWriter does not change, but updating the offset after first initialization is possible now. [1052](https://github.com/scalableminds/webknossos-libs/pull/1052) + + ## [0.14.20](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.20) - 2024-04-23 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.19...v0.14.20)