From 253fdbd9c19f3a1747e360a0889516132d6e427d Mon Sep 17 00:00:00 2001 From: Automatic release <> Date: Thu, 18 Apr 2024 09:02:11 +0000 Subject: [PATCH] Release for v0.14.19 --- cluster_tools/Changelog.md | 10 ++++++++-- webknossos/Changelog.md | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index e34d6866b..cc69b2145 100644 --- a/cluster_tools/Changelog.md +++ b/cluster_tools/Changelog.md @@ -7,18 +7,24 @@ 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.18...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.19...HEAD) ### Breaking Changes ### Added ### Changed -- Moved the dependencies for Kubernetes and Dask support into optional extras that need to be installed separately. Either with `poetry install --all-extras or pip install -e "all"`. [#1024](https://github.com/scalableminds/webknossos-libs/pull/1024) ### Fixed +## [0.14.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.19) - 2024-04-18 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.18...v0.14.19) + +### Changed +- Moved the dependencies for Kubernetes and Dask support into optional extras that need to be installed separately. Either with `poetry install --all-extras or pip install -e "all"`. [#1024](https://github.com/scalableminds/webknossos-libs/pull/1024) + + ## [0.14.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.18) - 2024-04-18 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.17...v0.14.18) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index 0022fde8c..db21e36bd 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,18 +10,24 @@ 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.18...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.19...HEAD) ### Breaking Changes ### Added ### Changed -- Removed special CLI command for cubing Nifti files. Use regular conversion command instead. Further, moved Python dependencies for examples and dev dependcies into optional groups which are not installed by default. Install with `poetry install --with dev --with examples`. [#1024](https://github.com/scalableminds/webknossos-libs/pull/1024) ### Fixed +## [0.14.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.19) - 2024-04-18 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.18...v0.14.19) + +### Changed +- Removed special CLI command for cubing Nifti files. Use regular conversion command instead. Further, moved Python dependencies for examples and dev dependcies into optional groups which are not installed by default. Install with `poetry install --with dev --with examples`. [#1024](https://github.com/scalableminds/webknossos-libs/pull/1024) + + ## [0.14.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.18) - 2024-04-18 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.17...v0.14.18)