Skip to content

Commit 5a70ad4

Browse files
author
Automatic release
committed
Release for v0.9.13
1 parent a3611b6 commit 5a70ad4

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-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.9.12...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.13...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.9.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.13) - 2022-03-24
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.12...v0.9.13)
23+
24+
2125
## [0.9.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.12) - 2022-03-18
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.11...v0.9.12)
2327

webknossos/Changelog.md

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

1515
### Breaking Changes
16-
- Consistently rename `organization_name` parameters to `organization_id` (except in deprecated `webknossos.client.download_dataset`). [#639](https://github.com/scalableminds/webknossos-libs/pull/639)
1716

1817
### Added
1918

19+
### Changed
20+
21+
### Fixed
22+
23+
24+
## [0.9.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.13) - 2022-03-24
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.12...v0.9.13)
26+
27+
### Breaking Changes
28+
- Consistently rename `organization_name` parameters to `organization_id` (except in deprecated `webknossos.client.download_dataset`). [#639](https://github.com/scalableminds/webknossos-libs/pull/639)
29+
2030
### Changed
2131
- `MagView.compress` now skips in-place compression of already compressed mags. [#667](https://github.com/scalableminds/webknossos-libs/pull/667)
2232

2333
### Fixed
2434
- Fixed compression of downsampled mags for layers with arbitrary and potentially mag-unaligned bounding boxes. [#667](https://github.com/scalableminds/webknossos-libs/pull/667)
2535

2636

37+
2738
## [0.9.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.12) - 2022-03-18
2839
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.11...v0.9.12)
2940

wkcuber/Changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,17 +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.9.12...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.13...HEAD)
1111

1212
### Breaking Changes
1313

1414
### Added
1515

1616
### Changed
1717

18+
### Fixed
19+
20+
21+
## [0.9.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.13) - 2022-03-24
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.12...v0.9.13)
23+
1824
### Fixed
1925
- Fixed that wkcuber.downsampling didn't support anisotropic downsampling for some downsampling modes like `nearest`. [#643](https://github.com/scalableminds/webknossos-libs/pull/643)
2026

27+
2128
## [0.9.12](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.12) - 2022-03-18
2229
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.11...v0.9.12)
2330

0 commit comments

Comments
 (0)