v0.5.3 patch (support dask arrays in Array constructor)
The Array constructor converts an array passed in to a dask array. If the input array was already a dask array it was erroring.
We now support this.
The Array constructor converts an array passed in to a dask array. If the input array was already a dask array it was erroring.
We now support this.