Skip to content

Commit

Permalink
Release for v0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic release committed Nov 7, 2023
1 parent 00e1683 commit 3a4771e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
12 changes: 9 additions & 3 deletions cluster_tools/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,25 @@ 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.3...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.4...HEAD)

### Breaking Changes

### Added

### Changed
- Upgrades mypy to 1.6. [#956](https://github.com/scalableminds/webknossos-libs/pull/956)


### Fixed


## [0.14.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.4) - 2023-11-07
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.3...v0.14.4)

### Changed
- Upgrades mypy to 1.6. [#956](https://github.com/scalableminds/webknossos-libs/pull/956)



## [0.14.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.3) - 2023-10-19
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.2...v0.14.3)

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.3...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.4...HEAD)

### Breaking Changes

### Added

### Changed

### Fixed


## [0.14.4](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.4) - 2023-11-07
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.3...v0.14.4)

### Added
- The `DEFAULT_DATA_FORMAT` and `DEFAULT_CHUNKS_PER_SHARD` can now be set with the env variables `WK_DEFAULT_DATA_FORMAT` and `WK_DEFAULT_CHUNKS_PER_SHARD`
- A `Vec3Int` can now be initialized with a string containing an int or a tuple.
Expand All @@ -23,8 +33,6 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
- Refactored the WEBKNOSSOS API client to no longer use generated client code. [#948](https://github.com/scalableminds/webknossos-libs/pull/948)


### Fixed


## [0.14.3](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.14.3) - 2023-10-19
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.14.2...v0.14.3)
Expand Down

0 comments on commit 3a4771e

Please sign in to comment.