Skip to content

loo v2.5.0

Compare
Choose a tag to compare
@jgabry jgabry released this 16 Mar 17:27
· 211 commits to master since this release

Improvements

  • New Frequently Asked Questions page on the package website. (#143)

  • Speed improvement from simplifying the normalization when fitting the
    generalized Pareto distribution. (#187, @sethaxen)

  • Added parallel likelihood computation to speedup loo_subsample() when using posterior approximations. (#171, @kdubovikov)

  • Switch unit tests from Travis to GitHub Actions. (#164)

Bug fixes

  • Fixed a bug causing the normalizing constant of the PSIS (log) weights not
    to get updated when performing moment matching with save_psis = TRUE (#166, @fweber144).