File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -149,11 +149,11 @@ Python 2.6 and 2.7). Due to the changes in its behavior from Python 2 to Python
149149challenging to leverage effectively in Zarr. This despite the value of having
150150zero-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
You can’t perform that action at this time.
0 commit comments