Skip to content

libpressio version 0.9.0

Compare
Choose a tag to compare
@robertu94 robertu94 released this 10 Aug 16:02
· 253 commits to master since this release

libpressio version 0.9.0

Major Features

  • New MGARD compressor plugin
  • Provided the ability to disable compressor plugins at compile time.
  • Breaking Change: the compressor_compress and compressor_decompress and
    implementing functions now accept the input as const instead of
    mutable. This was done to reduce user surprise

Bug Fixes:

  • Removed invalid uses of constexpr
  • Added Header include guards that were missing
  • Corrected naming inconsistency between pressio_data_num_dimensions and
    pressio_data::num_dimensions. New pressio_data::dimentions function
    returns a copy of the vector of the sizes.