-
Notifications
You must be signed in to change notification settings - Fork 96
Error using HDF5 1.10.2 #18
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
Comments
@yamadapc I know. This is due to int32->int64 hid_t breaking change in 1.10.0. This has already been fixed in the new branch on all platforms (I've just got back to hacking on this crate a week ago after a year break and am planning to finish this time; so stay tuned). // It will take a month/months to make everything usable, but that's the grand plan. Right now you won't be able to do much with it. |
Thanks! Sorry, I didn't realize this would only work with I don't understand how to read datasets though. Is this not working even with |
In the old version (master), there were no proper type bindings which I've spent considerable amount of time on the new branch. Right now you could probably do something through the raw HDF5 C API, but that's what I'm working on right now (reading / writing datasets), planning to link it to You can already see how it will work with types though ( |
Add dependabot
On macOS:
The text was updated successfully, but these errors were encountered: