Skip to content

Commit 83c8c32

Browse files
committed
doc
1 parent 3143a89 commit 83c8c32

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

changes/2871.feature.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
Add public :mod:`zarr.buffer` API for controlling how data is stored in memory.
1+
Added public API for Buffer ABCs and implementations.
2+
3+
Use :mod:`zarr.buffer` to access buffer implementations, and
4+
:mod:`zarr.abc.buffer` for the interface to implement new buffer types.
5+
6+
Users previously importing buffer from ``zarr.core.buffer`` should update their
7+
imports to use :mod:`zarr.buffer`. As a reminder, all of ``zarr.core`` is
8+
considered a private API that's not covered by zarr-python's versioning policy.

0 commit comments

Comments
 (0)