Skip to content

Commit 7a1acf1

Browse files
author
Automatic release
committed
Release for v0.13.2
1 parent b985df5 commit 7a1acf1

File tree

2 files changed

+16
-4
lines changed

2 files changed

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

1212
### Breaking Changes
1313

1414
### Added
15-
- From now on the cluster tools will detect if slurm jobs were killed, because they exceeded the configured time limit, and throw a `RemoteTimeLimitException` indicating the issue instead of a generic `RemoteException`. If it is unclear whether a job was killed because of the time or memory limit, a `RemoteResourceLimitException` is thrown. [#929](https://github.com/scalableminds/webknossos-libs/pull/929)
1615

1716
### Changed
1817

1918
### Fixed
2019

2120

21+
## [0.13.2](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.2) - 2023-07-26
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.1...v0.13.2)
23+
24+
### Added
25+
- From now on the cluster tools will detect if slurm jobs were killed, because they exceeded the configured time limit, and throw a `RemoteTimeLimitException` indicating the issue instead of a generic `RemoteException`. If it is unclear whether a job was killed because of the time or memory limit, a `RemoteResourceLimitException` is thrown. [#929](https://github.com/scalableminds/webknossos-libs/pull/929)
26+
27+
2228
## [0.13.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.1) - 2023-07-17
2329
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.0...v0.13.1)
2430

webknossos/Changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,24 @@ 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.13.1...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.2...HEAD)
1414

1515
### Breaking Changes
1616

1717
### Added
1818

1919
### Changed
20-
- The `convert` command of the cli now has a `--category` flag, to select the LayerCategoryType.
2120

2221
### Fixed
2322

2423

24+
## [0.13.2](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.2) - 2023-07-26
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.1...v0.13.2)
26+
27+
### Changed
28+
- The `convert` command of the cli now has a `--category` flag, to select the LayerCategoryType.
29+
30+
2531
## [0.13.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.1) - 2023-07-17
2632
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.0...v0.13.1)
2733

0 commit comments

Comments
 (0)