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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ If you were using these, the corresponding replacements are:
50
50
-`DynamicPPL.Sampler(S)`: just don't wrap `S`; but make sure `S` subtypes `AbstractMCMC.AbstractSampler`
51
51
-`DynamicPPL.initialstep`: directly implement `AbstractMCMC.step` and `AbstractMCMC.step_warmup` as per the AbstractMCMC interface
52
52
-`DynamicPPL.loadstate`: `Turing.loadstate` (will be introduced in the next version)
53
+
-`DynamicPPL.default_chain_type`: `Turing.default_chain_type` (will be introduced in the next version)
53
54
-`DynamicPPL.initialsampler`: `Turing.init_strategy` (will be introduced in the next version; note that this function must return an `AbstractInitStrategy`, see above for explanation)
54
55
-`DynamicPPL.default_varinfo`: `Turing.default_varinfo` (will be introduced in the next version)
0 commit comments