Skip to content

Releases: spatial-image/multiscale-spatial-image

v2.0.2

20 Nov 14:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

Multiscale-spatial-image v2.0.1

08 Nov 23:06
Compare
Choose a tag to compare

What's Changed

  • drop python.3.13 by @melonora in #98
  • BUG: download test data from GitHub Releases by @thewtex in #99
  • BUG: Remove Python 3.8 conditions in test.yml by @thewtex in #96
  • Add decorator for skipping nodes without dimension by @melonora in #101
    This allows for applying functions over all datasets in the MultiscaleSpatialImage DataTree that contain dimensions. See the README for an example.

Full Changelog: v2.0.0...v2.0.1

Multiscale-spatial-image v2.0.0

05 Nov 20:37
b5535e9
Compare
Choose a tag to compare

What's Changed

The library datatree has been archived. Xarray now includes DataTree directly. Some changes to the datamodel have been made. In short dimensions and indexes in child nodes should exactly align with those in their parents. However, for MultiscaleSpatialImage this does not seem to be the case as the root node does not contain dimensions while the child nodes do. According to migration guide the dimensions and indexes of sibling nodes do not have to align.

On top of these changes the DataTree has certain methods removed. The behaviour of these methods can be replicated (in particular when adjusting dimensions or reindexing) by writing a decorator that takes a xr.Dataset and skips over the nodes that contain dims of length 0. One can then apply map_over_datasets. For documentation, see here.

New Contributors

Full Changelog: v1.0.1...v2.0.0

multiscale-spatial-image 1.0.1

22 Jul 23:46
v1.0.1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

multiscale-spatial-image 1.0.0

18 Oct 11:50
Compare
Choose a tag to compare

What's Changed

  • BUG: Remove IPFS daemon from CI setup by @thewtex in #82
  • datatree accessor to multiscale spatial image by @giovp in #81

Full Changelog: v0.11.2...v1.0.0

multiscale-spatial-image 0.11.2

09 Feb 14:53
Compare
Choose a tag to compare

What's Changed

  • DOC: Specify to_zarr store type by @thewtex in #68
  • BUG: Bump itk version dep for 5.3.0 by @thewtex in #72
  • ENH: Update CI to include testing for Python 3.11 by @thewtex in #75
  • list downsampling methods in docstring of to_multiscale by @giovp in #74
  • raise error for invalid scale factors by @giovp in #73

New Contributors

  • @giovp made their first contribution in #74

Full Changelog: v0.11.1...v0.11.2

multiscale-spatial-image 0.11.1

23 Sep 14:34
Compare
Choose a tag to compare

What's Changed

  • BUG: Fix downsampled scale dim order with dask-image resampling by @thewtex in #67

Full Changelog: v0.11.0...v0.11.1

multiscale-spatial-image 0.11.0

22 Sep 18:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.11.0

multiscale-spatial-image 0.10.1

20 Sep 14:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

multiscale-spatial-image 0.10.0

19 Sep 21:17
b315a88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0