Skip to content

libpressio version 0.24.0

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

libpressio version 0.24.0

Major Changes

  • Metrics may now have options. Some statistics have configuration
    parameters that may need to be set (i.e. which shell to use, or a
    constant that is used in a formula). This patch makes it accessible
    via the compressor object and the metrics object. Added supporting
    test cases.
  • pressio_metrics and pressio_compressor now behave like shared_ptr with
    respect to supporting operator*() and operator->(). This is an ABI
    break for pressio_metrics.

Bug fixes

  • POSIX IO module now correctly frees memory passed in by the user when
    required. This corrects an incorrect implementation of its semantics
    as documented.