Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 304 Bytes

File metadata and controls

4 lines (4 loc) · 304 Bytes

Fix a potential race condition when using :func:`zarr.create_array` with the data parameter set to a NumPy array. Previously Zarr was iterating over the newly created array with a granularity that was too low. Now Zarr chooses a granularity that matches the size of the stored objects for that array.