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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,11 @@ Other functions such as `tilde_assume` and `assume` (and their `observe` counter
50
50
Note that this was effectively already the case in DynamicPPL 0.37 (where they were just wrappers around each other).
51
51
The separation of these functions was primarily implemented to avoid performing extra work where unneeded (e.g. to not calculate the log-likelihood when `PriorContext` was being used). This functionality has since been replaced with accumulators (see the 0.37 changelog for more details).
52
52
53
+
### Removal of `resume_from`
54
+
55
+
The `resume_from=chn` keyword argument to `sample` has been removed; please use `initial_state=DynamicPPL.loadstate(chn)` instead.
56
+
`loadstate` is exported from DynamicPPL.
57
+
53
58
**Other changes**
54
59
55
60
### Reimplementation of functions using `InitContext`
0 commit comments