Skip to content

Commit bedd3a3

Browse files
author
Automatic release
committed
Release for v0.14.21
1 parent 7bc9773 commit bedd3a3

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

cluster_tools/Changelog.md

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

1212
### Breaking Changes
1313

@@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section
1818
### Fixed
1919

2020

21+
## [0.14.21](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.21) - 2024-05-07
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.20...v0.14.21)
23+
24+
2125
## [0.14.20](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.20) - 2024-04-23
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.19...v0.14.20)
2327

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.20...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.21...HEAD)
1414

1515
### Breaking Changes
1616

1717
### Added
1818

1919
### Changed
20-
- Added `layer_name` as optional argument to `Dataset.from_images` method. If the created dataset contains only a single layer, `layer_name` is used, otherwise the given `layer_name` is a common prefix for all layers. [1054](https://github.com/scalableminds/webknossos-libs/pull/1054)
21-
- The context variable of View.get_buffered_slice_writer() is a BufferedSliceWriter now instead of a Generator. Interaction with the SliceWriter does not change, but updating the offset after first initialization is possible now. [1052](https://github.com/scalableminds/webknossos-libs/pull/1052)
2220

2321
### Fixed
2422

2523

24+
## [0.14.21](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.21) - 2024-05-07
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.20...v0.14.21)
26+
27+
### Changed
28+
- Added `layer_name` as optional argument to `Dataset.from_images` method. If the created dataset contains only a single layer, `layer_name` is used, otherwise the given `layer_name` is a common prefix for all layers. [1054](https://github.com/scalableminds/webknossos-libs/pull/1054)
29+
- The context variable of View.get_buffered_slice_writer() is a BufferedSliceWriter now instead of a Generator. Interaction with the SliceWriter does not change, but updating the offset after first initialization is possible now. [1052](https://github.com/scalableminds/webknossos-libs/pull/1052)
30+
31+
2632
## [0.14.20](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.20) - 2024-04-23
2733
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.19...v0.14.20)
2834

0 commit comments

Comments
 (0)