Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ vignettes/loo2-non-factorized_cache/*
^_pkgdown\.yml$
^pkgdown$
^touchstone$
^.git-blame-ignore-revs
^notes-release.md
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: loo
Title: Efficient Leave-One-Out Cross-Validation and WAIC for Bayesian Models
Version: 2.9.0.9000
Date: 2025-12-22
Version: 2.10.0
Date: 2026-06-24
Authors@R: c(
person("Aki", "Vehtari", email = "Aki.Vehtari@aalto.fi", role = "aut"),
person("Jonah", "Gabry", email = "jgabry@gmail.com", role = c("cre", "aut")),
Expand Down
23 changes: 11 additions & 12 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# loo (development version)
# loo 2.10.0

* Updates to `loo_compare` output by @jgabry, @avehtari, @florence-bockting in #300:
- new output columns `p_worse`, `diag_diff`, `diag_elpd`
- returned object is now a `data.frame` instead of a `matrix`
* Add new `kfold.print` method by @florence-bockting in #342
* Add touchstone performance benchmarks by @VisruthSK in #352
* Use `posterior::gpdfit` and `posterior::qgeneralized_pareto` by @avehtari in #305
* Fix bug in IS method error message + documentation typos by @ishaan-arora-1 in #326
* Shortened `?loo_subsample` title and improved description by @vinniott in #339
* Add AI contribution policy by @florence-bockting in #361

## Breaking changes

* `loo_compare()` now returns a data frame instead of a matrix and has
additional columns. Code that relies on matrix-specific behaviour will need to
be updated accordingly by @jgabry, @avehtari, @florence-bockting in #300

## New features

* `loo_compare()` output now includes additional columns: `p_worse`,
`diag_diff`, and `diag_elpd`, providing richer diagnostics for model
comparison by @florence-bockting in #300

# loo 2.9.0

Expand Down
Loading