Skip to content

Commit

Permalink
Release for v0.10.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Oct 18, 2022
1 parent 775aa6a commit 3e63d7b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 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.10.18...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.19...HEAD)

### Breaking Changes

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


## [0.10.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.19) - 2022-10-18
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.18...v0.10.19)


## [0.10.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.18) - 2022-09-29
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.17...v0.10.18)

Expand Down
18 changes: 13 additions & 5 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@ 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.10.18...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.19...HEAD)

### Breaking Changes

### Added

### Changed

### Fixed


## [0.10.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.19) - 2022-10-18
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.18...v0.10.19)

### Breaking Changes
- The `executor` argument can now be passed to the following methods,
Expand All @@ -33,10 +45,6 @@ For upgrade instructions, please check the respective *Breaking Changes* section
- Added convenience methods `Dataset.compress` and `Dataset.downsample` for compressing and downsampling all layers and mags in a dataset. [#813](https://github.com/scalableminds/webknossos-libs/pull/813)
- Added examples for downloading segment masks from webKnossos and cubing & uploading tiff stacks. [#813](https://github.com/scalableminds/webknossos-libs/pull/813)

### Changed

### Fixed


## [0.10.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.18) - 2022-09-29
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.17...v0.10.18)
Expand Down
12 changes: 9 additions & 3 deletions wkcuber/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,25 @@ 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.10.18...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.19...HEAD)

### Breaking Changes

### Added

### Changed
- Some methods now take and `executor` argument instead of `args` or `executor_args`.
This does not affect the CLI arguments. [#805](https://github.com/scalableminds/webknossos-libs/pull/805)

### Fixed


## [0.10.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.19) - 2022-10-18
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.18...v0.10.19)

### Changed
- Some methods now take and `executor` argument instead of `args` or `executor_args`.
This does not affect the CLI arguments. [#805](https://github.com/scalableminds/webknossos-libs/pull/805)


## [0.10.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.18) - 2022-09-29
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.17...v0.10.18)

Expand Down

0 comments on commit 3e63d7b

Please sign in to comment.