TuringLang / AbstractPPL.jl

Common types and interfaces for probabilistic programming
http://turinglang.org/AbstractPPL.jl/
MIT License
24 stars 6 forks source link

Bump `AbstractMCMC` version and backporting to v0.6 #89

Closed sunxd3 closed 10 months ago

devmotion commented 10 months ago

It doesn't matter here I think but ideally commits are backported with git cherry-pick. Then the backport commit is linked to the original commit on the master branch.

yebai commented 10 months ago

Probably ok ignore 0.6 and upgrade DynamicPPL/JuliaBUGS to use AbstractPPL 0.7, since the breaking part is due to deleting graph var info, which is not used anywhere.