Skip to content

Commit da1b6d9

Browse files
author
Automatic release
committed
Release for v2.4.5
1 parent e99df50 commit da1b6d9

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

cluster_tools/Changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,26 @@ 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/v2.4.4...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.4.5...HEAD)
1111

1212
### Breaking Changes
1313

1414
### Added
1515

1616
### Changed
1717

18+
### Fixed
19+
20+
21+
## [2.4.5](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.4.5) - 2025-07-16
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.4.4...v2.4.5)
23+
1824
### Fixed
1925
- Fixed that sometimes not all slurm jobs were canceled when an executor was killed. [#1317](https://github.com/scalableminds/webknossos-libs/pull/1317)
2026
- Fixed that when multiple cluster executors were instantiated in the same process, the original SIGINT handler sometimes was no longer called, leading to the main application not shutting down correctly after a SIGINT signal. [#1317](https://github.com/scalableminds/webknossos-libs/pull/1317)
2127

2228

29+
2330
## [2.4.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.4.4) - 2025-07-14
2431
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.4.3...v2.4.4)
2532

webknossos/Changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,18 +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/v2.4.4...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.4.5...HEAD)
1414

1515
### Breaking Changes
1616

1717
### Added
1818

1919
### Changed
2020

21+
### Fixed
22+
23+
24+
## [2.4.5](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.4.5) - 2025-07-16
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.4.4...v2.4.5)
26+
2127
### Fixed
2228
- Fixed an issue where the unit of the scale (voxel_size) was not considered when reading the NML. [#1339](https://github.com/scalableminds/webknossos-libs/pull/1339)
2329

2430

31+
2532
## [2.4.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.4.4) - 2025-07-14
2633
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.4.3...v2.4.4)
2734

0 commit comments

Comments
 (0)