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-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,15 @@
2
2
3
3
# bayesplot 1.11.0
4
4
5
-
ADD ANYTHING COMMITTED DIRECTLY TO PR FOR RELEASE (e.g. psis_object argument)
6
-
7
-
ADD AUTO-GENERATED RELEASE NOTES
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
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
0 commit comments