Skip to content

Commit 57a19b8

Browse files
committed
bump version number and minor edit to NEWS
1 parent 6c93717 commit 57a19b8

3 files changed

Lines changed: 7 additions & 139 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Package
22
Package: loo
33
Title: Efficient Leave-One-Out Cross-Validation and WAIC for Bayesian Models
44
Version: 2.10.0
5-
Date: 2026-06-11
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: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# loo 2.10.0
22

3-
* Fix bug in IS method error message + documentation typos by @ishaan-arora-1 in #326
4-
* Shortened `?loo_subsample` title and edited description by @vinniott in #339
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`
56
* Add new `kfold.print` method by @florence-bockting in #342
6-
* Add touchstone by @VisruthSK in #352
7+
* Add touchstone performance benchmarks by @VisruthSK in #352
78
* Use `posterior::gpdfit` and `posterior::qgeneralized_pareto` by @avehtari in #305
8-
* Update `loo_compare` output by @jgabry, @avehtari, @florence-bockting in #300
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
911
* Add AI contribution policy by @florence-bockting in #361
1012

1113

notes-release.md

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)