Skip to content

Commit 4002150

Browse files
author
Automatic release
committed
Release for v2.4.7
1 parent 4f59df9 commit 4002150

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/v2.4.6...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.4.7...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+
## [2.4.7](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.4.7) - 2025-07-30
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.4.6...v2.4.7)
23+
24+
2125
## [2.4.6](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.4.6) - 2025-07-28
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.4.5...v2.4.6)
2327

webknossos/Changelog.md

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

1515
### Breaking Changes
1616

17+
### Added
18+
19+
### Changed
20+
21+
### Fixed
22+
23+
24+
## [2.4.7](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.4.7) - 2025-07-30
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.4.6...v2.4.7)
26+
1727
### Added
1828
- Added `MagView.rechunk` methods to allow for rechunking of datasets. [#1342](https://github.com/scalableminds/webknossos-libs/pull/1342)
1929
- Added the option to configure the codecs of Zarr3 datasets. Supply a `Zarr3Config` to the `compress` argument in `Layer.add_mag` or similar methods. `codecs` and `chunk_key_encoding` can be customized. [#1343](https://github.com/scalableminds/webknossos-libs/pull/1343)
@@ -23,8 +33,6 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
2333
- Enforces that `chunk_shape` and `shard_shape` have power-of-two values. This assumptions was used in the code previously, but not explicitly enforced. [#1342](https://github.com/scalableminds/webknossos-libs/pull/1342)
2434
- The `sharding_indexed` codec is no longer used if `chunk_shape == shard_shape`. [#1343](https://github.com/scalableminds/webknossos-libs/pull/1343)
2535

26-
### Fixed
27-
2836

2937
## [2.4.6](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.4.6) - 2025-07-28
3038
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.4.5...v2.4.6)

0 commit comments

Comments
 (0)