Skip to content

Commit 0e635df

Browse files
committed
Update NEWS.md
1 parent f3b75a2 commit 0e635df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

NEWS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ previous releases, but the new ones in this release are:
3737
* `ppc_scatter()`, `ppc_scatter_avg()`, and `ppc_scatter_avg_grouped()` gain an
3838
argument `ref_line`, which can be set to `FALSE` to turn off the `x=y` line
3939
drawn behind the scatterplot.
40+
41+
* `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)
4042

4143
* `mcmc_*()` functions now support all draws formats from the **posterior** package. (#277, @Ozan147)
4244

@@ -48,9 +50,6 @@ previous releases, but the new ones in this release are:
4850
* `mcmc_areas()` and `mcmc_areas_ridges()` gain an argument `border_size` for
4951
controlling the thickness of the ridgelines. (#224)
5052

51-
* Extractors `nuts_params()`, `log_posterior()`, `rhat()`, and `neff_ratio()`
52-
now support CmdStanMCMC objects from CmdStanR.
53-
5453
# bayesplot 1.8.1
5554

5655
* Fix R cmd check error on linux for CRAN

0 commit comments

Comments
 (0)