diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index 9b1d04fc..751f39bf 100644 --- a/cluster_tools/Changelog.md +++ b/cluster_tools/Changelog.md @@ -7,20 +7,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.15.11...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.0...HEAD) ### Breaking Changes -- Removed the `map_unordered` function of executors. [#1193](https://github.com/scalableminds/webknossos-libs/pull/1193) ### Added ### Changed -- Deprecated the test_pickling and debug_sequential executor strategies. The strategies multiprocessing_with_pickling and sequential should be used instead. [#1193](https://github.com/scalableminds/webknossos-libs/pull/1193) -- The sequential executor strategy no longer uses multiprocessing functionality internally and instead executes functions sequentially and synchronously in the same process. [#1193](https://github.com/scalableminds/webknossos-libs/pull/1193) ### Fixed +## [0.16.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.0) - 2024-11-27 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.11...v0.16.0) + +### Breaking Changes +- Removed the `map_unordered` function of executors. [#1193](https://github.com/scalableminds/webknossos-libs/pull/1193) + +### Changed +- Deprecated the test_pickling and debug_sequential executor strategies. The strategies multiprocessing_with_pickling and sequential should be used instead. [#1193](https://github.com/scalableminds/webknossos-libs/pull/1193) +- The sequential executor strategy no longer uses multiprocessing functionality internally and instead executes functions sequentially and synchronously in the same process. [#1193](https://github.com/scalableminds/webknossos-libs/pull/1193) + + ## [0.15.11](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.11) - 2024-11-26 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.10...v0.15.11) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index 5fdf9170..32c1f972 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.15.11...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.0...HEAD) ### Breaking Changes @@ -21,6 +21,10 @@ For upgrade instructions, please check the respective _Breaking Changes_ section ### Fixed +## [0.16.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.0) - 2024-11-27 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.11...v0.16.0) + + ## [0.15.11](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.11) - 2024-11-26 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.10...v0.15.11)