File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21# 0.41
32
43Removed ` LogDensityFunctionWrapper ` and ` VarInfo(::MarginalLogDensity, ...) `
54from the MarginalLogDensities extension. Users should now use
65` DynamicPPL.InitFromVector(mld, ...) ` to obtain an initialisation strategy
76and pass it to ` init!! ` to get a consistent ` VarInfo ` .
8- =======
7+
98# 0.40.15
109
1110DynamicPPL now allows you to set the type that log-probabilities are initialised with, using the ` DynamicPPL.set_logprob_type! ` function.
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ A `MarginalLogDensity` object acts as a function which maps non-marginalised par
173173To obtain an initialisation strategy reflecting the state of the marginalisation, you can use:
174174
175175``` @docs
176- InitFromVector(::MarginalLogDensities.MarginalLogDensity{<:DynamicPPL.LogDensityFunction} , ::Union{AbstractVector,Nothing})
176+ InitFromVector(::MarginalLogDensities.MarginalLogDensity, ::Union{AbstractVector,Nothing})
177177```
178178
179179## Models within models
You can’t perform that action at this time.
0 commit comments