There is a newer version of the record available.

Published February 11, 2026 | Version v0.7.3a0

scverse/spatialdata: v0.7.3a0

  • 1. European Molecular Biology Laboratory
  • 2. Iber Lab - ETH Zürich
  • 3. CZI
  • 4. Cure51 and Gustave Roussy Institute
  • 5. @scverse @laminlabs @theislab
  • 6. BioLizard
  • 7. Wellcome Sanger Institute
  • 8. @czbiohub-sf @mehta-lab
  • 9. Genentech
  • 10. ETH Zurich
  • 11. Helmholtz Zentrum
  • 12. University of Warsaw, Faculty of Mathematics, Informatics, and Mechanics
  • 13. Boehringer Ingelheim
  • 14. Seqera

Description

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed

Changed

  • New lazy to_multiscale() for labels by @LucaMarconato in https://github.com/scverse/spatialdata/pull/1068

Details: to_multiscale() was calling compute() for labels, leading to poor performance. This release changes the to_multiscale() default implementation to a lazy one (using resize() from scikit-image). Pixels for smaller scales are expected to have some numeric differences with respect to the old implementation (dask_image_nearest via multiscale-spatial-image==2.0.3). The old behavior can be replicated by passing method='dask_image_nearest' to the parsers for raster types.

Full Changelog: https://github.com/scverse/spatialdata/compare/v0.7.2...v0.7.3a0

Files

scverse/spatialdata-v0.7.3a0.zip

Files (424.3 kB)

Name Size Download all
md5:534f1b545599a4f420b8a4405dd54ad7
424.3 kB Preview Download

Additional details

Related works