We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8348074 commit a274cebCopy full SHA for a274ceb
CHANGELOG.md
@@ -16,6 +16,12 @@
16
17
- Renamed `filters::gzip_available()` to `deflate_available()` (the old name is
18
present but marked as deprecated).
19
+- Code dependent on HDF5 version in `hdf5` and `hdf5-sys` crates now uses features
20
+ instead of cfg options: `cfg(feature = "1.10.1")` instead of `cfg(hdf5_1_10_1)`.
21
+ The main initial reason for that is for HDF5 versions to show up in the official
22
+ documentation on docs.rs.
23
+- Similar to the above, there's `have-direct`, `have-parallel` and `have-threadsafe`
24
+ features that reflect the build configuration of the underlying HDF5 library.
25
26
### Fixed
27
0 commit comments