Skip to content

Commit f52b5a9

Browse files
authored
Rollback to older scikit-image version (#390)
* rollback to older scikit-image version * update changelog * fix scikit-image version
1 parent 78595f6 commit f52b5a9

File tree

3 files changed

+95
-35
lines changed

3 files changed

+95
-35
lines changed

Changelog.md

Lines changed: 69 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,87 @@ and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MIC
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.6...HEAD)
10+
[Commits](https://github.com/scalableminds/webknossos-cuber/compare/v0.8.12...HEAD)
11+
12+
### Breaking Changes in Config & CLI
13+
14+
### Added
15+
16+
### Changed
17+
18+
### Fixed
19+
20+
## [0.8.12](https://github.com/scalableminds/webknossos-cuber/releases/tag/v0.8.12) - 2021-08-19
21+
[Commits](https://github.com/scalableminds/webknossos-cuber/compare/v0.8.11...v0.8.12)
22+
23+
### Breaking Changes in Config & CLI
24+
25+
### Added
26+
27+
### Changed
28+
- Rollback `scikit-image` version from `0.18.0` to `0.16.2` because the newer version cause problems in voxelytics. [#390](https://github.com/scalableminds/webknossos-cuber/pull/390/files)
29+
30+
### Fixed
31+
32+
## [0.8.11](https://github.com/scalableminds/webknossos-cuber/releases/tag/v0.8.11) - 2021-08-19
33+
[Commits](https://github.com/scalableminds/webknossos-cuber/compare/v0.8.10...v0.8.11)
1134

1235
### Breaking Changes in Config & CLI
1336

1437
### Added
1538
- `dataset.add_symlink_layer` and `dataset.add_copy_layer` can now handle `Layer` arguments as well. The parameter `foreign_layer_path` was renamed to `foreign_layer`. [#389](https://github.com/scalableminds/webknossos-cuber/pull/389)
1639

1740
### Changed
18-
- Bump scipy to `1.6.0` and `scikit-image` to `0.18.0` while keeping `numpy` to under `1.20.0` [#372](https://github.com/scalableminds/webknossos-cuber/pull/372/files)
41+
42+
### Fixed
43+
44+
## [0.8.10](https://github.com/scalableminds/webknossos-cuber/releases/tag/v0.8.10) - 2021-08-19
45+
[Commits](https://github.com/scalableminds/webknossos-cuber/compare/v0.8.9...v0.8.10)
46+
47+
### Breaking Changes in Config & CLI
48+
49+
### Added
50+
51+
### Changed
1952
- Avoid warnings for compressed/unaligned data, if the data is directly at the border of the bounding box. [#378](https://github.com/scalableminds/webknossos-cuber/pull/378)
2053

54+
### Fixed
55+
56+
## [0.8.9](https://github.com/scalableminds/webknossos-cuber/releases/tag/v0.8.9) - 2021-08-12
57+
[Commits](https://github.com/scalableminds/webknossos-cuber/compare/v0.8.8...v0.8.9)
58+
59+
### Breaking Changes in Config & CLI
60+
61+
### Added
62+
63+
### Changed
64+
- Bump scipy to `1.6.0` and `scikit-image` to `0.18.0` while keeping `numpy` to under `1.20.0` [#372](https://github.com/scalableminds/webknossos-cuber/pull/372/files)
65+
2166
### Fixed
2267
- Fixes a bug where modifications to an existing dataset with floats as dtype failed. [#375](https://github.com/scalableminds/webknossos-cuber/pull/375)
2368

69+
## [0.8.8](https://github.com/scalableminds/webknossos-cuber/releases/tag/v0.8.8) - 2021-08-06
70+
[Commits](https://github.com/scalableminds/webknossos-cuber/compare/v0.8.7...v0.8.8)
71+
72+
### Breaking Changes in Config & CLI
73+
74+
### Added
75+
76+
### Changed
77+
- Bump cluster-tools from 1.59 to 1.60. [#373](https://github.com/scalableminds/webknossos-cuber/pull/373)
78+
### Fixed
79+
80+
## [0.8.7](https://github.com/scalableminds/webknossos-cuber/releases/tag/v0.8.7) - 2021-08-04
81+
[Commits](https://github.com/scalableminds/webknossos-cuber/compare/v0.8.6...v0.8.7)
82+
83+
### Breaking Changes in Config & CLI
84+
85+
### Added
86+
87+
### Changed
88+
- Bump cluster-tools from 1.58 to 1.59. [#371](https://github.com/scalableminds/webknossos-cuber/pull/371)
89+
### Fixed
90+
2491
## [0.8.6](https://github.com/scalableminds/webknossos-cuber/releases/tag/v0.8.6) - 2021-07-29
2592
[Commits](https://github.com/scalableminds/webknossos-cuber/compare/v0.8.5...v0.8.6)
2693

poetry.lock

Lines changed: 25 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cluster_tools = "^1.52"
1717
natsort = "^6.2.0"
1818
psutil = "^5.6.7"
1919
nibabel = "^2.5.1"
20-
scikit-image = "^0.18.0"
20+
scikit-image = "0.16.2"
2121
scikit-learn = "^0.24.0"
2222
tifffile = "^2020.11.26"
2323
imagecodecs = "^2020.5.30"

0 commit comments

Comments
 (0)