Skip to content

Commit

Permalink
Release for v0.14.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Apr 4, 2024
1 parent 9cc6e3f commit d10b7eb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
10 changes: 8 additions & 2 deletions cluster_tools/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,24 @@ 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.14.15...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.16...HEAD)

### Breaking Changes

### Added

### Changed
- Replaced black+isort formatters and pylint linter with ruff. [#1023](https://github.com/scalableminds/webknossos-libs/pull/1023)

### Fixed


## [0.14.16](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.16) - 2024-04-04
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.15...v0.14.16)

### Changed
- Replaced black+isort formatters and pylint linter with ruff. [#1023](https://github.com/scalableminds/webknossos-libs/pull/1023)


## [0.14.15](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.15) - 2024-02-07
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.14...v0.14.15)

Expand Down
14 changes: 11 additions & 3 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,20 @@ 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.14.15...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.16...HEAD)

### Breaking Changes

### Added

### Changed

### Fixed


## [0.14.16](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.16) - 2024-04-04
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.15...v0.14.16)

### Added
- Add CLI tool for offline merging of zip annotations with fallback datasets. [#996](https://github.com/scalableminds/webknossos-libs/pull/996)
- Added support for converting new file formats such as DICOM, using the bioformats reader. [#1014](https://github.com/scalableminds/webknossos-libs/pull/1014)
Expand All @@ -24,8 +34,6 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
- The remote operations now use the WEBKNOSSOS API version 6. [#1018](https://github.com/scalableminds/webknossos-libs/pull/1018)
- The conversion of 4D Tiff files to a Zarr3 Dataset is possible. NDBoundingBoxes and VecInt classes are introduced to support working with more than 3 dimensions. [#966](https://github.com/scalableminds/webknossos-libs/pull/966)

### Fixed


## [0.14.15](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.15) - 2024-02-07
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.14...v0.14.15)
Expand Down

0 comments on commit d10b7eb

Please sign in to comment.