Skip to content

Commit ace3c1a

Browse files
author
Automatic release
committed
Release for v0.9.0
1 parent c4db01c commit ace3c1a

File tree

3 files changed

+33
-8
lines changed

3 files changed

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

1212
### Breaking Changes
1313

1414
### Added
15-
- Allow to configure the MaxArraySize and MaxSubmitJobs slurm limits via the `SLURM_MAX_ARRAY_SIZE` and `SLURM_MAX_SUBMIT_JOBS` environment variables. If the environment variables are not specified, the limits are determined automatically. [#554](https://github.com/scalableminds/webknossos-libs/pull/554)
1615

1716
### Changed
1817

1918
### Fixed
2019

2120

21+
## [0.9.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.0) - 2022-01-19
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.31...v0.9.0)
23+
24+
### Added
25+
- Allow to configure the MaxArraySize and MaxSubmitJobs slurm limits via the `SLURM_MAX_ARRAY_SIZE` and `SLURM_MAX_SUBMIT_JOBS` environment variables. If the environment variables are not specified, the limits are determined automatically. [#554](https://github.com/scalableminds/webknossos-libs/pull/554)
26+
27+
2228
## [0.8.31](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.8.31) - 2022-01-07
2329
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.30...v0.8.31)
2430

webknossos/Changelog.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,19 @@ 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.8.31...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.0...HEAD)
11+
12+
### Breaking Changes
13+
14+
### Added
15+
16+
### Changed
17+
18+
### Fixed
19+
20+
21+
## [0.9.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.0) - 2022-01-19
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.31...v0.9.0)
1123

1224
### Breaking Changes
1325
- Various changes in View & MagView signatures [#553](https://github.com/scalableminds/webknossos-libs/pull/553):
@@ -33,12 +45,11 @@ For upgrade instructions, please check the respective *Breaking Changes* section
3345
### Added
3446
- Added a check for dataset name availability before attempting to upload. [#555](https://github.com/scalableminds/webknossos-libs/pull/555)
3547

36-
### Changed
37-
3848
### Fixed
3949
- Fixed the dataset download of private datasets which need a token. [#562](https://github.com/scalableminds/webknossos-libs/pull/562)
4050

4151

52+
4253
## [0.8.31](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.8.31) - 2022-01-07
4354
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.30...v0.8.31)
4455

wkcuber/Changelog.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,27 @@ 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.8.31...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.0...HEAD)
1111

1212
### Breaking Changes
1313

1414
### Added
15-
- `wkcuber.upload` for uploading local datasets to webKnossos. [#544](https://github.com/scalableminds/webknossos-libs/pull/544)
1615

1716
### Changed
18-
- Logging is now set to log level `INFO` by default. `DEBUG` logging can be enabled with the `--verbose` flag. Consequently, the `--silent` flag has been removed. [#544](https://github.com/scalableminds/webknossos-libs/pull/544)
1917

2018
### Fixed
2119

2220

21+
## [0.9.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.0) - 2022-01-19
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.31...v0.9.0)
23+
24+
### Added
25+
- `wkcuber.upload` for uploading local datasets to webKnossos. [#544](https://github.com/scalableminds/webknossos-libs/pull/544)
26+
27+
### Changed
28+
- Logging is now set to log level `INFO` by default. `DEBUG` logging can be enabled with the `--verbose` flag. Consequently, the `--silent` flag has been removed. [#544](https://github.com/scalableminds/webknossos-libs/pull/544)
29+
30+
2331
## [0.8.31](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.8.31) - 2022-01-07
2432
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.30...v0.8.31)
2533

0 commit comments

Comments
 (0)