Releases: scverse/spatialdata
Releases · scverse/spatialdata
v0.7.2
This releases fixes some installation errors around (dask) distributed and xarray-schema. It also introduces some minor improvements.
What's Changed
Fixed
- Pins
distributed; better categorical handing for points parser by @LucaMarconato in #1061 - Remove xarray-schema; validate() are now class methods by @LucaMarconato in #1066
Full Changelog: v0.7.1...v0.7.2
v0.7.1.post1
Post-release to update a problem in the docs (download links for datasets incorrectly generated).
Full Changelog: v0.7.1...v0.7.1.post1
v0.7.1
What's Changed
Fixed
- Upper bound dask <2026.1.2 by @LucaMarconato in #1060
Changed
- Docs datasets are now versioned
Full Changelog: v0.7.0...v0.7.1
v0.7.0
🎉 This release unpins dask! Thanks to @melonora
It also brings many improvements—see notes below.
What's Changed
Added
- pandas 3.0 support by @LucaMarconato in #1034
- Added parameter to
sd.concatenateto control whether to merge coordinate systems with the same name by @timtreis in #919 - [experimental] z support get_dims for shapes by @LucaMarconato in #997
- Add User Guide by @Bisho2122 in #909
- Geometry encoding parameter for shapes by @keller-mark in #951
- Added
filter_table_by_queryby @srivarra in #894
Changed
Fixed
- Change: fixed the read_zarr function for zarr.Group objects by @DiDeoxy in #962
- Lazy load torch by @quentinblampey in #1027
- use chunks parameter for dataarray models by @MSHelm in #1031
- Fix attrs-expr bug bounding_box_query points by @LucaMarconato in #1038
- fix categories import by @jonas2612 in #1010
- Design doc: Add note about on-disk locations of point metadata attributes by @keller-mark in #957
- Design doc: Add intrinsic coordinate system name example by @keller-mark in #963
- Remove reference cycle within SpatialData to fix memory leak in bounding_box_query by @nickodell in #914
- When transforming DataTree elements, discard scales resulting in zero shape by @m-albert in #948
- Tests and warnings for issue 399 (nan in table columns) by @LucaMarconato in #1050
- Exclude 1.17.0 for issue anndata 339 by @LucaMarconato in #1057
New Contributors
- @DiDeoxy made their first contribution in #962
- @MSHelm made their first contribution in #1031
- @jonas2612 made their first contribution in #1010
- @keller-mark made their first contribution in #957
- @Bisho2122 made their first contribution in #909
- @nickodell made their first contribution in #914
- @m-albert made their first contribution in #948
- @srivarra made their first contribution in #894
Full Changelog: v0.6.1...v0.7.0
v0.7.0a0
What's Changed
Fixed
- Tests and warnings for issue 399 (nan in table columns) by @LucaMarconato in #1050
Full Changelog: v0.7.0dev1...v0.7.0a0
v0.7.0dev1
What's Changed
Added
- pandas 3.0 support by @LucaMarconato in #1034
- Added parameter to
sd.concatenateto control whether to merge coordinate systems with the same name by @timtreis in #919 - [experimental] z support get_dims for shapes by @LucaMarconato in #997
- Add User Guide by @Bisho2122 in #909
- Geometry encoding parameter for shapes by @keller-mark in #951
- Added
filter_table_by_queryby @srivarra in #894
Fixed
- Fix attrs-expr bug bounding_box_query points by @LucaMarconato in #1038
- fix categories import by @jonas2612 in #1010
- Design doc: Add note about on-disk locations of point metadata attributes by @keller-mark in #957
- Design doc: Add intrinsic coordinate system name example by @keller-mark in #963
- Remove reference cycle within SpatialData to fix memory leak in bounding_box_query by @nickodell in #914
- When transforming DataTree elements, discard scales resulting in zero shape by @m-albert in #948
New Contributors
- @jonas2612 made their first contribution in #1010
- @keller-mark made their first contribution in #957
- @Bisho2122 made their first contribution in #909
- @nickodell made their first contribution in #914
- @m-albert made their first contribution in #948
- @srivarra made their first contribution in #894
Full Changelog: v0.7.0dev0...v0.7.0dev1
v0.7.0dev0
What's Changed
Changed
Fixed
- Change: fixed the read_zarr function for zarr.Group objects by @DiDeoxy in #962
- Lazy load torch by @quentinblampey in #1027
- use chunks parameter for dataarray models by @MSHelm in #1031
New Contributors
Full Changelog: v0.6.1...v0.7.0dev0
v0.6.1
What's Changed
Added
- Add tests for sdata.attrs across formats by @LucaMarconato in #1015
Fixed
- Pin multiscale-spatial-image for #1020 by @LucaMarconato in #1021
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
Changed
Fixed
- use python>=3.10 typing conventions by @quentinblampey in #968
- spatial query rechunk by @ArneDefauw in #989
- Fix bug unserializable attrs new pyarrow by @LucaMarconato in #1003
- Fix warning raster format mismatch ome-zarr by @LucaMarconato in #1005
- Fix compatibility pre-0.1 spatialdata store by @LucaMarconato in #1012
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
Added
Changed
- Account for the padding shift during vectorization + use multipolygon by @quentinblampey in #921
Fixed
- add datashader dependency by @LucaMarconato in #930
- Add type hint when get a SpatialElement item by @quentinblampey in #939
- fix pip installation problems due to xarray-dataclasses by @LucaMarconato and @melonora in #967
Full Changelog: v0.4.0...v0.5.0