Skip to content

Commit 4878f66

Browse files
author
Automatic release
committed
Release for v0.16.2
1 parent 6a3ade5 commit 4878f66

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
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.16.1...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.2...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.16.2](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.2) - 2024-12-18
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.1...v0.16.2)
23+
24+
2125
## [0.16.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.1) - 2024-12-05
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.0...v0.16.1)
2327

webknossos/Changelog.md

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

1515
### Breaking Changes
16-
- `MagView.get_zarr_array` now returns a `tensorstore` array instead of a `zarr-python` array. [#1174](https://github.com/scalableminds/webknossos-libs/pull/1174)
1716

1817
### Added
1918

2019
### Changed
21-
- Updated to WEBKNOSSOS API version 8. [#1185](https://github.com/scalableminds/webknossos-libs/pull/1185)
22-
- Using tensorstore for reading and writing zarr 2 and 3 arrays. Removed `zarrita` and `zarr` dependency. [#1174](https://github.com/scalableminds/webknossos-libs/pull/1174)
2320

2421
### Fixed
2522

2623

24+
## [0.16.2](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.2) - 2024-12-18
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.1...v0.16.2)
26+
27+
### Breaking Changes
28+
- `MagView.get_zarr_array` now returns a `tensorstore` array instead of a `zarr-python` array. [#1174](https://github.com/scalableminds/webknossos-libs/pull/1174)
29+
30+
### Changed
31+
- Updated to WEBKNOSSOS API version 8. [#1185](https://github.com/scalableminds/webknossos-libs/pull/1185)
32+
- Using tensorstore for reading and writing zarr 2 and 3 arrays. Removed `zarrita` and `zarr` dependency. [#1174](https://github.com/scalableminds/webknossos-libs/pull/1174)
33+
34+
2735
## [0.16.1](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.1) - 2024-12-05
2836
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.0...v0.16.1)
2937

0 commit comments

Comments
 (0)