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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ ADD ANYTHING COMMITTED DIRECTLY TO PR FOR RELEASE (e.g. psis_object argument)
6
6
7
7
ADD AUTO-GENERATED RELEASE NOTES
8
8
9
+
*`ppc_pit_ecdf()` and `ppc_pit_ecdf_grouped()` now support discrete variables, and their default method for selecting the number of ECDF evaluation points has been updated.
10
+
* Items for next release here
11
+
9
12
# bayesplot 1.10.0
10
13
11
14
* New function `mcmc_rank_ecdf()` for rank ecdf plots with confidence bands for
@@ -50,14 +53,14 @@ previous releases, but the new ones in this release are:
50
53
-`ppc_error_hist_grouped()`
51
54
-`ppc_error_scatter()`
52
55
-`ppc_error_binned()`
53
-
56
+
54
57
* New plotting function `ppc_km_overlay_grouped()`, the grouped variant of
55
58
`ppc_km_overlay()`. (#260, @fweber144)
56
59
57
60
*`ppc_scatter()`, `ppc_scatter_avg()`, and `ppc_scatter_avg_grouped()` gain an
58
61
argument `ref_line`, which can be set to `FALSE` to turn off the `x=y` line
59
62
drawn behind the scatterplot.
60
-
63
+
61
64
*`ppc_ribbon()` and `ppc_ribbon_grouped()` gain argument `y_draw` that specifies whether the observed y should be plotted using a point, line, or both. (#257, @charlesm93)
62
65
63
66
*`mcmc_*()` functions now support all draws formats from the **posterior** package. (#277, @Ozan147)
0 commit comments