webknossos
Breaking Changes
- `Dataset.from_images` now adds a layer per timepoint and per channel (if the data doesn't have 1 or 3 channels). [822](https://github.com/scalableminds/webknossos-libs/pull/822)
Added
- Added python-native CZI support for `Dataset.from_images` or `dataset.add_layer_from_images`, without using bioformats. [822](https://github.com/scalableminds/webknossos-libs/pull/822)
- `dataset.add_layer_from_images` can add a layer per timepoint and per channel when passing `allow_multiple_layers=True`. [822](https://github.com/scalableminds/webknossos-libs/pull/822)