v0.6.0
DynamicPPL v0.6.0
Closed issues:
Inf
is treated as variable rather than data (#15)- Register package (#24)
- [RFC] Can the model function be made a custom closure type? (#45)
- [RFC] Distinguishing tilde methods for passing variable names to both variants (#46)
- [RFC] VarName indices: something better than strings? (#49)
- Indexing with end breaks master (#61)
- Allow users to use their own macros and
~
inside a DPPL model with $ (#62) - Syntax for modifying target log density (#69)
Merged pull requests:
- Refactor VarName (#50) (@phipsgabler)
- Refactor ModelGen and nested closures (#51) (@phipsgabler)
- Run CI tests on Julia 1.4 (#52) (@devmotion)
- Split up tilde functions based on usage (#53) (@phipsgabler)
- Take @. seriously and avoid eval (#54) (@devmotion)
- Uncomment nested model test (#55) (@phipsgabler)
- CompatHelper: bump compat for "AbstractMCMC" to "1.0" (#56) (@github-actions[bot])
- Fix error
Model not defined
(#57) (@devmotion) - Do not differentiate push! (#58) (@devmotion)
- Fixed _setval! to work with vector-indices (#59) (@torfjelde)
- Less surprising model return values (#63) (@devmotion)
- Add shorter non-display printing of VarInfo (#66) (@phipsgabler)
- Do not modify interpolated expressions (#67) (@devmotion)
- Remove
replace_tilde!
(#70) (@devmotion) - Remove
@varinfo
,@logpdf
, and@sampler
(#71) (@devmotion) - Small reorganisations. (#72) (@yebai)
- Set AbstractMCMC lower bound to v1.0 (#74) (@yebai)