Releases: scverse/spatialdata
Releases · scverse/spatialdata
v0.1.0
updated notebooks
v0.1.0-pre0
Fixes on dataloaders (#439) * wip fixes * fix docstring * wip * refactored torch dataset; before code cleanup * support for multiscale images * code cleanup * removed comments * always returning a single-scale image
v0.0.16 (hotfix)
Hotfix for pinning down Dask with "dask<=2024.2.1", to avoid using the dask-expr backend until it's supported.
Note: this release is just a hotfix and does not contain many of the newest features of spatialdata that will be added with the incoming version 0.1.0. A preview of those features can be found installing from the main branch.
v0.0.15
Fixed
- Fixed data type error with SpatialImage and MultiscaleSpatialImage
v0.0.14
Added
Major
- get_extent() function to compute bounding box of the data
Minor
- testing against pre-release packages
Fixed
- Fixed bug with get_values(): ignoring background channel in labels
v0.0.13
v0.0.12
v0.0.11
Improved aggregation APIs.
0.0.10
0.0.9
update napari-spatialdata pin (#279) * update napari-spatialdata pin * pin typing-extensions