- Fix pyramid dtype for scaler.local_mean (#233)
- Add support for writing
dask
arrays. Thanks to Daniel Toloudis, with code contributions from Andreas Eisenbarth (#192) - Fix a bug in using
storage_options
withwrite_images
, thanks to Marc Claesen (#221) - Use multiscales name for node metadata (#214)
- Disable auto_mkdir when path begins with s3, thanks to @colobas (#212)
- Read multi-resolution pyramids in
ome_zarr.reader.Well
, thanks to @tcompa (#209)
- Add
fmt
option towrite_label_metadata
and store version (#206)
- Relax version detection (#189)
- Fix format warning duplication (#190)
- Fix plate pyramid loading (#195)
- Unify docstrings in
ome_zarr.writer
module (#185)
- Add API for writing data according to the
image-label
spec:write_labels
,write_multiscale_labels
&write_label_metadata
(#178, #184) - Remove
byte_order
fromwrite_image
signature (#184) - Deprecate
chunks
argument in favor ofstorage_options
(#184)
- Add support for OME-NGFF 0.4 specification (#124, #159, #162)
- Add support for passing storage options (compression, chunks..) to the writer API, thanks to @satra (#161)
- Add API for writing plate & well metadata (#153, #157)
- Add API for writing multiscales metadata (#149, #165)
- Add support for writing and scaling 2D, 3D and 4D data (#114)
- Add dispatch GitHub workflow (#118)