Skip to content

Commit 1122b4b

Browse files
committed
Update NEWS.md
1 parent dc91b58 commit 1122b4b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

NEWS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ assessing if two or more chains sample the same distribution (#282,
88
* New functions `ppc_pit_ecdf()`, `ppc_pit_ecdf_grouped()`, PIT ecdf plots with
99
confidence bands to assess if `y` and `yrep` contain samples from the same
1010
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)
1516

1617
# bayesplot 1.9.0
1718

0 commit comments

Comments
 (0)