Skip to content

Commit 4882724

Browse files
author
Automatic release
committed
Release for v0.16.0
1 parent 1b9a068 commit 4882724

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

cluster_tools/Changelog.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
77
For upgrade instructions, please check the respective *Breaking Changes* sections.
88

99
## Unreleased
10-
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.11...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.0...HEAD)
1111

1212
### Breaking Changes
13-
- Removed the `map_unordered` function of executors. [#1193](https://github.com/scalableminds/webknossos-libs/pull/1193)
1413

1514
### Added
1615

1716
### Changed
18-
- 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)
19-
- 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)
2017

2118
### Fixed
2219

2320

21+
## [0.16.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.0) - 2024-11-27
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.11...v0.16.0)
23+
24+
### Breaking Changes
25+
- Removed the `map_unordered` function of executors. [#1193](https://github.com/scalableminds/webknossos-libs/pull/1193)
26+
27+
### Changed
28+
- 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)
29+
- 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)
30+
31+
2432
## [0.15.11](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.11) - 2024-11-26
2533
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.10...v0.15.11)
2634

webknossos/Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
1010
For upgrade instructions, please check the respective _Breaking Changes_ sections.
1111

1212
## Unreleased
13-
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.11...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.0...HEAD)
1414

1515
### Breaking Changes
1616

@@ -21,6 +21,10 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
2121
### Fixed
2222

2323

24+
## [0.16.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.0) - 2024-11-27
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.11...v0.16.0)
26+
27+
2428
## [0.15.11](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.15.11) - 2024-11-26
2529
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.15.10...v0.15.11)
2630

0 commit comments

Comments
 (0)