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 87756ad commit 348efb2Copy full SHA for 348efb2
CHANGELOG.md
@@ -60,7 +60,8 @@
60
- Const generics support (MSRV 1.51): `hdf5-types` now uses const generics for array types,
61
allowing fixed-size arrays of arbitrary sizes.
62
- The `ndarray` dependency has been updated to `0.15`.
63
-- The `Array` trait has been removed and replaced with const generics.
+- `hdf5_types::Array` trait has been removed and replaced with const generics. String types
64
+ are now generic over size only: `FixedAscii<N>` and `FixedUnicode<N>`.
65
66
## 0.7.1
67
0 commit comments