Releases: scverse/spatialdata
Releases · scverse/spatialdata
v0.2.6
[0.2.6] - 2024-11-26
Added
- Added
set_channel_names
method toSpatialData
to change the channel names of an
image element inSpatialData
#786 - Added
write_channel_names
method toSpatialData
to overwrite channel metadata on disk
without overwriting the image array itself. #786
Changed
- Argument
c_coords
is moved out of kwargs for theImageModel
s. #779 get_channels
is marked for deprecation inSpatialData
v0.3.0. Function is replaced
byget_channel_names
#786- Updated dependency of
multiscale-spatial-image
#792 - Adjust to new version of
xarray
withDataTree
# 752
Fixed
v0.2.6-pre0
fix CHANGELOG.md
v0.2.5post0
Fixed broken documentation (a release was made from a machine with an older version of the spatialdata-notebook submodule)
v0.2.5
v0.2.4
[0.2.4] - 2024-11-06
Major
- Enable vectorization of
bounding_box_query
for allSpatialData
elements. #699
Minor
v0.2.3
v0.2.2
v0.2.1
v0.2.0
[0.2.0] - 2024-07-03
Changed
- Using
DataArray
directly instead of the subclassSpatialImage
(removed install constraint for thespatial_image
package) #587 - Using
DataTree
directly instead of the subclassMultiscaleSpatialImage
(removed install constraint for themultiscale_spatial_image
package) #587
Major
- Added operation:
to_polygons()
@quentinblampey #560 - Extended
rasterize()
to support all the data types @quentinblampey #566 - Added operation:
rasterize_bins()
@quentinblampey #578 - Added operation:
map_raster()
to apply functions block-wise to raster data @ArneDefauw #588
Minor
- Removed
pygeos
dependency @omsai #545 - Channel coordinate annotations on images now persist through
rasterize()
@clwgg #544 - Added
datasets
module - Extended
get_values()
toAnnData
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)
v0.2.0rc1
Update pyproject.toml