Skip to content

Commit 2292e31

Browse files
author
Automatic release
committed
Release for v0.11.1
1 parent a7186c3 commit 2292e31

File tree

3 files changed

+27
-9
lines changed

3 files changed

+27
-9
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/v0.11.0...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.11.1...HEAD)
1111

1212
### Breaking Changes
1313

1414
### Added
1515

1616
### Changed
17-
- When using the slurm or pbs distribution strategy, scheduled jobs are automatically canceled when aborting a run, i.e. if the SIGINT signal is received. [#838](https://github.com/scalableminds/webknossos-libs/pull/838)
1817

1918
### Fixed
2019

2120

21+
## [0.11.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.11.1) - 2023-01-05
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.11.0...v0.11.1)
23+
24+
### Changed
25+
- When using the slurm or pbs distribution strategy, scheduled jobs are automatically canceled when aborting a run, i.e. if the SIGINT signal is received. [#838](https://github.com/scalableminds/webknossos-libs/pull/838)
26+
27+
2228
## [0.11.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.11.0) - 2022-12-09
2329
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.27...v0.11.0)
2430

webknossos/Changelog.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,27 @@ 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.11.0...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.11.1...HEAD)
1414

1515
### Breaking Changes
1616

1717
### Added
18-
- `Dataset.from_images` and `dataset.add_layer_from_images` have new features: [#842](https://github.com/scalableminds/webknossos-libs/pull/842)
19-
* `dm3` and `dm4` datasets can be read without bioformats now.
20-
* It's possible to completely disable the bioformats adapter by setting `use_bioformats` to False.
21-
* Lists of images can now be handled with other readers, before only images supported by skimage worked in lists.
2218

2319
### Changed
2420

2521
### Fixed
2622

2723

24+
## [0.11.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.11.1) - 2023-01-05
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.11.0...v0.11.1)
26+
27+
### Added
28+
- `Dataset.from_images` and `dataset.add_layer_from_images` have new features: [#842](https://github.com/scalableminds/webknossos-libs/pull/842)
29+
* `dm3` and `dm4` datasets can be read without bioformats now.
30+
* It's possible to completely disable the bioformats adapter by setting `use_bioformats` to False.
31+
* Lists of images can now be handled with other readers, before only images supported by skimage worked in lists.
32+
33+
2834
## [0.11.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.11.0) - 2022-12-09
2935
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.27...v0.11.0)
3036

wkcuber/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/v0.11.0...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.11.1...HEAD)
1111

1212
### Breaking Changes
1313

1414
### Added
1515

1616
### Changed
17-
- Improved perfomance of `wkcuber.tile_cubing` and making it more robust. [#840](https://github.com/scalableminds/webknossos-libs/pull/840)
1817

1918
### Fixed
2019

2120

21+
## [0.11.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.11.1) - 2023-01-05
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.11.0...v0.11.1)
23+
24+
### Changed
25+
- Improved perfomance of `wkcuber.tile_cubing` and making it more robust. [#840](https://github.com/scalableminds/webknossos-libs/pull/840)
26+
27+
2228
## [0.11.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.11.0) - 2022-12-09
2329
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.27...v0.11.0)
2430

0 commit comments

Comments
 (0)