JuliaIO / HDF5.jl

Save and load data in the HDF5 file format from Julia
https://juliaio.github.io/HDF5.jl
MIT License
383 stars 139 forks source link

allow keyword args to open_group, open_dataset, open_datatype #1100

Closed simonbyrne closed 11 months ago

simonbyrne commented 12 months ago

It's a bit odd that we allow them for the create_* functions, but not the open_* functions.

mkitti commented 11 months ago

Looks good to me