Skip to content

Commit f3a0c60

Browse files
author
Automatic release
committed
Release for v0.14.6
1 parent 4d2ba0e commit f3a0c60

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

cluster_tools/Changelog.md

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

1212
### Breaking Changes
1313

14+
### Added
15+
16+
### Changed
17+
18+
### Fixed
19+
20+
21+
## [0.14.6](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.6) - 2023-11-17
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.5...v0.14.6)
23+
1424
### Added
1525
- Added SIGINT handling to `DaskExecutor`. [#959](https://github.com/scalableminds/webknossos-libs/pull/959)
1626
- Added support for resources (e.g. mem, cpus) to `DaskExecutor`. [#959](https://github.com/scalableminds/webknossos-libs/pull/959)
@@ -19,8 +29,6 @@ For upgrade instructions, please check the respective *Breaking Changes* section
1929
### Changed
2030
- 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)
2131

22-
### Fixed
23-
2432

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

webknossos/Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
1010
For upgrade instructions, please check the respective _Breaking Changes_ sections.
1111

1212
## Unreleased
13-
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.5...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.6...HEAD)
1414

1515
### Breaking Changes
1616

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

2323

24+
## [0.14.6](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.6) - 2023-11-17
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.5...v0.14.6)
26+
27+
2428
## [0.14.5](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.5) - 2023-11-08
2529
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.4...v0.14.5)
2630

0 commit comments

Comments
 (0)