Skip to content

Commit

Permalink
Release for v0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Nov 17, 2023
1 parent 4d2ba0e commit f3a0c60
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
14 changes: 11 additions & 3 deletions cluster_tools/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +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.14.5...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.6...HEAD)

### Breaking Changes

### Added

### Changed

### Fixed


## [0.14.6](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.6) - 2023-11-17
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.5...v0.14.6)

### Added
- Added SIGINT handling to `DaskExecutor`. [#959](https://github.com/scalableminds/webknossos-libs/pull/959)
- Added support for resources (e.g. mem, cpus) to `DaskExecutor`. [#959](https://github.com/scalableminds/webknossos-libs/pull/959)
Expand All @@ -19,8 +29,6 @@ For upgrade instructions, please check the respective *Breaking Changes* section
### Changed
- Tasks using the `DaskExecutor` are run in their own process. This is required to not block the GIL for the dask worker to communicate with the scheduler. Env variables are propagated to the task processes. [#959](https://github.com/scalableminds/webknossos-libs/pull/959)

### Fixed


## [0.14.5](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.5) - 2023-11-08
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.4...v0.14.5)
Expand Down
6 changes: 5 additions & 1 deletion webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.14.5...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.6...HEAD)

### Breaking Changes

Expand All @@ -21,6 +21,10 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
### Fixed


## [0.14.6](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.6) - 2023-11-17
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.5...v0.14.6)


## [0.14.5](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.5) - 2023-11-08
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.4...v0.14.5)

Expand Down

0 comments on commit f3a0c60

Please sign in to comment.