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 deprecated
by @Zethson in #896
Full Changelog: v0.3.0...v0.4.0