We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3143a89 commit 83c8c32Copy full SHA for 83c8c32
changes/2871.feature.rst
@@ -1 +1,8 @@
1
-Add public :mod:`zarr.buffer` API for controlling how data is stored in memory.
+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