-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
directory -> group/path #1
Comments
Thanks for the feedback. I've replaced "directory" with "group". |
@vbrankov I still see the term |
I grepped the code for "irectory" and cannot find it. Where do you see it? |
See https://github.com/vbrankov/hdf5-ocaml/blob/master/lib/caml/h5.cppo.ml#L66 ( |
Fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
great to see that hdf5 support is finally coming to ocaml!
on cursory reading of the highlevel api and docs i often see the term 'directory'. while this is of course intuitive, the standard terminology is path if it's the string or 'group' (and/or 'dataset') if it's the object i believe.
https://www.hdfgroup.org/HDF5/doc/Glossary.html#Glossary-Group
i know hdf5 via h5py which is a joy to use. this is of course based on numpy and heavily uses overloading of slicing syntax, which is probably not a good match for ocaml. but there might be other aspects where it could serve as inspiration for the api.
https://github.com/h5py/h5py/tree/master/h5py/_hl
some ideas for the highlevel interface (may be nonsense and/or already implemented, sorry if so.)
disclaimer: have not actually used, only looked at the .mli's
The text was updated successfully, but these errors were encountered: