We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8506cf3 commit ae86d5fCopy full SHA for ae86d5f
CHANGELOG.md
@@ -48,6 +48,8 @@
48
only supports the same operations as `hdf5` (e.g. one can not perform partial IO,
49
but must read the entire attribute at once).
50
51
+- Added support in `hdf5-sys` for the new functions in `hdf5` `1.10.6` and `1.10.7`.
52
+
53
### Changed
54
55
- Required Rust compiler version is now `1.51`.
@@ -67,6 +69,7 @@
67
69
- The `ndarray` dependency has been updated to `0.15`.
68
70
- `hdf5_types::Array` trait has been removed and replaced with const generics. String types
71
are now generic over size only: `FixedAscii<N>` and `FixedUnicode<N>`.
72
+- The version of `hdf5` built in `hdf5-src` has been updated from `1.10.6` to `1.10.7`.
73
74
## 0.7.1
75
0 commit comments