Skip to content

Commit 50d6cfa

Browse files
committed
Remove stray merge conflict marker from HISTORY.md
1 parent b85ef07 commit 50d6cfa

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

HISTORY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
21
# 0.41
32

43
Removed `LogDensityFunctionWrapper` and `VarInfo(::MarginalLogDensity, ...)`
54
from the MarginalLogDensities extension. Users should now use
65
`DynamicPPL.InitFromVector(mld, ...)` to obtain an initialisation strategy
76
and pass it to `init!!` to get a consistent `VarInfo`.
8-
=======
7+
98
# 0.40.15
109

1110
DynamicPPL now allows you to set the type that log-probabilities are initialised with, using the `DynamicPPL.set_logprob_type!` function.

docs/src/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ A `MarginalLogDensity` object acts as a function which maps non-marginalised par
173173
To 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

0 commit comments

Comments
 (0)