Skip to content

Releases: BlueBrain/HighFive

v2.1.1: Patch Release

05 Nov 11:52
b9b25da
Compare
Choose a tag to compare

Fixes:

  • Avoid conversion warnings being treated as errors (#244)
  • Fix build of parallel (#242)
  • H5Object: fix doxygen documentation (#240)

v2.1: Release 2.1 (#231)

30 Oct 09:35
93afd18
Compare
Choose a tag to compare

New Features:

  • Inspection: API to get the type of links/objects and datasets data-types (#221)
  • H5Easy: API for simple import/export to Eigen and xtensor (#141)
  • Support for chunk and deflate configuration at dataset creation/open (#125). Added generic RawPropertyLists. (#157)
  • Recursive createGroup and exist (#152)
  • Shortcut syntax: ability to create a filled dataset in a single line (#130)
  • DataSet now accepts std::complex and std::array's (#128, #129)

Improvements:

  • Improved compat with MSVC and ICC compilers
  • CMake build system: modernized, create exported targets, better messages, etc.
  • Building and publishing documentation: https://bluebrain.github.io/HighFive/
  • Several other. See #231

Bug Fixes:

  • Fixed header dependencies. They are now all include-able (#225)
  • Fixed read/write of N-Dimensional data as nested vectors (#191)
  • Fixed data broadcasting for reading (#136)