Skip to content

0.7.1

Compare
Choose a tag to compare
@aldanor aldanor released this 27 Jan 22:47
· 476 commits to master since this release
9035bb6

Added

  • Slices can now be used where trait item Dimension is required.
  • Arrays of arbitrary sizes are now supported in hdf5-types. This requires
    the crate feature const_generics and minimum Rust version of 1.51.

Changed

  • Dependencies are bumped to the newest major versions; ndarray users may
    now use both version 0.13 and version 0.14.

Fixed

  • Cross-compilation of hdf5-src from Unix to Windows will now use the correct
    name of the static library when linking.