From bc95195a7a513389b4e15bb3334b0eb23a75847b Mon Sep 17 00:00:00 2001 From: jgabry Date: Mon, 22 Jan 2024 10:02:00 -0700 Subject: [PATCH] Update NEWS.md --- NEWS.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index bd52a85a..55275753 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,12 +2,15 @@ # bayesplot 1.11.0 -ADD ANYTHING COMMITTED DIRECTLY TO PR FOR RELEASE (e.g. psis_object argument) - -ADD AUTO-GENERATED RELEASE NOTES - -* `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. -* Items for next release here +* Update for new ggplot2 release by @teunbrand in #309 +* Add `bins` argument to many histogram plots by @paul-buerkner in #300 +* Follow ggplot2 updates on `facet_grid()` and `facet_wrap()` by @heavywatal in #305 +* Better `ppc_loo_pit_qq` plots by @avehtari in #307 +* Check `prob` is numeric for intervals plots by @tony-stone in #299 +* Add `bins` and `breaks` arguments to more histogram and hex plots by @heavywatal in #313 +* Replace `size` argument with `linewidth` for `geom_line` and `geom_ridgeline` by @heavywatal in #314 +* All LOO plots now accept `psis_object` argument by @jgabry in #311 +* `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 # bayesplot 1.10.0