Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@Wentzell Wentzell released this 08 Sep 15:16
· 3 commits to 1.0.x since this release

h5 is a high-level C++ interface to the hdf5 library, which

  • Provides write and read functions for various STL container types
  • Provides a generic array_interface to store and load
    multi-dimensional arrays
  • Takes an RAII approach to manage the reference counting.
  • Comes with Python bindings.

This is the initial release for this project.