Skip to content

Commit

Permalink
Release for v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Jan 31, 2022
1 parent cac7c60 commit 0944967
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
6 changes: 5 additions & 1 deletion cluster_tools/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.0...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.1...HEAD)

### Breaking Changes

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


## [0.9.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.1) - 2022-01-31
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.0...v0.9.1)


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

Expand Down
12 changes: 9 additions & 3 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ 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.0...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.1...HEAD)

### Breaking Changes

### Added

### Changed

### Fixed


## [0.9.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.1) - 2022-01-31
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.0...v0.9.1)

### Changed
- The signatures of `(Mag)View.for_each_chunk` and `(Mag)View.for_zipped_chunks` changed:
* The previous argument `work_on_chunk` is now called `func_per_chunk`.
Expand All @@ -25,8 +33,6 @@ For upgrade instructions, please check the respective *Breaking Changes* section
Please use the parameter relative_offset or absolute_offset (both in Mag(1)) instead.
The old offset behavior was absolute for `MagView`s and relative for `View`s.

### Fixed


## [0.9.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.0) - 2022-01-19
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.31...v0.9.0)
Expand Down
13 changes: 11 additions & 2 deletions wkcuber/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,27 @@ 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.0...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.1...HEAD)

### Breaking Changes

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

### Changed

### Fixed


## [0.9.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.1) - 2022-01-31
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.0...v0.9.1)

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

### Fixed
- Fixed automatic conversion of 3D tiff files which only have a single page. [#575](https://github.com/scalableminds/webknossos-libs/pull/575)


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

Expand Down

0 comments on commit 0944967

Please sign in to comment.