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 Zarr-Python 2, Groups and Arrays implemented __enter__ and __exit__ so that they could be used in a context manager and the underlying store would be automatically closed. We have not implemented this in Zarr-Python 3 yet though I can't think of a specific reason as to why we couldn't.
This issue tracks the development of this feature in Zarr-Python 3.
The text was updated successfully, but these errors were encountered:
In Zarr-Python 2, Groups and Arrays implemented
__enter__
and__exit__
so that they could be used in a context manager and the underlying store would be automatically closed. We have not implemented this in Zarr-Python 3 yet though I can't think of a specific reason as to why we couldn't.This issue tracks the development of this feature in Zarr-Python 3.
The text was updated successfully, but these errors were encountered: