Skip to content

v0.2.6

Latest
Compare
Choose a tag to compare
@LucaMarconato LucaMarconato released this 26 Nov 18:04
· 5 commits to main since this release
04bc7f6

[0.2.6] - 2024-11-26

Added

  • Added set_channel_names method to SpatialData to change the channel names of an
    image element in SpatialData #786
  • Added write_channel_names method to SpatialData to overwrite channel metadata on disk
    without overwriting the image array itself. #786

Changed

  • Argument c_coords is moved out of kwargs for the ImageModels. #779
  • get_channels is marked for deprecation in SpatialData v0.3.0. Function is replaced
    by get_channel_names #786
  • Updated dependency of multiscale-spatial-image #792
  • Adjust to new version of xarray with DataTree # 752

Fixed

  • Updated deprecated default stages of pre-commit #771
  • Preserve points feature_key during queries #794