You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
# bayesplot (development version)
2
2
3
+
* Added vignette sections demonstrating `*_data()` companion functions for building custom ggplot2 visualizations (#435)
3
4
* Extract `drop_singleton_values()` helper in `mcmc_nuts_treedepth()` to remove duplicated filtering logic.
4
5
* Eliminate redundant data processing in `mcmc_areas_data()` by reusing the prepared MCMC array for both interval and density computation.
5
-
* Validate equal chain lengths in `validate_df_with_chain()`, reject missing
6
-
chain labels, and renumber data-frame chain labels internally when converting
7
-
to arrays.
6
+
* Validate equal chain lengths in `validate_df_with_chain()`, reject missing chain labels, and renumber data-frame chain labels internally when converting to arrays.
8
7
* Added unit tests for previously untested edge cases in `param_range()`, `param_glue()`, and `tidyselect_parameters()` (no-match, partial-match, and negation behavior).
9
8
* Bumped minimum version for `rstantools` from `>= 1.5.0` to `>= 2.0.0` .
10
9
* Use `rlang::warn()` and `rlang::inform()` for selected PPC user messages instead of base `warning()` and `message()`.
0 commit comments