Skip to content

Commit 6c5f02e

Browse files
author
Automatic release
committed
Release for v0.13.3
1 parent 3960f26 commit 6c5f02e

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
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.13.2...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.3...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.13.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.3) - 2023-08-08
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.2...v0.13.3)
23+
24+
2125
## [0.13.2](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.2) - 2023-07-26
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.1...v0.13.2)
2327

webknossos/Changelog.md

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

1515
### Breaking Changes
1616

17+
### Added
18+
19+
### Changed
20+
21+
### Fixed
22+
23+
24+
## [0.13.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.3) - 2023-08-08
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.2...v0.13.3)
26+
1727
### Added
1828
- `View` has a `map_chunk` method now to run a function on each chunk and collect the results in a list.
1929

2030
### Changed
2131
- As WEBKNOSSOS does not require the largest segment id. It is also not mandatory in the WEBKNOSSOS libs anymore. [#917](https://github.com/scalableminds/webknossos-libs/issues/917) The method `SegmentationLayer.refresh_largest_segment_id` was added to lookup the highest value in segmentation data and set `largest_segment_id` accordingly.
2232
- The `convert` command of the cli now has a `--category` flag, to select the LayerCategoryType.
2333

24-
### Fixed
25-
2634

2735
## [0.13.2](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.2) - 2023-07-26
2836
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.1...v0.13.2)

0 commit comments

Comments
 (0)