libpressio version 0.32.0
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
andpressio_options
now take astd::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.