Skip to content

libpressio version 0.11.0

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

libpressio version 0.11.0

Major Changes

  • New pressio_data_select api based on the HDF5 select_hyperslab api.
    This functionality will support the use of sampling routines and other
    conditions where a strided subset of the data is desired
  • Introduced an internal multi-dimensional iterator

Minor Changes

  • Added compatibility checks for c++17 apis not supported by all
    supported compilers
  • CMAKE_BUILD_TYPE is now set to release by default and limited to
    valid options
  • Changed plugin construction to support libc++ by providing the full
    type instead of relying on type deduction.

Bug Fixes

  • Previously it was impossible to enable the MGRAD plugin, this has now
    been fixed.