What's Changed
Added
- Add Python 3.14 support by @LucaMarconato in #1114
Changed
- New lazy to_multiscale() for labels by @LucaMarconato in #1068
- Change lower bound anndata by @LucaMarconato in #1083
Fixed
- Fix TableModel validator to accept pandas StringDtype by @jlr13 in #1063
- test: make pre-release tests work by @flying-sheep in #1071
- Fix for
FutureWarning: functools.partial ...by @selmanozleyen in #1076 - Fix transform graph by @melonora in #1077
- Fix performance regression for multiscale images (#1079) by @LucaMarconato in #1080
- Faster
spatialdataimport time by @LucaMarconato in #1075 - Preserve attrs on Dask DataFrame sample() by @LiudengZhang in #1088
- ome zarr chunks by @ArneDefauw in #1092
- fix: don't lower bound
anndataso high by @ilan-gold in #1102 - Workaround for KeyError 'ome' when writing multiscale images by @LucaMarconato in #1115
- Reduce warnings by @LucaMarconato in #1113
- Reduce time cost of tests by @LucaMarconato in #1116
- Fix numba JIT configuration failing on airflow runner by @LucaMarconato in #1117
New Contributors
- @jlr13 made their first contribution in #1063
- @flying-sheep made their first contribution in #1071
- @selmanozleyen made their first contribution in #1076
- @LiudengZhang made their first contribution in #1088
Full Changelog: v0.7.2...v0.7.3