From f3a0c60a1a2f73eeed6611df0c5266a76072214f Mon Sep 17 00:00:00 2001 From: Automatic release <> Date: Fri, 17 Nov 2023 08:37:03 +0000 Subject: [PATCH] Release for v0.14.6 --- cluster_tools/Changelog.md | 14 +++++++++++--- webknossos/Changelog.md | 6 +++++- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index 73b1adae9..a231f3894 100644 --- a/cluster_tools/Changelog.md +++ b/cluster_tools/Changelog.md @@ -7,10 +7,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.5...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.6...HEAD) ### Breaking Changes +### Added + +### Changed + +### Fixed + + +## [0.14.6](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.6) - 2023-11-17 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.5...v0.14.6) + ### Added - Added SIGINT handling to `DaskExecutor`. [#959](https://github.com/scalableminds/webknossos-libs/pull/959) - Added support for resources (e.g. mem, cpus) to `DaskExecutor`. [#959](https://github.com/scalableminds/webknossos-libs/pull/959) @@ -19,8 +29,6 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Changed - Tasks using the `DaskExecutor` are run in their own process. This is required to not block the GIL for the dask worker to communicate with the scheduler. Env variables are propagated to the task processes. [#959](https://github.com/scalableminds/webknossos-libs/pull/959) -### Fixed - ## [0.14.5](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.5) - 2023-11-08 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.4...v0.14.5) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index a75ae0628..ce8283494 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,7 +10,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.5...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.6...HEAD) ### Breaking Changes @@ -21,6 +21,10 @@ For upgrade instructions, please check the respective _Breaking Changes_ section ### Fixed +## [0.14.6](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.6) - 2023-11-17 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.5...v0.14.6) + + ## [0.14.5](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.5) - 2023-11-08 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.4...v0.14.5)