Skip to content

libpressio version 0.49.1

Compare
Choose a tag to compare
@robertu94 robertu94 released this 06 Nov 16:55
· 168 commits to master since this release

libpressio version 0.49.1

Major Changes

  • Tweaked definition of stability to include the options/configuration
    returned by a module when a particular key is returned in the
    configuration. See the README for details.

Minor Changes

  • Updated documentation for plugins to document recent modules.
  • Added Sheng Di to the list of authors of LibPressio to recognize his
    code contributions to the SZ, Digit Rounding, Bit Grooming, and other
    libpressio modules and overall design.

Bug Fixes

  • Fix misspelling in kl_divergance module
  • Pearson's module incorrectly did not compute the mean causing metrics
    to be wrong
  • KS test wrongly did not treat data as const resulting in modules
    coming after ks_test to produce incorrect results.