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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
* Deprecate user-facing `size` arguments that controlled line width in favor of `linewidth` across all plotting functions.
4
4
* Deprecate the `fatten` argument in `ppc_intervals()`, `ppd_intervals()`, `ppc_loo_intervals()`, `ppc_bars()`, and their grouped variants. Point size in `geom_pointrange()` is now controlled directly by `size`.
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.
5
8
* Added unit tests for previously untested edge cases in `param_range()`, `param_glue()`, and `tidyselect_parameters()` (no-match, partial-match, and negation behavior).
6
9
* Bumped minimum version for `rstantools` from `>= 1.5.0` to `>= 2.0.0` .
7
10
* Use `rlang::warn()` and `rlang::inform()` for selected PPC user messages instead of base `warning()` and `message()`.
0 commit comments