Skip to content

v0.2.0

Compare
Choose a tag to compare
@LucaMarconato LucaMarconato released this 03 Jul 10:10
· 54 commits to main since this release
c26bbc0

[0.2.0] - 2024-07-03

Changed

  • Using DataArray directly instead of the subclass SpatialImage (removed install constraint for the spatial_image package) #587
  • Using DataTree directly instead of the subclass MultiscaleSpatialImage (removed install constraint for the multiscale_spatial_image package) #587

Major

Minor

  • Removed pygeos dependency @omsai #545
  • Channel coordinate annotations on images now persist through rasterize() @clwgg #544
  • Added datasets module
  • Extended get_values() to AnnData tables #579
  • Added get_element_instances() (replaces _get_unique_label_values_as_index()) #582
  • Added get_element_annotators(), retrieving the tables that annotate a particular SpatialElement #595

Fixed

  • Preserve channel names of multi-scale images in transform (#379)