spatialdata icon indicating copy to clipboard operation
spatialdata copied to clipboard

Replace SpatialImage and MultiscaleSpatialImage with DataArray and DataTree

Open LucaMarconato opened this issue 2 years ago • 0 comments

The new releases of spatial_image and multiscale_spatial_image use these the base classes DataArray and DataTree. We need to:

  • [ ] add support for these classes
  • [ ] remove the version pin from the dependencies in pyproject.toml

Note. This modification will introduce a breaking change. I propose to develop this feature in a parallel branch that we release together with the rest of IO refactoring. CC @giovp @melonora @kevinyamauchi

LucaMarconato avatar Nov 08 '23 20:11 LucaMarconato