Skip to content

Commit

Permalink
Release for v0.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Apr 6, 2022
1 parent 1cf6f50 commit 09f12b9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
10 changes: 8 additions & 2 deletions cluster_tools/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ 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.9.17...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.18...HEAD)

### Breaking Changes
- The cluster-tools serialize the output of a job in the format `(wasSuccessful, result_value)` to a pickle file if `output_pickle_path` is provided and multiprocessing is used. This is consistent with how it is already done when using a cluster executor (e.g., slurm). [#686](https://github.com/scalableminds/webknossos-libs/pull/686)

### Added

Expand All @@ -19,6 +18,13 @@ For upgrade instructions, please check the respective *Breaking Changes* section
### Fixed


## [0.9.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.18) - 2022-04-06
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.17...v0.9.18)

### Breaking Changes
- The cluster-tools serialize the output of a job in the format `(wasSuccessful, result_value)` to a pickle file if `output_pickle_path` is provided and multiprocessing is used. This is consistent with how it is already done when using a cluster executor (e.g., slurm). [#686](https://github.com/scalableminds/webknossos-libs/pull/686)


## [0.9.17](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.17) - 2022-04-05
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.16...v0.9.17)

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.9.17...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.18...HEAD)

### Breaking Changes

Expand All @@ -21,6 +21,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section
### Fixed


## [0.9.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.18) - 2022-04-06
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.17...v0.9.18)


## [0.9.17](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.17) - 2022-04-05
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.16...v0.9.17)

Expand Down
6 changes: 5 additions & 1 deletion wkcuber/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.17...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.18...HEAD)

### Breaking Changes

Expand All @@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section
### Fixed


## [0.9.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.18) - 2022-04-06
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.17...v0.9.18)


## [0.9.17](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.17) - 2022-04-05
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.16...v0.9.17)

Expand Down

0 comments on commit 09f12b9

Please sign in to comment.