Visitor Pattern #92
Labels
enhancement
New features or improvements
release notes done
Automatically applied to PRs which have release notes.
Milestone
In some cases, especially when copying between groups or searching for something in a group, it helps to have a visitor pattern by which one can visit all objects in a Zarr group and do something with them. h5py has the nice
visit
andvisititems
methods for Group. It would be really handy to have these same methods for Zarr Groups.The text was updated successfully, but these errors were encountered: