You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add_symlink_layer can now handle a Layer argument
* update changelog
* use path api
* Update Changelog.md
Co-authored-by: R Schwanhold <[email protected]>
Co-authored-by: R Schwanhold <[email protected]>
Copy file name to clipboardExpand all lines: Changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section
12
12
### Breaking Changes in Config & CLI
13
13
14
14
### Added
15
+
-`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)
15
16
16
17
### Changed
17
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)
0 commit comments