Skip to content

Commit e45dbf1

Browse files
author
Automatic release
committed
Release for v3.0.0
1 parent e3dd8dc commit e45dbf1

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

cluster_tools/Changelog.md

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

1212
### Breaking Changes
13-
- Deprecate the `dask` and `kubernetes` executors. They will be removed in a future version. [#1375](https://github.com/scalableminds/webknossos-libs/pull/1375)
1413

1514
### Added
1615

@@ -19,6 +18,13 @@ For upgrade instructions, please check the respective *Breaking Changes* section
1918
### Fixed
2019

2120

21+
## [3.0.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v3.0.0) - 2025-10-28
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.5.0...v3.0.0)
23+
24+
### Breaking Changes
25+
- Deprecate the `dask` and `kubernetes` executors. They will be removed in a future version. [#1375](https://github.com/scalableminds/webknossos-libs/pull/1375)
26+
27+
2228
## [2.5.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.5.0) - 2025-10-06
2329
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.4.12...v2.5.0)
2430

webknossos/Changelog.md

Lines changed: 15 additions & 2 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/v2.5.0...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v3.0.0...HEAD)
14+
15+
### Breaking Changes
16+
17+
### Added
18+
19+
### Changed
20+
21+
### Fixed
22+
23+
24+
## [3.0.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v3.0.0) - 2025-10-28
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.5.0...v3.0.0)
1426

1527
### Breaking Changes
1628
- The `endpoint_url` in `UPath` objects is now stored directly in the `storage_options` dict, instead of being stored in the `storage_options["client_kwargs"]` dict. [#1365](https://github.com/scalableminds/webknossos-libs/pull/1365)
@@ -36,7 +48,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
3648
- Replaced `pathlib.Path` for `upath.UPath` internally. `pathlib.Path` is still supported for user-facing APIs. Adds support for `universal_pathlib` version 0.3.x. [#1374](https://github.com/scalableminds/webknossos-libs/pull/1374)
3749
- Only use fs-based copy for mags on local file systems and S3. Other protocols, e.g. memory and HTTP, have caveats that break fs-based copying. [#1365](https://github.com/scalableminds/webknossos-libs/pull/1365)
3850
- The `add_*` methods in `Attachments` now return the created attachment objects, similar to `add_layer` and `add_mag`. [#1365](https://github.com/scalableminds/webknossos-libs/pull/1365)
39-
- The returned dataset ID from dataset exploration is now used. [#1378](https://github.com/scalableminds/webknossos-libs/pull/1378)
51+
- The returned dataset ID from dataset exploration is now used. [#1378](https://github.com/scalableminds/webknossos-libs/pull/1378)
4052
- Refactored the architecture, by introducing RemoteLayers, RemoteSegmentationLayers and their abstract base classes. [#1371](https://github.com/scalableminds/webknossos-libs/pull/1371])
4153
- Updated the api version of the webknossos-api to 12. [#1371](https://github.com/scalableminds/webknossos-libs/pull/1371])
4254
- Allowing RemoteDataset to align mags, when down- or upsampling [#1382](https://github.com/scalableminds/webknossos-libs/pull/1382)
@@ -46,6 +58,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
4658
### Fixed
4759
- Fixed test.py to parse the command line arguments correctly. [#1383](https://github.com/scalableminds/webknossos-libs/pull/1383)
4860

61+
4962
## [2.5.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.5.0) - 2025-10-06
5063
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v2.4.12...v2.5.0)
5164

0 commit comments

Comments
 (0)