1
1
<!-- See http://style.tidyverse.org/news.html for advice on writing news -->
2
2
3
- # bayesplot 1.8.0 .9000
3
+ # bayesplot 1.8.1 .9000
4
4
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 )
6
9
7
10
* Size of points and interval lines can set in
8
11
` mcmc_intervals(..., outer_size, inner_size, point_size) ` . (#215 , #228 , #229 )
9
12
13
+
14
+ # bayesplot 1.8.1
15
+
16
+ * Fix R cmd check error on linux for CRAN
17
+
10
18
# bayesplot 1.8.0
11
19
12
20
### Bug fixes
13
21
14
22
* ` mcmc_areas() ` tries to use less vertical blank space. (#218 , #230 )
15
23
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
+
16
28
### New features
17
29
18
30
* New plotting functions ` ppc_dens_overlay_grouped() ` and ` ppc_ecdf_overlay_grouped() `
@@ -27,7 +39,7 @@ Items for next release go here
27
39
density estimation. The new argument ` boundary_correction ` defaults to TRUE but
28
40
can be set to FALSE to recover the old version of the plot. (#171 , #235 ,
29
41
@ecoronado92 )
30
-
42
+
31
43
* CmdStanMCMC objects (from CmdStanR) can now be used with extractor
32
44
functions ` nuts_params() ` , ` log_posterior() ` , ` rhat() ` , and
33
45
` neff_ratio() ` . (#227 )
@@ -373,3 +385,4 @@ Initial CRAN release
373
385
374
386
[ ggridges ] : https://CRAN.R-project.org/package=ggridges
375
387
"ggridges package"
388
+
0 commit comments