Skip to content

Commit 2b19358

Browse files
committed
bump version
1 parent 88d4aec commit 2b19358

3 files changed

Lines changed: 6 additions & 11 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ vignettes/loo2-lfo_cache/*
1515
vignettes/loo2-non-factorizable_cache/*
1616
^\.appveyor\.yml$
1717
^\.codecov\.yml$
18+
.github/*

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: loo
22
Type: Package
33
Title: Efficient Leave-One-Out Cross-Validation and WAIC for Bayesian Models
4-
Version: 2.2.0.9000
5-
Date: 2019-12-18
4+
Version: 2.3.0
5+
Date: 2020-07-06
66
Authors@R: c(person("Aki", "Vehtari", email = "Aki.Vehtari@aalto.fi", role = c("aut")),
77
person("Jonah", "Gabry", email = "jsg2201@columbia.edu", role = c("cre", "aut")),
88
person("Mans", "Magnusson", role = c("aut")),

NEWS.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
<!--
2-
# loo 2.3.0.9000
3-
4-
(GitHub issue/PR number in parentheses)
5-
6-
* Items for next release
7-
-->
81

9-
10-
# loo 2.2.0.9000
2+
# loo 2.3.0
113

124
(GitHub issue/PR number in parentheses)
135

@@ -21,6 +13,8 @@ update a `loo` object when Pareto k estimates are large. (#130)
2113
when returned to the user. This should be less confusing for anyone using
2214
the `weights()` method to make an importance sampler. (#112, #146)
2315

16+
* MCSE calculation is now deterministic (#116, #147)
17+
2418

2519
# loo 2.2.0
2620

0 commit comments

Comments
 (0)