Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 422 Bytes

File metadata and controls

8 lines (6 loc) · 422 Bytes

Added public API for Buffer ABCs and implementations.

Use :mod:`zarr.buffer` to access buffer implementations, and :mod:`zarr.abc.buffer` for the interface to implement new buffer types.

Users previously importing buffer from zarr.core.buffer should update their imports to use :mod:`zarr.buffer`. As a reminder, all of zarr.core is considered a private API that's not covered by zarr-python's versioning policy.