Skip to content

Commit be0d2ad

Browse files
committed
forgot one function
1 parent e5e98e1 commit be0d2ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ If you were using these, the corresponding replacements are:
5050
- `DynamicPPL.Sampler(S)`: just don't wrap `S`; but make sure `S` subtypes `AbstractMCMC.AbstractSampler`
5151
- `DynamicPPL.initialstep`: directly implement `AbstractMCMC.step` and `AbstractMCMC.step_warmup` as per the AbstractMCMC interface
5252
- `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)
5354
- `DynamicPPL.initialsampler`: `Turing.init_strategy` (will be introduced in the next version; note that this function must return an `AbstractInitStrategy`, see above for explanation)
5455
- `DynamicPPL.default_varinfo`: `Turing.default_varinfo` (will be introduced in the next version)
5556

0 commit comments

Comments
 (0)