Skip to content

Commit 09f12b9

Browse files
author
Automatic release
committed
Release for v0.9.18
1 parent 1cf6f50 commit 09f12b9

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

cluster_tools/Changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ 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.9.17...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.18...HEAD)
1111

1212
### Breaking Changes
13-
- 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)
1413

1514
### Added
1615

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

2120

21+
## [0.9.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.18) - 2022-04-06
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.17...v0.9.18)
23+
24+
### Breaking Changes
25+
- 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)
26+
27+
2228
## [0.9.17](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.17) - 2022-04-05
2329
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.16...v0.9.17)
2430

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.9.17...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.18...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.9.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.18) - 2022-04-06
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.17...v0.9.18)
26+
27+
2428
## [0.9.17](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.17) - 2022-04-05
2529
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.16...v0.9.17)
2630

wkcuber/Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.9.17...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.18...HEAD)
1111

1212
### Breaking Changes
1313

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

2020

21+
## [0.9.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.18) - 2022-04-06
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.17...v0.9.18)
23+
24+
2125
## [0.9.17](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.17) - 2022-04-05
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.16...v0.9.17)
2327

0 commit comments

Comments
 (0)