From 4878f669952db7137f299002f80d7d744bf7737e Mon Sep 17 00:00:00 2001 From: Automatic release <> Date: Wed, 18 Dec 2024 12:40:08 +0000 Subject: [PATCH] Release for v0.16.2 --- cluster_tools/Changelog.md | 6 +++++- webknossos/Changelog.md | 16 ++++++++++++---- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index 21b4f0c8c..baf722688 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.16.1...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.2...HEAD) ### Breaking Changes @@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed +## [0.16.2](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.2) - 2024-12-18 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.1...v0.16.2) + + ## [0.16.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.1) - 2024-12-05 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.0...v0.16.1) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index f12e94ce9..19ade658a 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,20 +10,28 @@ 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.16.1...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.2...HEAD) ### Breaking Changes -- `MagView.get_zarr_array` now returns a `tensorstore` array instead of a `zarr-python` array. [#1174](https://github.com/scalableminds/webknossos-libs/pull/1174) ### Added ### Changed -- Updated to WEBKNOSSOS API version 8. [#1185](https://github.com/scalableminds/webknossos-libs/pull/1185) -- Using tensorstore for reading and writing zarr 2 and 3 arrays. Removed `zarrita` and `zarr` dependency. [#1174](https://github.com/scalableminds/webknossos-libs/pull/1174) ### Fixed +## [0.16.2](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.2) - 2024-12-18 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.1...v0.16.2) + +### Breaking Changes +- `MagView.get_zarr_array` now returns a `tensorstore` array instead of a `zarr-python` array. [#1174](https://github.com/scalableminds/webknossos-libs/pull/1174) + +### Changed +- Updated to WEBKNOSSOS API version 8. [#1185](https://github.com/scalableminds/webknossos-libs/pull/1185) +- Using tensorstore for reading and writing zarr 2 and 3 arrays. Removed `zarrita` and `zarr` dependency. [#1174](https://github.com/scalableminds/webknossos-libs/pull/1174) + + ## [0.16.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.1) - 2024-12-05 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.0...v0.16.1)