Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

55 lines (32 loc) · 1.71 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

Fixed

  • A bug where enabling multiscale without specifying the tile size would cause an error.

0.1.4 - 2023-08-11

Fixed

  • A bug where not specifying the chunk size causes tile dimensions to be set to zero.

0.1.3 - 2023-07-28

Added

  • Support for writing multiscale OME-Zarr.

Changed

  • ChunkWriters need to specify which multiscale layer they write to.
  • The Zarr writer now validates that image and tile shapes are set and compatible with each other before the first append.

Removed

  • Noisy thread status messages.

Fixed

  • Check that the image shape has been set before complaining that the tile shape along any dimension is also zero.
  • A bug where multibyte samples exhibited striping behavior due to being copied from the wrong offset in the source buffer.

0.1.2 - 2023-06-23

Added

  • Nightly releases.
  • Acquisitions using Zarr as a storage device can be chunked along the X, Y, and Z axes, and the number of bytes per chunk can also be specified.
    • Chunking can be configured via storage_properties_set_chunking_props(). See README for details.

0.1.1 - 2023-05-11