Skip to content

Releases: scverse/spatialdata

v0.7.3

Choose a tag to compare

@LucaMarconato LucaMarconato released this 06 May 16:01
5ead6cc

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.3a2

v0.7.3a2 Pre-release
Pre-release

Choose a tag to compare

@LucaMarconato LucaMarconato released this 06 May 15:45
5ead6cc

What's Changed

Added

Fixed

Full Changelog: v0.7.3a1...v0.7.3a2

v0.7.3a1

v0.7.3a1 Pre-release
Pre-release

Choose a tag to compare

@LucaMarconato LucaMarconato released this 23 Mar 14:36
78f75ef

What's Changed

Changed

Fixed

New Contributors

Full Changelog: v0.7.3a0...v0.7.3a1

v0.7.3a0

v0.7.3a0 Pre-release
Pre-release

Choose a tag to compare

@LucaMarconato LucaMarconato released this 11 Feb 15:35

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

v0.7.2

Choose a tag to compare

@LucaMarconato LucaMarconato released this 09 Feb 15:44
e88c24e

This releases fixes some installation errors around (dask) distributed and xarray-schema. It also introduces some minor improvements.

What's Changed

Fixed

Full Changelog: v0.7.1...v0.7.2

v0.7.1.post1

Choose a tag to compare

@LucaMarconato LucaMarconato released this 01 Feb 12:19

Post-release to update a problem in the docs (download links for datasets incorrectly generated).

Full Changelog: v0.7.1...v0.7.1.post1

v0.7.1

Choose a tag to compare

@LucaMarconato LucaMarconato released this 31 Jan 18:17

What's Changed

Fixed

Changed

  • Docs datasets are now versioned

Full Changelog: v0.7.0...v0.7.1

v0.7.0

Choose a tag to compare

@LucaMarconato LucaMarconato released this 30 Jan 12:46

🎉 This release unpins dask! Thanks to @melonora
It also brings many improvements—see notes below.

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.7.0a0

v0.7.0a0 Pre-release
Pre-release

Choose a tag to compare

@LucaMarconato LucaMarconato released this 19 Jan 12:19
ef88b5c

What's Changed

Fixed

Full Changelog: v0.7.0dev1...v0.7.0a0

v0.7.0dev1

v0.7.0dev1 Pre-release
Pre-release

Choose a tag to compare

@LucaMarconato LucaMarconato released this 06 Jan 15:41
2da6c41

What's Changed

Added

Fixed

  • Fix attrs-expr bug bounding_box_query points by @LucaMarconato in #1038
  • fix categories import by @jonas2612 in #1010
  • Design doc: Add note about on-disk locations of point metadata attributes by @keller-mark in #957
  • Design doc: Add intrinsic coordinate system name example by @keller-mark in #963
  • Remove reference cycle within SpatialData to fix memory leak in bounding_box_query by @nickodell in #914
  • When transforming DataTree elements, discard scales resulting in zero shape by @m-albert in #948

New Contributors

Full Changelog: v0.7.0dev0...v0.7.0dev1