v0.7.3a0
Pre-release
Pre-release
What's Changed
Changed
- New lazy to_multiscale() for labels by @LucaMarconato in #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: v0.7.2...v0.7.3a0