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
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,16 @@
1
1
<!-- See http://style.tidyverse.org/news.html for advice on writing news -->
2
2
3
-
# bayesplot 1.10.0.9000
4
-
5
-
*`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.
6
-
* Items for next release here
3
+
# bayesplot 1.11.0
4
+
5
+
* Update for new ggplot2 release by @teunbrand in #309
6
+
* Add `bins` argument to many histogram plots by @paul-buerkner in #300
7
+
* Follow ggplot2 updates on `facet_grid()` and `facet_wrap()` by @heavywatal in #305
8
+
* Better `ppc_loo_pit_qq` plots by @avehtari in #307
9
+
* Check `prob` is numeric for intervals plots by @tony-stone in #299
10
+
* Add `bins` and `breaks` arguments to more histogram and hex plots by @heavywatal in #313
11
+
* Replace `size` argument with `linewidth` for `geom_line` and `geom_ridgeline` by @heavywatal in #314
12
+
* All LOO plots now accept `psis_object` argument by @jgabry in #311
13
+
*`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. by @TeemuSailynoja in #316
7
14
8
15
# bayesplot 1.10.0
9
16
@@ -49,14 +56,14 @@ previous releases, but the new ones in this release are:
49
56
-`ppc_error_hist_grouped()`
50
57
-`ppc_error_scatter()`
51
58
-`ppc_error_binned()`
52
-
59
+
53
60
* New plotting function `ppc_km_overlay_grouped()`, the grouped variant of
54
61
`ppc_km_overlay()`. (#260, @fweber144)
55
62
56
63
*`ppc_scatter()`, `ppc_scatter_avg()`, and `ppc_scatter_avg_grouped()` gain an
57
64
argument `ref_line`, which can be set to `FALSE` to turn off the `x=y` line
58
65
drawn behind the scatterplot.
59
-
66
+
60
67
*`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)
61
68
62
69
*`mcmc_*()` functions now support all draws formats from the **posterior** package. (#277, @Ozan147)
0 commit comments