zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
http://zarr.readthedocs.io/
MIT License
1.41k stars 267 forks source link

Allow 'chunks' as an alias for 'chunk_shape' in array creation #1991

Closed tomwhite closed 3 weeks ago

tomwhite commented 3 weeks ago

This is a compatibility fix for v3.

It should fix #1965 - although I haven't tested it directly.

TODO: