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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# bayesplot (development version)
2
2
3
-
* Deprecated `rhat()` and `neff_ratio()` in favor of `extract_rhat()` and `extract_neff_ratio()` to avoid masking the same-named (but different) functions in the **posterior** package. The old names still work but emit a deprecation warning. (#295)
3
+
* Deprecated `rhat()` and `neff_ratio()` in favor of `extract_rhat()` and `extract_neff_ratio()`.
4
4
* Fixed `validate_chain_list()` colnames check to compare all chains, not just the first two.
5
5
* Added test verifying `legend_move("none")` behaves equivalently to `legend_none()`.
6
6
* Added singleton-dimension edge-case tests for exported `_data()` functions.
0 commit comments