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: HISTORY.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,10 @@ The `resume_from=chn` keyword argument to `sample` has been removed; please use
61
61
62
62
**Other changes**
63
63
64
+
### `predict(model, chain; include_all)`
65
+
66
+
The `include_all` keyword argument for `predict` now works even when no RNG is specified (previously it would only work when an RNG was explicitly passed).
67
+
64
68
### `setleafcontext(model, context)`
65
69
66
70
This convenience method has been added to quickly modify the leaf context of a model.
0 commit comments