You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The auto-generated bindings require some minor manual modifications, see the end of the ffi3.rb file.
26
+
27
+
### HDF5 1.10 or 1.14
28
+
29
+
Compatibility issues between versions of HDF5
30
+
31
+
Several functions in HDF5 are incompatible between 1.10 and 1.14 (the latest version at the time of writing). The current version of ruby-hdf5 is compliant with 1.10. This is because the latest version of the Ubuntu package is 1.10. However, 1.14 is already distributed with homebrew and 1.10 will be removed during 2025. It will need to be rewritten for 1.14 in the near future.
32
+
12
33
## License
13
34
14
35
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
0 commit comments