Releases: HiPCTProject/stack-to-chunk
Releases · HiPCTProject/stack-to-chunk
v2.2
What's Changed
- Drop
dask_imagein favor ofdask.array.imagein tutorial by @chourroutm in #175 - Update tutorial.py with package installation instructions by @chourroutm in #176
- Reduce use of
._groupby @dstansby in #178
Full Changelog: v2.1...v2.2
v2.1
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
float64dtype. - 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.modefunction as adownsample_funciton.
Full Changelog: v2.0...v2.1
v2.0
v2.0b2
v2.0b1
v1.10
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
v1.8
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_datasetno longer exists - the initial dataset is now automatically created when theMultiScaleGroupis 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
What's Changed
- Add extra test config by @dstansby in #106
- Clean up pyproject.toml by @dstansby in #107
- Test on windows by @dstansby in #109
- Update dep numcodecs by @chourroutm in #121
New Contributors
- @chourroutm made their first contribution in #121
Full Changelog: v1.6...v1.7