Skip to content

Commit 31ae81f

Browse files
committed
Update NEWS.md
1 parent fc63a9b commit 31ae81f

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

NEWS.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
11
<!-- See http://style.tidyverse.org/news.html for advice on writing news -->
22

3-
# bayesplot 1.8.0.9000
3+
# bayesplot 1.8.1.9000
44

5-
Items for next release go here
5+
* `mcmc_dens()` and `mcmc_dens_overlay()` gain arguments for controlling the
6+
the density calculation. (#258)
7+
8+
* `mcmc_hist()` and `mcmc_dens()` gain argument `alpha` for controlling transparency. (#244)
69

710
* Size of points and interval lines can set in
811
`mcmc_intervals(..., outer_size, inner_size, point_size)`. (#215, #228, #229)
912

13+
14+
# bayesplot 1.8.1
15+
16+
* Fix R cmd check error on linux for CRAN
17+
1018
# bayesplot 1.8.0
1119

1220
### Bug fixes
1321

1422
* `mcmc_areas()` tries to use less vertical blank space. (#218, #230)
1523

24+
* Fix bug in `color_scheme_view()` minimal theme (#213).
25+
26+
* Fix error in `mcmc_acf()` for certain input types. (#244, #245, @hhau)
27+
1628
### New features
1729

1830
* New plotting functions `ppc_dens_overlay_grouped()` and `ppc_ecdf_overlay_grouped()`
@@ -27,7 +39,7 @@ Items for next release go here
2739
density estimation. The new argument `boundary_correction` defaults to TRUE but
2840
can be set to FALSE to recover the old version of the plot. (#171, #235,
2941
@ecoronado92)
30-
42+
3143
* CmdStanMCMC objects (from CmdStanR) can now be used with extractor
3244
functions `nuts_params()`, `log_posterior()`, `rhat()`, and
3345
`neff_ratio()`. (#227)
@@ -373,3 +385,4 @@ Initial CRAN release
373385

374386
[ggridges]: https://CRAN.R-project.org/package=ggridges
375387
"ggridges package"
388+

0 commit comments

Comments
 (0)