Skip to content

Releases: zarr-developers/pizzarr

pizzarr v0.1.2

06 Apr 20:22
9a317d2

Choose a tag to compare

pizzarr 0.1.2

  • Added get_dimension_names() method to ZarrArray for V3 dimension names support.
  • OME-NGFF vignettes now use base R rasterImage() instead of the raster package (#161).

pizzarr v0.1.1

25 Mar 13:30
138380d

Choose a tag to compare

This release updates a test that was failing on CRAN. No other changes.

Initial CRAN Release

25 Mar 13:24
0551545

Choose a tag to compare

pizzarr 0.1.0

This is the first release of pizzarr to CRAN. The package has significant testing and
validation but has not been vetted by a large and diverse user community. As a result,
bugs and undesirable behavior may be found. If you find issues please report them at:

https://github.com/zarr-developers/pizzarr/issues

  • Initial release of pizzarr.
  • Read and write Zarr V2 and Zarr V3 stores.
  • Storage backends: DirectoryStore, MemoryStore, HttpStore.
  • Compression codecs: Zstd, LZ4, Blosc, zlib, gzip, bzip2, LZMA.
  • VLenUTF8 object codec for variable-length strings.
  • Parallel read/write support via pbapply, parallel, and future.
  • R-like one-based and Python-like zero-based slicing.