Skip to content

Commit

Permalink
Release for v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Jan 5, 2023
1 parent a7186c3 commit 2292e31
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
10 changes: 8 additions & 2 deletions cluster_tools/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
For upgrade instructions, please check the respective *Breaking Changes* sections.

## Unreleased
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.11.0...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.11.1...HEAD)

### Breaking Changes

### Added

### Changed
- 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)

### Fixed


## [0.11.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.11.1) - 2023-01-05
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.11.0...v0.11.1)

### Changed
- 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)


## [0.11.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.11.0) - 2022-12-09
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.27...v0.11.0)

Expand Down
16 changes: 11 additions & 5 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
For upgrade instructions, please check the respective *Breaking Changes* sections.

## Unreleased
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.11.0...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.11.1...HEAD)

### Breaking Changes

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

### Changed

### Fixed


## [0.11.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.11.1) - 2023-01-05
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.11.0...v0.11.1)

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


## [0.11.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.11.0) - 2022-12-09
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.27...v0.11.0)

Expand Down
10 changes: 8 additions & 2 deletions wkcuber/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
For upgrade instructions, please check the respective *Breaking Changes* sections.

## Unreleased
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.11.0...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.11.1...HEAD)

### Breaking Changes

### Added

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

### Fixed


## [0.11.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.11.1) - 2023-01-05
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.11.0...v0.11.1)

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


## [0.11.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.11.0) - 2022-12-09
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.27...v0.11.0)

Expand Down

0 comments on commit 2292e31

Please sign in to comment.