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.
2 parents 756c50d + d8c5e23 commit 48f7142Copy full SHA for 48f7142
CHANGELOG.md
@@ -4,11 +4,17 @@
4
5
### Added
6
- Slices can now be used used where trait item `Dimension` is required.
7
+- Arrays of arbitrary sizes are now supported in `hdf5-types`. This requires
8
+ the crate feature `const_generics` and `rustc` version `1.51`.
9
10
### Changed
11
- Dependencies are bumped to newest major versions; `ndarray` users may now
12
use both version `0.13` and version `0.14`.
13
14
+### Fixed
15
+- Cross-compilation of `hdf5-src` from Unix to Windows will now use the correct
16
+ name of the static library when linking.
17
+
18
## 0.7.0
19
20
0 commit comments