-
Notifications
You must be signed in to change notification settings - Fork 33
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
HDF5 version 1.10 support? #16
Comments
What's new in 1.10? :) |
I want to use the SWMR funtionality, see https://support.hdfgroup.org/HDF5/docNewFeatures/#1100 It only requires a few new functions. I tried pointing at an hdf5.h from 1.10.1_2 and all the tests seem to pass, so it seems like it works. I originally took the comment to mean it would totally fail on 1.10, but that doesn't seem to be the case. As I understand to fully support SWMR one needs access to the functions: |
From a very quick look, it seems indeed possible. PRs welcomed :) |
Will also affect the |
I think this library should not break, as I am running hdf5-dev in version 1.10 on my machine and it just works (I enabled deprecated support when I compiled). Then the calls could be gradually updated via PRs? |
This CL is a first step towards supporting new features and APIs of HDF5 v1.10. Right now, anecdotal evidence shows that HDF5 v1.8 is still massively deployed so support for 1.10 has to be opt-in, by way of an optional build tag aptly named "hdf5-v1.10" Updates gonum#16.
This CL is a first step towards supporting new features and APIs of HDF5 v1.10. Right now, anecdotal evidence shows that HDF5 v1.8 is still massively deployed so support for 1.10 has to be opt-in, by way of an optional build tag aptly named "hdf5-v1.10" Updates gonum#16.
This CL is a first step towards supporting new features and APIs of HDF5 v1.10. Right now, anecdotal evidence shows that HDF5 v1.8 is still massively deployed so support for 1.10 has to be opt-in, by way of an optional build tag aptly named "hdf5-v1.10" Updates gonum#16.
This CL is a first step towards supporting new features and APIs of HDF5 v1.10. Right now, anecdotal evidence shows that HDF5 v1.8 is still massively deployed so support for 1.10 has to be opt-in, by way of an optional build tag aptly named "hdf5-v1.10" Updates gonum#16.
I've started something at #21. |
This CL is a first step towards supporting new features and APIs of HDF5 v1.10. Right now, anecdotal evidence shows that HDF5 v1.8 is still massively deployed so support for 1.10 has to be opt-in, by way of an optional build tag aptly named "hdf5_v1.10" Updates gonum#16.
How likely is 1.10 support? What needs to be done to support 1.10?
The text was updated successfully, but these errors were encountered: