Skip to content

Commit b69e13b

Browse files
author
Automatic release
committed
Release for v0.9.8
1 parent c4789ce commit b69e13b

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

cluster_tools/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.7...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.8...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.8](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.8) - 2022-02-28
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.7...v0.9.8)
23+
24+
2125
## [0.9.7](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.7) - 2022-02-28
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.6...v0.9.7)
2327

webknossos/Changelog.md

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

1212
### Breaking Changes
1313

1414
### Added
15-
- Added `only_setup_mag` parameter to downsample-related methods in `Layer`. This parameter allows creating output magnifications before parallelizing downsampling invocations to avoid outdated writes to datasource-properties.json. [#610](https://github.com/scalableminds/webknossos-libs/pull/610)
16-
- Added `Task.create()` method to create tasks by prodiving a dataset name, location, and rotation. [#605](https://github.com/scalableminds/webknossos-libs/pull/605)
17-
- Added `allow_overwrite` parameter to `Layer.downsample()`. [#614](https://github.com/scalableminds/webknossos-libs/pull/614)
1815

1916
### Changed
2017

2118
### Fixed
2219

2320

21+
## [0.9.8](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.8) - 2022-02-28
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.7...v0.9.8)
23+
24+
### Added
25+
- Added `only_setup_mag` parameter to downsample-related methods in `Layer`. This parameter allows creating output magnifications before parallelizing downsampling invocations to avoid outdated writes to datasource-properties.json. [#610](https://github.com/scalableminds/webknossos-libs/pull/610)
26+
- Added `Task.create()` method to create tasks by prodiving a dataset name, location, and rotation. [#605](https://github.com/scalableminds/webknossos-libs/pull/605)
27+
- Added `allow_overwrite` parameter to `Layer.downsample()`. [#614](https://github.com/scalableminds/webknossos-libs/pull/614)
28+
29+
2430
## [0.9.7](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.7) - 2022-02-28
2531
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.6...v0.9.7)
2632

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.7...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.8...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.8](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.8) - 2022-02-28
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.7...v0.9.8)
23+
24+
2125
## [0.9.7](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.7) - 2022-02-28
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.6...v0.9.7)
2327

0 commit comments

Comments
 (0)