Releases: scverse/spatialdata
Releases · scverse/spatialdata
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
v0.4.1rc0
See release.
v0.4.0
What's Changed
Added
- Docker automatic build by @LucaMarconato in #841
- Partial reading by @aeisenbarth in #765
- Add warning (raster models) when large chunks are detected by @LucaMarconato in #874
- allow filtering by ids by @melonora in #627
Changed
- Replace pip with uv for test workflow by @LucaMarconato in #877
- Specify NGFF 0.6-dev in output data by @LucaMarconato in #849
Fixed
- Restore support for Python >=3.13 by @LucaMarconato in #840
- bug with 3d data test in transform_to_data_extent by @LucaMarconato in #787
- Fix JoinTypes.dict empty python 3.13 by @LucaMarconato in #853
- Fix rechunk bug after spatial query by @LucaMarconato in #861
- Fix bug join operation with non-annotating table by @LucaMarconato in #864
- Fix bug custom region_key concatenate by @LucaMarconato in #871
- fix suffix concatenate when each table annotates > 1 elements by @LucaMarconato in #873
- fix max chunk size calculation by @LucaMarconato in #876
- pin numba to earlierst version supporting python 3.10 by @giovp in #883
- Resolve AnnData FutureWarnings
The dtype argument is deprecatedby @Zethson in #896
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
Major
- Adding
attrsat theSpatialDataobject level by @quentinblampey in #711 - More robust name validation (full naming changes described in the PR) by @aeisenbarth in #703
Minor
- Add asv benchmark code by @berombau in #784
- Add
relabel_sequential()for relabeling label data aftermap_raster()by @ArneDefauw in #664 - validate tables while parsing by @melonora in #808
rasterize_bins()can now produce a labels element by @ArneDefauw in #811- Improved docs: adding glossary + refactor API reference display by @quentinblampey in #785
- add support for
layerselection inget_values()method by @Sonja-Stockhaus in #818 - Added a spatialdata-io mirror by @quentinblampey in #778
get_attrs(): helper function to return keys in thesdata.attrsslot in an specific format by @timtreis in #806
Fixed
- relaxed fsspec version by @LucaMarconato in #798
- fix for
to_polygons()when using processes instead of threads in dask by @ArneDefauw in #756 - Fix
transform_to_data_extentconverting labels to images by @aeisenbarth in #791 - add warning when running bounding box query if points is present by @BioinfoTongLI in #777
Join operations
- fix join non matching table by @melonora in #813
- Fix bug with join with duplicate obs indices by @melonora in #822
- fix index cannot be reshaped with inner join by @melonora in #832
- fix index error left join by @melonora in #833
New Contributors
- @BioinfoTongLI made their first contribution in #777
- @Sonja-Stockhaus made their first contribution in #818
Full Changelog: v0.2.6...v0.3.0
v0.2.7-pre0
Making a pre-release to unlock the CI in spatialdata-io, but before the full release #815 needs to be addressed.
v0.2.6
[0.2.6] - 2024-11-26
Added
- Added
set_channel_namesmethod toSpatialDatato change the channel names of an
image element inSpatialData#786 - Added
write_channel_namesmethod toSpatialDatato overwrite channel metadata on disk
without overwriting the image array itself. #786
Changed
- Argument
c_coordsis moved out of kwargs for theImageModels. #779 get_channelsis marked for deprecation inSpatialDatav0.3.0. Function is replaced
byget_channel_names#786- Updated dependency of
multiscale-spatial-image#792 - Adjust to new version of
xarraywithDataTree# 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)