Skip to content

Releases: spatial-image/multiscale-spatial-image

v2.1.0

Choose a tag to compare

@jo-mueller jo-mueller released this 13 Nov 15:44
6217a33

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.1.0

v2.1.0rc0

v2.1.0rc0 Pre-release
Pre-release

Choose a tag to compare

@jo-mueller jo-mueller released this 13 Nov 15:28
6217a33

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.1.0rc0

multiscale-spatial-image 2.0.3

Choose a tag to compare

@thewtex thewtex released this 07 Aug 17:08
ecb6aa4

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

Choose a tag to compare

@melonora melonora released this 20 Nov 14:02

What's Changed

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

Multiscale-spatial-image v2.0.1

Choose a tag to compare

@melonora melonora released this 08 Nov 23:06

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

Choose a tag to compare

@melonora melonora released this 05 Nov 20:37
b5535e9

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

Choose a tag to compare

@thewtex thewtex released this 22 Jul 23:46
v1.0.1

What's Changed

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

multiscale-spatial-image 1.0.0

Choose a tag to compare

@thewtex thewtex released this 18 Oct 11:50

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

Choose a tag to compare

@thewtex thewtex released this 09 Feb 14:53

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

Choose a tag to compare

@thewtex thewtex released this 23 Sep 14:34

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