Skip to content

Releases: HiPCTProject/stack-to-chunk

v2.1

23 Jan 13:18
fba0435

Choose a tag to compare

What's Changed

  • Explicitly set dtype when reading data by @dstansby in #172. This fixes a bug where all output data would be created with float64 dtype.
  • Allow passing a custom downsample function by @dstansby in #173. This makes it easier to downsample label data, by passing the new stack_to_chunk.mode function as a downsample_funciton.

Full Changelog: v2.0...v2.1

v2.0

23 Jan 11:53
0f62bc4

Choose a tag to compare

Merge pull request #167 from HiPCTProject/downsample-with-ts

Use tensorestore for downsampling

v2.0b2

09 Jan 10:50
0f62bc4

Choose a tag to compare

Merge pull request #167 from HiPCTProject/downsample-with-ts

Use tensorestore for downsampling

v2.0b1

05 Jan 11:42
5a7267a

Choose a tag to compare

v2.0b1 Pre-release
Pre-release
Merge pull request #164 from HiPCTProject/dependabot/github_actions/g…

v1.10

14 Oct 20:56

Choose a tag to compare

What's Changed

  • Bump the python group across 1 directory with 4 updates by @dependabot[bot] in #136

Full Changelog: v1.9...v1.10

v1.9

06 Jun 12:29
937e60c

Choose a tag to compare

What's Changed

  • Bump ome-zarr-models version by @dstansby in #129. This prevents invalid OME-Zarr metadata from being written.

Full Changelog: v1.8...v1.9

v1.8

06 Jun 08:00
551ce6d

Choose a tag to compare

What's Changed

stack-to-chunk now uses ome-zarr-models to validate and write metadata. This has resulted in a breaking change in setting up datasets:

  • When creating a MultiScaleGroup, an array specification must now be provided for the original full resolution data.
  • MultiScaleGroup.create_initial_dataset no longer exists - the initial dataset is now automatically created when the MultiScaleGroup is created.

Other changes:

  • Use ome-zarr-models for writing metadata by @dstansby in #99
  • Raise helpful error on wrong voxel tuple size by @dstansby in #127
  • Bump the python group across 1 directory with 2 updates by @dependabot in #128

Full Changelog: v1.7...v1.8

v1.7

22 May 16:13
a01d5f3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6...v1.7

v1.6

03 Mar 13:20
bcafef3

Choose a tag to compare

What's Changed

Documentation

  • Add some more docs to add_downsample_level by @dstansby in #83

Dependencies

Updated:

  • dask to 2025.2.0
  • numpy to 2.2.3
  • scikit-image to 0.25.1

Full Changelog: v1.5...v1.6

v1.5

18 Dec 17:59
8a59f17

Choose a tag to compare

What's Changed

‼️Data produced with older versions of stack-to-chunk did not have the correct order of transfroms. When opening a multiscale group using open_multiscale_group stack-to-chunk will now attempt to fix this by re-writing the transform metadata to be correct.

Dependencies:

Documentation

  • Use .ome.zarr for group suffix in tutorial by @dstansby in #74

Full Changelog: v1.4...v1.5