Skip to content

Commit 36d894f

Browse files
author
Automatic release
committed
Release for v2.3.9
1 parent 06cf7bd commit 36d894f

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

cluster_tools/Changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,24 @@ 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.3.8...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.3.9...HEAD)
1111

1212
### Breaking Changes
1313

1414
### Added
1515

1616
### Changed
17-
- Use `sacct` to detect out of memory errors instead of `seff` for Slurm executor. [#1297](https://github.com/scalableminds/webknossos-libs/pull/1297)
1817

1918
### Fixed
2019

2120

21+
## [2.3.9](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.3.9) - 2025-06-13
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.3.8...v2.3.9)
23+
24+
### Changed
25+
- Use `sacct` to detect out of memory errors instead of `seff` for Slurm executor. [#1297](https://github.com/scalableminds/webknossos-libs/pull/1297)
26+
27+
2228
## [2.3.8](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.3.8) - 2025-05-28
2329
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.3.7...v2.3.8)
2430

webknossos/Changelog.md

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

1515
### Breaking Changes
1616

17+
### Added
18+
19+
### Changed
20+
21+
### Fixed
22+
23+
24+
## [2.3.9](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.3.9) - 2025-06-13
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.3.8...v2.3.9)
26+
1727
### Added
1828
- Added a feature to track attached files of a segmentation layer. Previously, these files were only auto-detected by WEBKNOSSOS based on the location in special folders. Attachments can be added, e.g. `dataset.get_segmentation_layer("segmentation").attachments.add_mesh('path/to/meshfile.hdf5')`. [#1312](https://github.com/scalableminds/webknossos-libs/pull/1312)
1929
- Added a `with_attachments` parameter to `Dataset.copy_dataset` to copy attachments. [#1312](https://github.com/scalableminds/webknossos-libs/pull/1312)
@@ -27,6 +37,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
2737
- Fixed an issue that creates an Error when `add_mag()` was called just with a `chunk_shape`. [#1315](https://github.com/scalableminds/webknossos-libs/pull/1315)
2838

2939

40+
3041
## [2.3.8](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.3.8) - 2025-05-28
3142
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.3.7...v2.3.8)
3243

0 commit comments

Comments
 (0)