Skip to content

Commit 4dc7ad0

Browse files
committed
Add a note to changelog about Turing.Inference.Transition
1 parent f1920b5 commit 4dc7ad0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ When sampling using MCMCChains, the chain object will no longer have its `chain.
7272
Instead, you can calculate this yourself from the log-likelihoods stored in the chain.
7373
For SMC samplers, the log-evidence of the entire trajectory is stored in `chain[:logevidence]` (which is the same for every particle in the 'chain').
7474

75+
### `Turing.Inference.Transition`
76+
77+
`Turing.Inference.Transition(model, vi[, stats])` has been removed; you can directly replace this with `DynamicPPL.ParamsWithStats(vi, model[, stats])`.
78+
7579
## AdvancedVI 0.6
7680

7781
Turing.jl v0.42 updates `AdvancedVI.jl` compatibility to 0.6 (we skipped the breaking 0.5 update as it does not introduce new features).

0 commit comments

Comments
 (0)