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.
- Support for Zarr v3.
- A bug where enabling multiscale without specifying the tile size would cause an error.
0.1.4 - 2023-08-11
- A bug where not specifying the chunk size causes tile dimensions to be set to zero.
0.1.3 - 2023-07-28
- Support for writing multiscale OME-Zarr.
ChunkWriter
s 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.
- Noisy thread status messages.
- 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
- 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.
- Chunking can be configured via