Skip to content

Commit

Permalink
Release for v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Nov 27, 2024
1 parent 1b9a068 commit 4882724
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
16 changes: 12 additions & 4 deletions cluster_tools/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 5 additions & 1 deletion webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

Expand Down

0 comments on commit 4882724

Please sign in to comment.