Skip to content

Commit 0944967

Browse files
author
Automatic release
committed
Release for v0.9.1
1 parent cac7c60 commit 0944967

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-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.0...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.1...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.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.1) - 2022-01-31
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.0...v0.9.1)
23+
24+
2125
## [0.9.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.0) - 2022-01-19
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.31...v0.9.0)
2327

webknossos/Changelog.md

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

1212
### Breaking Changes
1313

1414
### Added
1515

16+
### Changed
17+
18+
### Fixed
19+
20+
21+
## [0.9.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.1) - 2022-01-31
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.0...v0.9.1)
23+
1624
### Changed
1725
- The signatures of `(Mag)View.for_each_chunk` and `(Mag)View.for_zipped_chunks` changed:
1826
* The previous argument `work_on_chunk` is now called `func_per_chunk`.
@@ -25,8 +33,6 @@ For upgrade instructions, please check the respective *Breaking Changes* section
2533
Please use the parameter relative_offset or absolute_offset (both in Mag(1)) instead.
2634
The old offset behavior was absolute for `MagView`s and relative for `View`s.
2735

28-
### Fixed
29-
3036

3137
## [0.9.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.0) - 2022-01-19
3238
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.31...v0.9.0)

wkcuber/Changelog.md

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

1212
### Breaking Changes
1313

1414
### Added
15-
- Added `wkcuber.convert_zarr` tool to convert zarr files to wkw datasets. [#549](https://github.com/scalableminds/webknossos-libs/pull/549)
1615

1716
### Changed
1817

18+
### Fixed
19+
20+
21+
## [0.9.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.1) - 2022-01-31
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.0...v0.9.1)
23+
24+
### Added
25+
- Added `wkcuber.convert_zarr` tool to convert zarr files to wkw datasets. [#549](https://github.com/scalableminds/webknossos-libs/pull/549)
26+
1927
### Fixed
2028
- Fixed automatic conversion of 3D tiff files which only have a single page. [#575](https://github.com/scalableminds/webknossos-libs/pull/575)
2129

30+
2231
## [0.9.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.0) - 2022-01-19
2332
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.31...v0.9.0)
2433

0 commit comments

Comments
 (0)