File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ assessing if two or more chains sample the same distribution (#282,
8
8
* New functions ` ppc_pit_ecdf() ` , ` ppc_pit_ecdf_grouped() ` , PIT ecdf plots with
9
9
confidence bands to assess if ` y ` and ` yrep ` contain samples from the same
10
10
distribution. (#282 , @TeemuSailynoja )
11
- * New ` linewidth ` argument (introduced in recent ggplot2 release) for
12
- ` ppc_bars() ` , ` ppc_bars_grouped() ` , ` ppc_intervals() ` ,
13
- ` ppc_intervals_grouped() ` , ` ppd_intervals() ` , ` ppd_intervals_grouped() ` .
14
- * Fix failing tests due to latest ggplot2 release (#289 )
11
+ * Several ` ppc ` and ` ppd ` functions now accept the new ` linewidth ` argument
12
+ introduced in ggplot2 3.4.0: ` ppc_bars() ` , ` ppc_bars_grouped() ` ,
13
+ ` ppc_intervals() ` , ` ppc_intervals_grouped() ` , ` ppd_intervals() ` ,
14
+ ` ppd_intervals_grouped() ` .
15
+ * Fix failing tests due to changes in ggplot2 3.4.0 (#289 )
15
16
16
17
# bayesplot 1.9.0
17
18
You can’t perform that action at this time.
0 commit comments