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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# bayesplot (development version)
2
2
3
+
* Validate equal chain lengths in `validate_df_with_chain()`, reject missing
4
+
chain labels, and renumber data-frame chain labels internally when converting
5
+
to arrays.
6
+
* Added unit tests for previously untested edge cases in `param_range()`, `param_glue()`, and `tidyselect_parameters()` (no-match, partial-match, and negation behavior).
7
+
* Bumped minimum version for `rstantools` from `>= 1.5.0` to `>= 2.0.0` .
3
8
* Use `rlang::warn()` and `rlang::inform()` for selected PPC user messages instead of base `warning()` and `message()`.
4
9
* Standardize input validation errors in `ppc_km_overlay()` and interpolation helpers to use `rlang::abort()` for consistent error handling.
5
10
* Fix assignment-in-call bug in `mcmc_rank_ecdf()` (#).
0 commit comments