Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Oct 11, 2023
2 parents c8139b9 + 1cb7101 commit 0fc0a8e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
7 changes: 6 additions & 1 deletion cluster_tools/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ 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.13.6...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.7...HEAD)

### Breaking Changes
- Dropped support for Python 3.7. [#943](https://github.com/scalableminds/webknossos-libs/pull/943)
- Please use `Executor.as_completed` instead of `concurrent.futures.as_completed` because the latter will not work for `DaskExecutor` futures. [#943](https://github.com/scalableminds/webknossos-libs/pull/943)

### Added
- Added `DaskScheduler` (only Python >= 3.9). [#943](https://github.com/scalableminds/webknossos-libs/pull/943)
Expand All @@ -21,6 +22,10 @@ For upgrade instructions, please check the respective *Breaking Changes* section
### Fixed


## [0.13.7](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.7) - 2023-10-07
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.6...v0.13.7)


## [0.13.6](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.6) - 2023-08-17
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.5...v0.13.6)

Expand Down
10 changes: 8 additions & 2 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,27 @@ 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.13.6...HEAD)
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.7...HEAD)

### Breaking Changes
- `wait_and_ensure_success` from `webknossos.utils` now requires an `executor` argument. [#943](https://github.com/scalableminds/webknossos-libs/pull/943)
- Please use `Executor.as_completed` instead of `concurrent.futures.as_completed` because the latter will not work for `DaskExecutor` futures. [#943](https://github.com/scalableminds/webknossos-libs/pull/943)

### Added

### Changed
- Updates various dependencies. [#943](https://github.com/scalableminds/webknossos-libs/pull/943)

### Fixed


## [0.13.7](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.7) - 2023-10-07
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.6...v0.13.7)

### Fixed
- Fixed a bug in writing compressed data. [#942](https://github.com/scalableminds/webknossos-libs/pull/942)



## [0.13.6](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.13.6) - 2023-08-17
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.13.5...v0.13.6)

Expand Down
12 changes: 6 additions & 6 deletions webknossos/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webknossos/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ JPype1 = { version = "^1.3.0", optional = true }
pims = { version = "^0.6.0", optional = true }
tifffile = { version = ">=2021.11.2", optional = true }
pylibCZIrw = { version = "3.5.1", source = "scm", optional = true }
zarrita = "0.1.0a20"
zarrita = "0.2.1"

[tool.poetry.extras]
pims = ["pims"]
Expand Down

0 comments on commit 0fc0a8e

Please sign in to comment.