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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# bayesplot (development version)
2
2
3
-
* Validate equal chain lengths in `validate_df_with_chain()`.
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.
4
6
* Added unit tests for previously untested edge cases in `param_range()`, `param_glue()`, and `tidyselect_parameters()` (no-match, partial-match, and negation behavior).
5
7
* Bumped minimum version for `rstantools` from `>= 1.5.0` to `>= 2.0.0` .
6
8
* Use `rlang::warn()` and `rlang::inform()` for selected PPC user messages instead of base `warning()` and `message()`.
0 commit comments