Skip to content

Commit

Permalink
Release for v0.14.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Apr 23, 2024
1 parent 3667093 commit d3fd9ec
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions cluster_tools/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.14.19...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.20...HEAD)

### Breaking Changes

### Added

### Changed
- 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)
- Updated ruff to v0.4.0 [1047](https://github.com/scalableminds/webknossos-libs/pull/1047)

### Fixed


## [0.14.20](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.20) - 2024-04-23
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.19...v0.14.20)

### Changed
- 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)
- Updated ruff to v0.4.0 [1047](https://github.com/scalableminds/webknossos-libs/pull/1047)


## [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)

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

### Breaking Changes

### Added

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

### Fixed


## [0.14.20](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.20) - 2024-04-23
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.19...v0.14.20)

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


## [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)

Expand Down

0 comments on commit d3fd9ec

Please sign in to comment.