Skip to content

libpressio version 0.32.0

Compare
Choose a tag to compare
@robertu94 robertu94 released this 21 Aug 02:02
· 59 commits to master since this release

libpressio version 0.32.0

Major Changes

  • Introduced the concept of Generic IO as a new concept and extension
    point. The existing HDF5 and POSIX formats are supported in Generic
    IO. Test cases and documentation were added to support this use case.
    At this point, General IO will not replace the existing IO functions.
    Existing IO functions MAY be deprecated in a upcoming release once the
    Generic IO features have had time to stabilize.
  • External Metrics version 2 now supports using generic IO to output the
    files for analysis.
  • pressio_data and pressio_options now take a std::initalizer_list as a
    constructor to make it easier to construct these types in testing and
    script-like code. This means that these data structures are no longer
    trivially constructable.

Minor Changes

  • Some internal code was refactored to use newer interfaces.