Skip to content

Commit 468eed8

Browse files
author
Automatic release
committed
Release for v0.10.14
1 parent 4b0d696 commit 468eed8

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

cluster_tools/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.10.13...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.14...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.10.14](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.14) - 2022-08-30
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.13...v0.10.14)
23+
24+
2125
## [0.10.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.13) - 2022-08-22
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.12...v0.10.13)
2327

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.10.13...HEAD)
13+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.14...HEAD)
1414

1515
### Breaking Changes
1616

1717
### Added
1818

1919
### Changed
20-
* `dataset.add_copy_layer()` and `layer.add_copy_mag()` now read and write the image data, not copying files. This allows to stream data from remote datasets. To continue using the filesystem copy mechanism, please use `dataset.add_fs_copy_layer()` or `layer.add_fs_copy_mag()`. [#790](https://github.com/scalableminds/webknossos-libs/pull/790)
2120

2221
### Fixed
2322

2423

24+
## [0.10.14](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.14) - 2022-08-30
25+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.13...v0.10.14)
26+
27+
### Changed
28+
* `dataset.add_copy_layer()` and `layer.add_copy_mag()` now read and write the image data, not copying files. This allows to stream data from remote datasets. To continue using the filesystem copy mechanism, please use `dataset.add_fs_copy_layer()` or `layer.add_fs_copy_mag()`. [#790](https://github.com/scalableminds/webknossos-libs/pull/790)
29+
30+
2531
## [0.10.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.13) - 2022-08-22
2632
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.12...v0.10.13)
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.10.13...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.14...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.10.14](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.14) - 2022-08-30
22+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.13...v0.10.14)
23+
24+
2125
## [0.10.13](https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.13) - 2022-08-22
2226
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.10.12...v0.10.13)
2327

0 commit comments

Comments
 (0)