v0.7.0
DynamicPPL v0.7.0
Closed issues:
- Move tilde here and avoid VarInfo wrangling in Turing.Inference (#19)
Merged pull requests:
- Make tilde_{assume,observe} functions behave more uniformly (#76) (@phipsgabler)
- Fix SampleFromUniform and implement AbstractMCMC interface for SampleFromPrior and SampleFromUniform (#77) (@devmotion)
- Fix SampleFromUniform (#78) (@mohamed82008)
- Allow linking for SampleFromPrior (#83) (@cpfiffer)
- Use
replace_ref_begin_end!
on Julia >= 1.5.0-DEV.666 (#84) (@devmotion) - Make
logp
concretely typed by default and respect types inresetlogp!
(#86) (@devmotion) - Add minimum/maximum for NoDist (#88) (@cpfiffer)
- Make accumulation of log probabilities thread-safe (#89) (@devmotion)
- Ignore test errors on Julia nightly (#90) (@devmotion)
- Add some NoDist tests (#91) (@cpfiffer)
- Add ThreadSafeVarInfo (#92) (@devmotion)
- CompatHelper: bump compat for "Bijectors" to "0.7" (#93) (@github-actions[bot])
- Make Turing tests compatible with Libtask 0.4 (#95) (@devmotion)
- Fix the incorrect Libtask bound (#96) (@devmotion)