diff --git a/cluster_tools/Changelog.md b/cluster_tools/Changelog.md index baf722688..3d1305136 100644 --- a/cluster_tools/Changelog.md +++ b/cluster_tools/Changelog.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN For upgrade instructions, please check the respective *Breaking Changes* sections. ## Unreleased -[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.2...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.3...HEAD) ### Breaking Changes @@ -18,6 +18,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section ### Fixed +## [0.16.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.3) - 2025-01-21 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.2...v0.16.3) + + ## [0.16.2](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.2) - 2024-12-18 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.1...v0.16.2) diff --git a/webknossos/Changelog.md b/webknossos/Changelog.md index 3f24c8b89..90484c905 100644 --- a/webknossos/Changelog.md +++ b/webknossos/Changelog.md @@ -10,10 +10,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN For upgrade instructions, please check the respective _Breaking Changes_ sections. ## Unreleased -[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.2...HEAD) +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.3...HEAD) ### Breaking Changes -- `RemoteDataset.display_name` is deprecated. To change the name of a dataset use the `name` property instead. + +### Added + +### Changed + +### Fixed + + +## [0.16.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.3) - 2025-01-21 +[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.2...v0.16.3) + +### Breaking Changes +- `RemoteDataset.display_name` is deprecated. To change the name of a dataset use the `name` property instead. - `Dataset.get_remote_datasets()` returns a mapping. The keys of this mapping changed from datasets name to datasets id. - `Task.create()` needs a `dataset_id` now instead of a `dataset_name`. Alternativly a `RemoteDataset` object can be used. The `dataset_name` is marked as deprecated. As `dataset_name` is an optional argument now its position has changed, this is important if `create()` is called only with positional arguments. - When uploading an Annotation the organization_id is neccessary now. The organization_id might be stored in the Annotation object or it is inferred from the current webknossos_context. [#1155](https://github.com/scalableminds/webknossos-libs/pull/1155) @@ -32,6 +44,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section - Fixed an issue when shallow copying datasets with a remote mag. [#1224](https://github.com/scalableminds/webknossos-libs/pull/1224) + ## [0.16.2](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.2) - 2024-12-18 [Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.1...v0.16.2)