You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,17 @@
1
1
# bayesplot (development version)
2
2
3
-
* Add possibility for left-truncation to `ppc_km_overlay()` and `ppc_km_overlay_grouped()` by @Sakuski
4
-
* Added `ppc_loo_pit_ecdf()` by @TeemuSailynoja
5
3
* PPC "avg" functions (`ppc_scatter_avg()`, `ppc_error_scatter_avg()`, etc.) gain a `stat` argument to set the averaging function. (Suggestion of #348, @kruschke).
6
4
*`ppc_error_scatter_avg_vs_x(x = some_expression)` labels the *x* axis with `some_expression`.
7
5
6
+
# bayesplot 1.13.0
7
+
8
+
* Add `ppc_loo_pit_ecdf()` by @TeemuSailynoja (#345)
9
+
* Add possibility for left-truncation to `ppc_km_overlay()` and `ppc_km_overlay_grouped()` by @Sakuski (#347)
10
+
* Give user control over extrapolation in `ppc_km_overlay()` and `ppc_km_overlay_grouped()` by @Sakuski (#353)
11
+
* Allow passing `moment_match` via `...` for loo functions by @n-kall (#351)
12
+
* Skip some tests when missing Suggests by @MichaelChirico (#344)
13
+
* Remove a test that will fail with next ggplot2 release (#356)
14
+
8
15
# bayesplot 1.12.0
9
16
10
17
* Expand checking workflows to more platforms by @andrjohns (#324)
0 commit comments