Skip to content

Commit 1d6f585

Browse files
authored
Merge pull request #375 from stan-dev/release-2.10
Preparation of loo release 2.10
2 parents 9ca62e2 + e95f8b0 commit 1d6f585

3 files changed

Lines changed: 15 additions & 14 deletions

File tree

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ vignettes/loo2-non-factorized_cache/*
2525
^_pkgdown\.yml$
2626
^pkgdown$
2727
^touchstone$
28+
^.git-blame-ignore-revs
29+
^notes-release.md

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: loo
33
Title: Efficient Leave-One-Out Cross-Validation and WAIC for Bayesian Models
4-
Version: 2.9.0.9000
5-
Date: 2025-12-22
4+
Version: 2.10.0
5+
Date: 2026-06-24
66
Authors@R: c(
77
person("Aki", "Vehtari", email = "Aki.Vehtari@aalto.fi", role = "aut"),
88
person("Jonah", "Gabry", email = "jgabry@gmail.com", role = c("cre", "aut")),

NEWS.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
# loo (development version)
1+
# loo 2.10.0
2+
3+
* Updates to `loo_compare` output by @jgabry, @avehtari, @florence-bockting in #300:
4+
- new output columns `p_worse`, `diag_diff`, `diag_elpd`
5+
- returned object is now a `data.frame` instead of a `matrix`
6+
* Add new `kfold.print` method by @florence-bockting in #342
7+
* Add touchstone performance benchmarks by @VisruthSK in #352
8+
* Use `posterior::gpdfit` and `posterior::qgeneralized_pareto` by @avehtari in #305
9+
* Fix bug in IS method error message + documentation typos by @ishaan-arora-1 in #326
10+
* Shortened `?loo_subsample` title and improved description by @vinniott in #339
11+
* Add AI contribution policy by @florence-bockting in #361
212

3-
## Breaking changes
4-
5-
* `loo_compare()` now returns a data frame instead of a matrix and has
6-
additional columns. Code that relies on matrix-specific behaviour will need to
7-
be updated accordingly by @jgabry, @avehtari, @florence-bockting in #300
8-
9-
## New features
10-
11-
* `loo_compare()` output now includes additional columns: `p_worse`,
12-
`diag_diff`, and `diag_elpd`, providing richer diagnostics for model
13-
comparison by @florence-bockting in #300
1413

1514
# loo 2.9.0
1615

0 commit comments

Comments
 (0)