Skip to content

Commit 4cbe318

Browse files
author
Automatic release
committed
Release for v0.9.15
1 parent f792b7a commit 4cbe318

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

cluster_tools/Changelog.md

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

1212
### Breaking Changes
13-
- The `multiprocessing` executor now uses `spawn` as default start method. `fork` and `forkserver` can be used by supplying a `start_method` argument (e.g. `cluster_tools.get_executor("multiprocessing", start_method="forkserver")`) or by setting the `MULTIPROCESSING_DEFAULT_START_METHOD` environment variable. [#662](https://github.com/scalableminds/webknossos-libs/pull/662)
1413

1514
### Added
1615

@@ -19,6 +18,13 @@ For upgrade instructions, please check the respective *Breaking Changes* section
1918
### Fixed
2019

2120

21+
## [0.9.15](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.15) - 2022-03-31
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.14...v0.9.15)
23+
24+
### Breaking Changes
25+
- The `multiprocessing` executor now uses `spawn` as default start method. `fork` and `forkserver` can be used by supplying a `start_method` argument (e.g. `cluster_tools.get_executor("multiprocessing", start_method="forkserver")`) or by setting the `MULTIPROCESSING_DEFAULT_START_METHOD` environment variable. [#662](https://github.com/scalableminds/webknossos-libs/pull/662)
26+
27+
2228
## [0.9.14](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.14) - 2022-03-24
2329
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.13...v0.9.14)
2430

webknossos/Changelog.md

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

1515
### Breaking Changes
1616

1717
### Added
18-
- Added cloud storage support for the `Dataset` classes, by using `UPath` from [universal_pathlib](https://github.com/fsspec/universal_pathlib) and [fsspec](https://github.com/fsspec/fsspec). Create remote datasets like this `Dataset(UPath("s3://bucket/path/to/dataset", key="...", secret="..."), scale=(11, 11, 24))`. Datasets on cloud storage only work with [Zarr](https://zarr.dev/)-based layers. [#649](https://github.com/scalableminds/webknossos-libs/pull/649)
1918

2019
### Changed
2120

2221
### Fixed
2322

2423

24+
## [0.9.15](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.15) - 2022-03-31
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.14...v0.9.15)
26+
27+
### Added
28+
- Added cloud storage support for the `Dataset` classes, by using `UPath` from [universal_pathlib](https://github.com/fsspec/universal_pathlib) and [fsspec](https://github.com/fsspec/fsspec). Create remote datasets like this `Dataset(UPath("s3://bucket/path/to/dataset", key="...", secret="..."), scale=(11, 11, 24))`. Datasets on cloud storage only work with [Zarr](https://zarr.dev/)-based layers. [#649](https://github.com/scalableminds/webknossos-libs/pull/649)
29+
30+
2531
## [0.9.14](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.14) - 2022-03-24
2632
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.13...v0.9.14)
2733

wkcuber/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.9.14...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.15...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.9.15](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.15) - 2022-03-31
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.14...v0.9.15)
23+
24+
2125
## [0.9.14](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.9.14) - 2022-03-24
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.9.13...v0.9.14)
2327

0 commit comments

Comments
 (0)