Skip to content

libpressio version 0.48.0

Compare
Choose a tag to compare
@robertu94 robertu94 released this 06 Oct 15:30
· 170 commits to master since this release

libpressio version 0.48.0

Major Changes

  • BREAKING CHANGE: compressors now automatically reset the
    error status when calling into them. Compressors were supposed to do
    this themselves before, but this simplifies implementation
  • BREAKING CHANGE: pressio_distributed_manager::bcast now uses it's root
    member
  • MGARD plugin now catches all exceptions thrown from MGARD to set a
    warning/error as appropriate.
  • Restore random access mode to SZ

Bug Fixes

  • composite_plugin::clone() now returns a full instead of a partial
    clone