Skip to content

Releases: zarr-developers/VirtualiZarr

v1.0.0

09 Jul 21:54
Compare
Choose a tag to compare

This release marks VirtualiZarr as mostly feature-complete, in the sense of achieving feature parity with kerchunk's logic for combining datasets, providing an easier way to manipulate kerchunk references in memory and generate kerchunk reference files on disk.

Future VirtualiZarr development will focus on generalizing and upstreaming useful concepts into the Zarr specification, the Zarr-Python library, Xarray, and possibly some new packages. See the roadmap in the documentation for details.

What's Changed

New Contributors

Full Changelog: v0.1.0...v1.0

v0.1.0

17 Jun 20:12
18f195a
Compare
Choose a tag to compare

The first release of VirtualiZarr!

This release presents the basic MVP of this library, including the ability to inspect netCDF4/HDF5 files, store the byte ranges in an xarray.Dataset via ManifestArray objects, concatenate those objects, then serialize the result to disk as kerchunk-formatted reference files.

Expect more features and significant optimizations soon.

What's Changed

New Contributors

Full Changelog: https://github.com/zarr-developers/VirtualiZarr/commits/v0.1