Releases: scverse/spatialdata
Releases · scverse/spatialdata
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
v0.2.0rc0
pre-release, changelog will appear in the release
v0.1.2
[0.1.2] - 2024-03-30
Minor
- Made
get_channels()
public. - Added utils
force_2d()
to force 3D shapes to 2D (this is a temporary solution until.force_2d()
is available ingeopandas
).
v0.1.1
[0.1.1] - 2024-03-28
Added
- Added method
update_annotated_regions_metadata() which updates the
regionvalue automatically from the
region_key` columns
Changed
- Renamed
join_sdata_spatialelement_table
tojoin_spatialelement_table
, and made it work also withoutSpatialData
objects.