Skip to content

Commit 4cba53d

Browse files
committed
Rewrap text in buffer protocol section
1 parent 3363a4e commit 4cba53d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ Python 2.6 and 2.7). Due to the changes in its behavior from Python 2 to Python
149149
challenging to leverage effectively in Zarr. This despite the value of having
150150
zero-copy when storing data or performing filtering and compression.
151151

152-
Thanks to some under-the-hood changes in Numcodecs 0.6 and Zarr 2.3, the
153-
buffer protocol is now cleanly supported for Python 2/3 in both libraries when
154-
working with data. In addition to improved memory handling and performance,
155-
this should make it easier for users developing their own stores, compressors,
156-
and filters to use with Zarr.
152+
Thanks to some under-the-hood changes in Numcodecs 0.6 and Zarr 2.3, the buffer
153+
protocol is now cleanly supported for Python 2/3 in both libraries when working
154+
with data. In addition to improved memory handling and performance, this should
155+
make it easier for users developing their own stores, compressors, and filters
156+
to use with Zarr.
157157

158158
## Future developments
159159

0 commit comments

Comments
 (0)