-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare for v2.6.0 #214
prepare for v2.6.0 #214
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_metric
andloo_[s]crps
functions that will be included in this release:cores
argument passed topsis
loo_[s]crps
: changell
argument tolog_lik
to matchloo_predictive_metric
I think eventually we should also add a
psis_object
argument to these functions so that it's possible to avoid rerunning psis internally (see #213) but we can do that in the future.