Skip to content

Releases: scverse/spatialdata

v0.2.5

06 Nov 03:05
6b6f0e5
Compare
Choose a tag to compare

[0.2.5] - 2024-11-06

Fixed

  • Incompatibility issues due to newest release of multiscale-spatial-image #760

v0.2.4

06 Nov 01:40
e5b8de9
Compare
Choose a tag to compare

[0.2.4] - 2024-11-06

Major

  • Enable vectorization of bounding_box_query for all SpatialData elements. #699

Minor

  • Added shortest_path parameter to get_transformation_between_coordinate_systems #714
  • Added get_pyramid_levels() utils API #719
  • Improved ergonomics of concatenate() when element names are non-unique #720
  • Improved performance of writing images with multiscales #577

v0.2.3

25 Sep 08:54
8879aff
Compare
Choose a tag to compare

[0.2.3] - 2024-09-25

Minor

  • Added clip: bool = False parameter to polygon_query() #670
  • Add sort parameter to PointsModel.parse() #672

Fixed

  • Fix interpolation artifact multiscale computation for labels #697

v0.2.2

07 Aug 13:05
Compare
Choose a tag to compare

[0.2.2] - 2024-08-07

Major

  • New disk format for shapes using GeoParquet (the change is backward compatible) #542

Minor

  • Add return_background as argument to get_centroids and get_element_instances #621
  • Ability to save data using older disk formats #542

Fixed

  • Circles validation now checks for inf or nan radii #653
  • Bug with table name in torch dataset #654 @LLehner

v0.2.1

04 Jul 17:23
f8c90e1
Compare
Choose a tag to compare

[0.2.1] - 2024-07-04

Minor

  • Relaxing spatial-image package requirement #616

v0.2.0

03 Jul 10:10
c26bbc0
Compare
Choose a tag to compare

[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)

v0.2.0rc1

03 Jul 00:04
c26bbc0
Compare
Choose a tag to compare
v0.2.0rc1 Pre-release
Pre-release
Update pyproject.toml

v0.2.0rc0

02 Jul 23:59
03cde00
Compare
Choose a tag to compare
v0.2.0rc0 Pre-release
Pre-release

pre-release, changelog will appear in the release

v0.1.2

30 Mar 16:44
e9f57a1
Compare
Choose a tag to compare

[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 in geopandas).

v0.1.1

28 Mar 15:52
ece18ea
Compare
Choose a tag to compare

[0.1.1] - 2024-03-28

Added

  • Added method update_annotated_regions_metadata() which updates the regionvalue automatically from theregion_key` columns

Changed

  • Renamed join_sdata_spatialelement_table to join_spatialelement_table, and made it work also without SpatialData objects.