Skip to content

0.6.0 - 2024-11-23

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Nov 05:31

Release Notes

Added

  • Add zarrs_validate to check that arrays are equivalent
  • Add --write-shape argument to zarrs_reencode
    • This enables writing sharded arrays incrementally
  • Add cargo binstall install instructions

Changed

  • #12 Bump netcdf to 0.10.2 by [@magnusuMET]
  • Breaking: Bump MSRV to 1.80
  • Bump sysinfo to 0.32
  • Bump zarrs to 0.18.0
  • ncvar2zarr:
    • Switch to output concurrency
    • Breaking: Rename concurrent-blocks argument to concurrent-chunks
    • Breaking: Removed validate argument
    • Breaking: Removed concat-dim argument. Concatenation is now only supported along the first (slowest varying) dimension
    • This tool is intended to be replaced by icechunk / virtualizarr when they mature
  • Move benchmark scripts and measurements to https://github.com/LDeakin/zarr_benchmarks
  • Bump zarrs_opendal to 0.4.0 (opendal 0.50)
  • Include zarrs version when running binaries with -v/--version
  • Cleanup zarrs_info docs and CLI help
  • zarrs_ome
    • add OME-Zarr 0.5 support, remove interim 0.5 version support
    • Bump ome_zarr_metadata to 0.2.0
    • Rename --version to --ome-zarr-version
    • Remove --no-gaussian argument
    • Add --gaussian-sigma and --gaussian-kernel-half-size arguments, mean downsampling is now the default
    • Map a "channel" unit to a channel type axis
  • Bump thiserror to 2.0.0

Removed

  • zarrs_info: Remove --time argument

Fixed

  • zarrs_ome fix axis unit parsing (broken in 0.5.3)

Install zarrs_tools 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LDeakin/zarrs_tools/releases/download/v0.6.0/zarrs_tools-installer.sh | sh

Download zarrs_tools 0.6.0

File Platform Checksum
zarrs_tools-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
zarrs_tools-x86_64-apple-darwin.tar.xz Intel macOS checksum
zarrs_tools-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum