Skip to content

Commit d3fd9ec

Browse files
author
Automatic release
committed
Release for v0.14.20
1 parent 3667093 commit d3fd9ec

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

cluster_tools/Changelog.md

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

1212
### Breaking Changes
1313

1414
### Added
1515

1616
### Changed
17-
- Array jobs are spawned faster now, because common meta data is not serialized for each subjob. The performance improvement is especially big, when custom logging code is configured for array jobs. [#1042](https://github.com/scalableminds/webknossos-libs/pull/1042)
18-
- Updated ruff to v0.4.0 [1047](https://github.com/scalableminds/webknossos-libs/pull/1047)
1917

2018
### Fixed
2119

2220

21+
## [0.14.20](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.20) - 2024-04-23
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.19...v0.14.20)
23+
24+
### Changed
25+
- Array jobs are spawned faster now, because common meta data is not serialized for each subjob. The performance improvement is especially big, when custom logging code is configured for array jobs. [#1042](https://github.com/scalableminds/webknossos-libs/pull/1042)
26+
- Updated ruff to v0.4.0 [1047](https://github.com/scalableminds/webknossos-libs/pull/1047)
27+
28+
2329
## [0.14.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.19) - 2024-04-18
2430
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.18...v0.14.19)
2531

webknossos/Changelog.md

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

1515
### Breaking Changes
1616

1717
### Added
1818

1919
### Changed
20-
- Updated ruff to v0.4.0 [1047](https://github.com/scalableminds/webknossos-libs/pull/1047)
21-
- Added NIfTI suffix .nii to list of supported bioformats suffixes. [#1048](https://github.com/scalableminds/webknossos-libs/pull/1048)
2220

2321
### Fixed
2422

2523

24+
## [0.14.20](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.20) - 2024-04-23
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.19...v0.14.20)
26+
27+
### Changed
28+
- Updated ruff to v0.4.0 [1047](https://github.com/scalableminds/webknossos-libs/pull/1047)
29+
- Added NIfTI suffix .nii to list of supported bioformats suffixes. [#1048](https://github.com/scalableminds/webknossos-libs/pull/1048)
30+
31+
2632
## [0.14.19](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.19) - 2024-04-18
2733
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.18...v0.14.19)
2834

0 commit comments

Comments
 (0)