From 92a14bb90fe1262eb18903f6f9dbbb10132422ca Mon Sep 17 00:00:00 2001 From: Automatic release <> Date: Tue, 9 Jul 2024 15:07:34 +0000 Subject: [PATCH] Release for v0.14.24 --- cluster_tools/Changelog.md | 6 +++++- webknossos/Changelog.md | 13 ++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index b5dda6987..49d5d4797 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.23...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.24...HEAD) ### Breaking Changes @@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed +## [0.14.24](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.24) - 2024-07-09 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.23...v0.14.24) + + ## [0.14.23](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.23) - 2024-06-28 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.22...v0.14.23) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index 1b9ddca10..1111164f4 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,10 +10,20 @@ 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.23...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.24...HEAD) ### Breaking Changes +### Added + +### Changed + +### Fixed + + +## [0.14.24](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.24) - 2024-07-09 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.23...v0.14.24) + ### Added - Added an implementation of padded_with_margins for NDBoundingBox class. [#1120](https://github.com/scalableminds/webknossos-libs/pull/1120) - Added a new method add_nx_graphs to skeleton.py which supports to add nx.Graphs to the Skeleton object. [#1130](https://github.com/scalableminds/webknossos-libs/pull/1130) @@ -26,6 +36,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section - Fixed an issue where webknossos libs crash when installed with minimal dependencies. [#1104](https://github.com/scalableminds/webknossos-libs/pull/1104) + ## [0.14.23](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.23) - 2024-06-28 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.22...v0.14.23)