|
1 | 1 | # loo (development version) |
2 | 2 |
|
3 | | -## Breaking changes |
| 3 | +* Update user messages in `print()` by @ishaan-arora-1, @florence-bockting in |
| 4 | +#328. |
4 | 5 |
|
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 |
| 6 | +# loo 2.10.1 |
8 | 7 |
|
9 | | -## New features |
| 8 | +* Revert behavior of internal `psis_smooth_tail()` function that led to several |
| 9 | +failing tests not caught by CRAN reverse dependency checks. This change should |
| 10 | +not directly affect individual users. by @VisruthSK in #381 |
| 11 | +* `print.compare.loo()` regains a `simplify` argument for showing the full |
| 12 | +comparison table with `simplify = FALSE` by @florence-bockting in #383. |
| 13 | + |
| 14 | +# loo 2.10.0 |
| 15 | + |
| 16 | +* Updates to `loo_compare` output by @jgabry, @avehtari, @florence-bockting in #300: |
| 17 | + - new output columns `p_worse`, `diag_diff`, `diag_elpd` |
| 18 | + - returned object is now a `data.frame` instead of a `matrix` |
| 19 | +* Add new `kfold.print` method by @florence-bockting in #342 |
| 20 | +* Add touchstone performance benchmarks by @VisruthSK in #352 |
| 21 | +* Use `posterior::gpdfit` and `posterior::qgeneralized_pareto` by @avehtari in #305 |
| 22 | +* Fix bug in IS method error message + documentation typos by @ishaan-arora-1 in #326 |
| 23 | +* Shortened `?loo_subsample` title and improved description by @vinniott in #339 |
| 24 | +* Add AI contribution policy by @florence-bockting in #361 |
10 | 25 |
|
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 |
14 | 26 |
|
15 | 27 | # loo 2.9.0 |
16 | 28 |
|
|
0 commit comments