Skip to content

Commit

Permalink
Release for v0.14.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Apr 18, 2024
1 parent 096cd4b commit 253fdbd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions cluster_tools/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,24 @@ 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.14.18...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.19...HEAD)

### Breaking Changes

### Added

### Changed
- Moved the dependencies for Kubernetes and Dask support into optional extras that need to be installed separately. Either with `poetry install --all-extras or pip install -e "all"`. [#1024](https://github.com/scalableminds/webknossos-libs/pull/1024)

### Fixed


## [0.14.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.19) - 2024-04-18
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.18...v0.14.19)

### Changed
- Moved the dependencies for Kubernetes and Dask support into optional extras that need to be installed separately. Either with `poetry install --all-extras or pip install -e "all"`. [#1024](https://github.com/scalableminds/webknossos-libs/pull/1024)


## [0.14.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.18) - 2024-04-18
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.17...v0.14.18)

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

### Breaking Changes

### Added

### Changed
- Removed special CLI command for cubing Nifti files. Use regular conversion command instead. Further, moved Python dependencies for examples and dev dependcies into optional groups which are not installed by default. Install with `poetry install --with dev --with examples`. [#1024](https://github.com/scalableminds/webknossos-libs/pull/1024)

### Fixed


## [0.14.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.19) - 2024-04-18
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.18...v0.14.19)

### Changed
- Removed special CLI command for cubing Nifti files. Use regular conversion command instead. Further, moved Python dependencies for examples and dev dependcies into optional groups which are not installed by default. Install with `poetry install --with dev --with examples`. [#1024](https://github.com/scalableminds/webknossos-libs/pull/1024)


## [0.14.18](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.18) - 2024-04-18
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.17...v0.14.18)

Expand Down

0 comments on commit 253fdbd

Please sign in to comment.