Skip to content

Commit 325e10f

Browse files
fm3rschwanhold
andauthored
Move Changelog portions to respective releases (#433)
* Move Changelog portions to respective releases * fix links in changelogs Co-authored-by: Robert S <[email protected]>
1 parent 4b20c69 commit 325e10f

File tree

2 files changed

+39
-13
lines changed

2 files changed

+39
-13
lines changed

webknossos/Changelog.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,35 @@ 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-cuber/compare/v0.8.13...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-cuber/compare/v0.8.16...HEAD)
11+
12+
### Breaking Changes
13+
### Added
14+
### Changed
15+
### Fixed
16+
17+
## [0.8.16](https://github.com/scalableminds/webknossos-cuber/releases/tag/v0.8.16) - 2021-09-22
18+
[Commits](https://github.com/scalableminds/webknossos-cuber/compare/v0.8.15...v0.8.16)
19+
20+
### Breaking Changes
21+
- Refactored the BufferedSliceWriter and added a BufferedSliceReader. [#425](https://github.com/scalableminds/webknossos-libs/pull/425)
22+
- BufferedSliceWriter
23+
- The data no longer gets transposed: previously the format of the slices was [y,x]; now it is [x,y]
24+
- The interface of the constructor was changed:
25+
- A `View` (or `MagView`) is now required as datasource
26+
- The parameter `dimension` can be used to specify the axis along the data is sliced
27+
- The offset is expected to be in the magnification of the view
28+
- This class is now supposed to be used within a context manager and the slices are written by sending them to the generator (see documentation of the class).
29+
- BufferedSliceReader
30+
- This class was added complementary to the BufferedSliceWriter
31+
- Added methods to get a BufferedSliceReader/BufferedSliceWriter from a View directly
32+
33+
### Added
34+
### Changed
35+
### Fixed
36+
37+
## [0.8.15](https://github.com/scalableminds/webknossos-cuber/releases/tag/v0.8.15) - 2021-09-22
38+
[Commits](https://github.com/scalableminds/webknossos-cuber/compare/v0.8.13...v0.8.15)
1139

1240
### Breaking Changes
1341

wkcuber/Changelog.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,18 @@ 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.8.13...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-libs/compare/v0.8.16...HEAD)
11+
12+
### Breaking Changes in Config & CLI
13+
### Added
14+
### Changed
15+
### Fixed
16+
17+
18+
## [0.8.16](https://github.com/scalableminds/webknossos-cuber/releases/tag/v0.8.16) - 2021-09-01
19+
[Commits](https://github.com/scalableminds/webknossos-cuber/compare/v0.8.13...v0.8.16)
1120

1221
### Breaking Changes in Config & CLI
13-
- Refactored the BufferedSliceWriter and added a BufferedSliceReader. [#425](https://github.com/scalableminds/webknossos-libs/pull/425)
14-
- BufferedSliceWriter
15-
- The data no longer gets transposed: previously the format of the slices was [y,x]; now it is [x,y]
16-
- The interface of the constructor was changed:
17-
- A `View` (or `MagView`) is now required as datasource
18-
- The parameter `dimension` can be used to specify the axis along the data is sliced
19-
- The offset is expected to be in the magnification of the view
20-
- This class is now supposed to be used within a context manager and the slices are written by sending them to the generator (see documentation of the class).
21-
- BufferedSliceReader
22-
- This class was added complementary to the BufferedSliceWriter
23-
- Added methods to get a BufferedSliceReader/BufferedSliceWriter from a View directly
2422

2523
### Added
2624
- Add `jp2` support. [#428](https://github.com/scalableminds/webknossos-libs/pull/428)

0 commit comments

Comments
 (0)