You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the top-level API compatibility layer, we are also seeing that some applications are interacting with the Array class constructor directly. For example, see this from Dask.
In addition to the top-level API compatibility layer, we are also seeing that some applications are interacting with the
Array
class constructor directly. For example, see this from Dask.But our current constructor doesn't support this.
zarr-python/src/zarr/array.py
Lines 572 to 574 in 661acb3
To be honest, I've been assuming no one was using
Array.__init__
but that seems to have been a mistake.Thanks @will-moore for reporting this (#1884 (comment)).
cc @jrbourbeau
The text was updated successfully, but these errors were encountered: