hdf5-c introduces new functions with labels func1, func2, and selects the correct version based on a compile time macro.
We should to go through hdf5-sys and alias the latest version available to the common name func, as well as always being available through func1 (with deprecation warning where applicable) and func2 (where hdf5 version allows).
hdf5-c
introduces new functions with labelsfunc1
,func2
, and selects the correct version based on a compile time macro.We should to go through
hdf5-sys
and alias the latest version available to the common namefunc
, as well as always being available throughfunc1
(with deprecation warning where applicable) andfunc2
(where hdf5 version allows).See #95 for more information