Skip to content

Commit 26ecd38

Browse files
authored
Fix and adapt changelog to newest releases (#506)
* fix and adapt changelog to newest releases * fix wrong version
1 parent 36de7df commit 26ecd38

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

webknossos/Changelog.md

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

1212
### Breaking Changes
1313

14+
### Added
15+
16+
### Changed
17+
18+
## [v0.8.25](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.8.25) - 2021-12-07
19+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.24...v0.8.25)
20+
1421
### Added
1522
- Added support to download datasets from external datastores, which is the case for webknossos.org. [#497](https://github.com/scalableminds/webknossos-libs/pull/497)
1623

1724
### Changed
1825
- Adapt the dataset upload to new webKnossos api. [#484](https://github.com/scalableminds/webknossos-libs/pull/484)
1926
- `get_segmentation_layer()` and `get_color_layer()` were deprecated and should not be used, anymore, as they will fail if no or more than one layer exists for each category. Instead, `get_segmentation_layers()` and `get_color_layers()` should be used (if desired in combination with `[0]` to get the old, error-prone behavior).
27+
- Renamed the folder webknossos/script-collection to webknossos/script_collection to enable module imports. [#505](https://github.com/scalableminds/webknossos-libs/pull/505)
28+
29+
## [v0.8.24](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.8.24) - 2021-11-30
30+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.23...v0.8.24)
2031

2132
### Fixed
33+
- Fixed `--version` CLI argument. [#493](https://github.com/scalableminds/webknossos-libs/pull/493)
2234

2335

2436
## [v0.8.23](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.8.23) - 2021-11-29
@@ -34,7 +46,6 @@ For upgrade instructions, please check the respective *Breaking Changes* section
3446

3547
### Changed
3648
- Improved performance for calculations with `Vec3Int` and `BoundingBox`. [#461](https://github.com/scalableminds/webknossos-libs/pull/461)
37-
- Renamed the folder webknossos/script-collection to webknossos/script_collection to enable module imports. [#505](https://github.com/scalableminds/webknossos-libs/pull/505)
3849

3950
### Fixed
4051
- Resolve path when symlinking layer and make_relative is False (instead of only making it absolute). [#492](https://github.com/scalableminds/webknossos-libs/pull/492)

0 commit comments

Comments
 (0)