Skip to content

Commit ac4e005

Browse files
author
Automatic release
committed
Release for v0.16.3
1 parent b5a1d2c commit ac4e005

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
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/v0.16.2...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.3...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+
## [0.16.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.3) - 2025-01-21
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.2...v0.16.3)
23+
24+
2125
## [0.16.2](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.2) - 2024-12-18
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.1...v0.16.2)
2327

webknossos/Changelog.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,22 @@ 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.2...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.3...HEAD)
1414

1515
### Breaking Changes
16-
- `RemoteDataset.display_name` is deprecated. To change the name of a dataset use the `name` property instead.
16+
17+
### Added
18+
19+
### Changed
20+
21+
### Fixed
22+
23+
24+
## [0.16.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.3) - 2025-01-21
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.2...v0.16.3)
26+
27+
### Breaking Changes
28+
- `RemoteDataset.display_name` is deprecated. To change the name of a dataset use the `name` property instead.
1729
- `Dataset.get_remote_datasets()` returns a mapping. The keys of this mapping changed from datasets name to datasets id.
1830
- `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.
1931
- 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
3244
- Fixed an issue when shallow copying datasets with a remote mag. [#1224](https://github.com/scalableminds/webknossos-libs/pull/1224)
3345

3446

47+
3548
## [0.16.2](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.16.2) - 2024-12-18
3649
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.16.1...v0.16.2)
3750

0 commit comments

Comments
 (0)