Skip to content

Commit

Permalink
Release for v0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Jan 21, 2025
1 parent b5a1d2c commit ac4e005
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
6 changes: 5 additions & 1 deletion cluster_tools/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

Expand Down
17 changes: 15 additions & 2 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

Expand Down

0 comments on commit ac4e005

Please sign in to comment.