Skip to content

Commit 5c02c35

Browse files
author
Automatic release
committed
Release for v2.0.0
1 parent 2fe1ffa commit 5c02c35

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

cluster_tools/Changelog.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ 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.10...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.0.0...HEAD)
1111

1212
### Breaking Changes
13-
- The deprecated executor `WrappedProcessPoolExecutor` was removed. Use `MultiprocessingExecutor` instead. [#1244](https://github.com/scalableminds/webknossos-libs/pull/1244)
14-
- The deprecated execution strategy `test_pickling` was removed. Use `multiprocessing_with_pickling` instead. [#1244](https://github.com/scalableminds/webknossos-libs/pull/1244)
15-
- The deprecated execution strategy `debug_sequential` was removed. Use `sequential` instead. [#1244](https://github.com/scalableminds/webknossos-libs/pull/1244)
1613

1714
### Added
1815

@@ -21,6 +18,15 @@ For upgrade instructions, please check the respective *Breaking Changes* section
2118
### Fixed
2219

2320

21+
## [2.0.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.0.0) - 2025-03-04
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.10...v2.0.0)
23+
24+
### Breaking Changes
25+
- The deprecated executor `WrappedProcessPoolExecutor` was removed. Use `MultiprocessingExecutor` instead. [#1244](https://github.com/scalableminds/webknossos-libs/pull/1244)
26+
- The deprecated execution strategy `test_pickling` was removed. Use `multiprocessing_with_pickling` instead. [#1244](https://github.com/scalableminds/webknossos-libs/pull/1244)
27+
- The deprecated execution strategy `debug_sequential` was removed. Use `sequential` instead. [#1244](https://github.com/scalableminds/webknossos-libs/pull/1244)
28+
29+
2430
## [0.16.10](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.10) - 2025-02-26
2531
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.9...v0.16.10)
2632

webknossos/Changelog.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,19 @@ 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.10...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.0.0...HEAD)
14+
15+
### Breaking Changes
16+
17+
### Added
18+
19+
### Changed
20+
21+
### Fixed
22+
23+
24+
## [2.0.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.0.0) - 2025-03-04
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.10...v2.0.0)
1426

1527
### Breaking Changes
1628
- Changed writing behavior. There is a new argument `allow_resize` for `MagView.write`, which defaults to `False`. If set to `True`, the bounding box of the underlying `Layer` will be resized to fit the to-be-written data. That largely mirrors the previous behavior. However, it is not safe for concurrent operations, so it is disabled by default. It is recommended to set the `Layer.bounding_box` to the desired size before writing. Additionally, by default, writes need to be aligned with the underlying shard grid to guard against concurrency issues and avoid performance footguns. There is a new argument `allow_unaligned`, which defaults to `False`. If set to `True`, the check for shard alignment is skipped.
@@ -157,10 +169,6 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
157169
- Added the `webknossos copy-dataset` CLI command. [#1259](https://github.com/scalableminds/webknossos-libs/pull/1259)
158170
- Added `Dataset.write_layer` method for writing entire layers in one go. [#1242](https://github.com/scalableminds/webknossos-libs/pull/1242)
159171

160-
### Changed
161-
162-
### Fixed
163-
164172

165173
## [0.16.10](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.10) - 2025-02-26
166174
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.9...v0.16.10)

0 commit comments

Comments
 (0)