HDFGroup / h5pyd

h5py distributed - Python client library for HDF Rest API
Other
109 stars 39 forks source link

Multi-Link API #203

Closed mattjala closed 3 weeks ago

mattjala commented 1 month ago

Adds support for the multi-link operations added in HSDS 0.9.0.

jreadey commented 1 month ago

Can we provide the ability to fetch multiple links based on a set of link names?

mattjala commented 3 weeks ago

Can we provide the ability to fetch multiple links based on a set of link names?

Done, see "Retrieve a set of links by name" section in test_group.py