Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

v2.1: Release 2.1 (#231)

Compare
Choose a tag to compare
@alkino alkino released this 30 Oct 09:35
· 432 commits to master since this release
93afd18

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)