JuliaIO / HDF5.jl

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

Add convenience function `set_libraries!` #1115

Closed JoshuaLampert closed 1 year ago

JoshuaLampert commented 1 year ago

This adds a function set_libraries! to conveniently set the preferences for a custom HDF5 library.

closes #1114

JoshuaLampert commented 1 year ago

Do we (alternatively? additionally?) want to allow the user to pass one path to a directory, where both libraries are located?

JoshuaLampert commented 1 year ago

How can I set the docstring without the documenter complaining?

mkitti commented 1 year ago

You should add set_libraries! to the list of documented functions.

JoshuaLampert commented 1 year ago

Thanks @mkitti! I also removed not_low_level_api, which appears to be unused and was quite confusing to me.

mkitti commented 1 year ago

Do we (alternatively? additionally?) want to allow the user to pass one path to a directory, where both libraries are located?

I'm still thinking about this. It seems to mainly add complexity