|
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 | | -### New features |
| 5 | +* `mcmc_*()` functions now support all draws formats from the **posterior** package. (#277, @Ozan147) |
| 6 | + |
| 7 | +* `mcmc_dens()` and `mcmc_dens_overlay()` gain arguments for controlling the |
| 8 | + the density calculation. (#258) |
| 9 | + |
| 10 | +* `mcmc_hist()` and `mcmc_dens()` gain argument `alpha` for controlling transparency. (#244) |
| 11 | + |
| 12 | +* `mcmc_areas()` and `mcmc_areas_ridges()` gain an argument `border_size` for |
| 13 | +controlling the thickness of the ridgelines. (#224) |
6 | 14 |
|
7 | 15 | * New plotting function `ppc_km_overlay_grouped()`, the grouped variant of |
8 | | - `ppc_km_overlay()`. (#260) |
| 16 | + `ppc_km_overlay()`. (#260, @fweber144) |
9 | 17 |
|
| 18 | +# bayesplot 1.8.1 |
| 19 | + |
| 20 | +* Fix R cmd check error on linux for CRAN |
10 | 21 |
|
11 | 22 | # bayesplot 1.8.0 |
12 | 23 |
|
|
27 | 38 | * New plotting function `ppc_km_overlay()` for outcome variables that are |
28 | 39 | right-censored. Empirical CCDF estimates of `yrep` are compared with the |
29 | 40 | Kaplan-Meier estimate of `y`. (#233, #234, @fweber144) |
30 | | - |
| 41 | + |
31 | 42 | * `ppc_loo_pit_overlay()` now uses a boundary correction for an improved kernel |
32 | 43 | density estimation. The new argument `boundary_correction` defaults to TRUE but |
33 | 44 | can be set to FALSE to recover the old version of the plot. (#171, #235, |
|
36 | 47 | * CmdStanMCMC objects (from CmdStanR) can now be used with extractor |
37 | 48 | functions `nuts_params()`, `log_posterior()`, `rhat()`, and |
38 | 49 | `neff_ratio()`. (#227) |
39 | | - |
| 50 | + |
40 | 51 | * On the y axis, `ppc_loo_pit_qq(..., compare = "normal")` now plots standard |
41 | 52 | normal quantiles calculated from the PIT values (instead of the standardized |
42 | 53 | PIT values). (#240, #243, @fweber144) |
|
0 commit comments