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
Copy file name to clipboardExpand all lines: webknossos/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
@@ -37,6 +37,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
37
37
- The returned dataset ID from dataset exploration is now used. [#1378](https://github.com/scalableminds/webknossos-libs/pull/1378)
38
38
- Refactored the architecture, by introducing RemoteLayers, RemoteSegmentationLayers and their abstract base classes. [#1371](https://github.com/scalableminds/webknossos-libs/pull/1371])
39
39
- Updated the api version of the webknossos-api to 12. [#1371](https://github.com/scalableminds/webknossos-libs/pull/1371])
40
+
- Allowing RemoteDataset to align mags, when down- or upsampling [#1382](https://github.com/scalableminds/webknossos-libs/pull/1382)
compress (bool | Zarr3Config): Whether to compress the generated magnifications. For Zarr3 datasets, codec configuration and chunk key encoding may also be supplied. Defaults to True.
991
991
sampling_mode (str | SamplingModes): How dimensions should be downsampled.
992
992
Defaults to ANISOTROPIC.
993
-
align_with_other_layers (bool | Dataset): Whether to align with other layers. True by default.
993
+
align_with_other_layers (bool | Dataset | RemoteDataset): Whether to align with other layers. True by default.
994
994
buffer_shape (Vec3Int | None): Shape of processing buffer. Defaults to None.
995
995
force_sampling_scheme (bool): Force invalid sampling schemes. Defaults to False.
996
996
allow_overwrite (bool): Whether existing mags can be overwritten. False by default.
0 commit comments