Skip to content

Commit f943f40

Browse files
author
Automatic release
committed
Release for v0.10.25
1 parent 1e90200 commit f943f40

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
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.10.24...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.25...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.10.25](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.25) - 2022-11-29
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.24...v0.10.25)
23+
24+
2125
## [0.10.24](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.24) - 2022-11-09
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.23...v0.10.24)
2327

webknossos/Changelog.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,28 @@ 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.10.24...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.25...HEAD)
1414

1515
### Breaking Changes
16-
- `Dataset.from_images` now adds a layer per timepoint and per channel (if the data doesn't have 1 or 3 channels). [#822](https://github.com/scalableminds/webknossos-libs/pull/822)
1716

1817
### Added
19-
- Added python-native CZI support for `Dataset.from_images` or `dataset.add_layer_from_images`, without using bioformats. [#822](https://github.com/scalableminds/webknossos-libs/pull/822)
20-
- `dataset.add_layer_from_images` can add a layer per timepoint and per channel when passing `allow_multiple_layers=True`. [#822](https://github.com/scalableminds/webknossos-libs/pull/822)
2118

2219
### Changed
2320

2421
### Fixed
2522

2623

24+
## [0.10.25](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.25) - 2022-11-29
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.24...v0.10.25)
26+
27+
### Breaking Changes
28+
- `Dataset.from_images` now adds a layer per timepoint and per channel (if the data doesn't have 1 or 3 channels). [#822](https://github.com/scalableminds/webknossos-libs/pull/822)
29+
30+
### Added
31+
- Added python-native CZI support for `Dataset.from_images` or `dataset.add_layer_from_images`, without using bioformats. [#822](https://github.com/scalableminds/webknossos-libs/pull/822)
32+
- `dataset.add_layer_from_images` can add a layer per timepoint and per channel when passing `allow_multiple_layers=True`. [#822](https://github.com/scalableminds/webknossos-libs/pull/822)
33+
34+
2735
## [0.10.24](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.24) - 2022-11-09
2836
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.23...v0.10.24)
2937

wkcuber/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.10.24...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.25...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.10.25](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.25) - 2022-11-29
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.24...v0.10.25)
23+
24+
2125
## [0.10.24](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.24) - 2022-11-09
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.23...v0.10.24)
2327

0 commit comments

Comments
 (0)