Conversation
Codecov Report
@@ Coverage Diff @@
## master #214 +/- ##
==========================================
+ Coverage 93.09% 93.31% +0.21%
==========================================
Files 30 30
Lines 2768 2768
==========================================
+ Hits 2577 2583 +6
+ Misses 191 185 -6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
use saveRDS(..., version = 2)
|
@avehtari I think this release is ready. I'm about to be traveling for a few days, but I will submit to CRAN next week when I'm back. Draft of release notes: loo v2.6.0
|
|
proposed in Silva and Zanella (2022). -> proposed by Silva and Zanella (2022). |
|
loo v2.6.0 is now on CRAN. I'm working on updating the loo website now |
|
Excellent! |
Branch for preparing the 2.6.0 release. @avehtari I will wait to merge this and do the release until the vignette in #210 is ready so that we can include it (I think it's almost ready).
@LeeviLindgren This branch also includes a few minor changes to the
loo_predictive_metricandloo_[s]crpsfunctions that will be included in this release:coresargument passed topsisloo_[s]crps: changellargument tolog_likto matchloo_predictive_metricI think eventually we should also add a
psis_objectargument to these functions so that it's possible to avoid rerunning psis internally (see #213) but we can do that in the future.