Skip to content

v0.7.3a0

Pre-release
Pre-release

Choose a tag to compare

@LucaMarconato LucaMarconato released this 11 Feb 15:35
· 13 commits to main since this release

What's Changed

Changed

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: v0.7.2...v0.7.3a0