Skip to content

Commit a2cb4e8

Browse files
committed
update DESCRIPTION before CRAN patch release
1 parent 88f63b5 commit a2cb4e8

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

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.10.0.9000
5-
Date: 2026-06-24
4+
Version: 2.10.1
5+
Date: 2026-07-23
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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# loo (development version)
1+
# loo 2.10.1
22

3+
* Revert behavior of internal `psis_smooth_tail()` function that led to several
4+
failing tests not caught by CRAN reverse dependency checks. This change should
5+
not directly affect individual users. by @VisruthSK in #381
36
* `print.compare.loo()` regains a `simplify` argument for showing the full
4-
comparison table with `simplify = FALSE` by @florence-bockting in #383.
7+
comparison table with `simplify = FALSE` by @florence-bockting in #383.
58

69
# loo 2.10.0
710

0 commit comments

Comments
 (0)