Releases: TuringLang/DynamicPPL.jl
Releases · TuringLang/DynamicPPL.jl
v0.19.1
DynamicPPL v0.19.1
v0.19.0
DynamicPPL v0.19.0
v0.18.0
DynamicPPL v0.18.0
v0.17.10
DynamicPPL v0.17.10
Merged pull requests:
- CompatHelper: bump compat for AbstractMCMC to 4 for package test, (keep existing compat) (#392) (@github-actions[bot])
v0.17.9
v0.17.8
DynamicPPL v0.17.8
v0.17.7
DynamicPPL v0.17.7
v0.17.6
v0.17.5
DynamicPPL v0.17.5
v0.17.4
DynamicPPL v0.17.4
Closed issues:
- Support sampling from model in model (#13)
- Poor support of using column in IO (#17)
- [RFC] Introduce an additional assume operator
⩪
(dotsim) for varying dimensional models (#11) - Create a struct for VariableSpace (#10)
- Optimizing access pattern for static and deterministic models (#8)
- Gibbs sampler caching optimization for statically structured models (#9)
- Rename logp to logjoint and cache loglikelihood by default (#6)
- Gibbs sampling - Use blocks to reduce computation (#14)
- Turing models as distributions (#4)
- prob macro - pre-allocation syntax (#3)
- Immutable parameters support (#1)
- Confusing error for setindex! on VarInfo (#47)
- Julia 1.4 support (#87)
- Splitting varinfo.jl (#118)
- Gripes and anti-gripes about VarInfo (#119)
- User-friendly errror messages for prob macro (#135)
- Transpiling Turing models to the GFI (#152)
- Prob macro while following Guide documentation throws "AssertionError: model isa Model" (#182)
- Querying from a chain given an explicitly ignored variable throws an error (#198)
- Get rid of
_getvalue
&getval
(#283) - Invalid strict evaluation of default argument expressions (#325)
- Recent update causes method ambiguity with tilde_assume + submodel (#359)
- Indexing into
SimpleVarInfo
(#363)