Skip to content

Commit b6b4e55

Browse files
committed
Note support of different implementations varied
1 parent 4cba53d commit b6b4e55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2019-05-02-zarr-2.3-release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ how to share large blocks of memory between different libraries without
145145
copying. This protocol has evolved over time from its original introduction in
146146
Python 2 and later revamped implementation added in Python 3 (with backports to
147147
Python 2.6 and 2.7). Due to the changes in its behavior from Python 2 to Python
148-
3 and what objects supported which parts of the buffer protocol, it was a bit
149-
challenging to leverage effectively in Zarr. This despite the value of having
150-
zero-copy when storing data or performing filtering and compression.
148+
3 and what objects supported which implementation of the buffer protocol, it
149+
was a bit challenging to leverage effectively in Zarr. This despite the value
150+
of having zero-copy when storing data or performing filtering and compression.
151151

152152
Thanks to some under-the-hood changes in Numcodecs 0.6 and Zarr 2.3, the buffer
153153
protocol is now cleanly supported for Python 2/3 in both libraries when working

0 commit comments

Comments
 (0)