TuringLang / AbstractPPL.jl

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

Is the graph-based interface used anywhere? #82

Closed torfjelde closed 1 year ago

torfjelde commented 1 year ago

AFAIK the graph-based interface in AbstractPPL.jl isn't actually used for anything?

Hence, are people opposed to just removing the code related to it?

I'm slightly worried it's just laying there dorment, without anyone using nor working on it. I was reminded of this because of an versioning-issue someone ran into on Julia 1.7.2 because we're restricted to Julia 1.7.3 and upwards on AbstractPPL@0.[5-6].2, which is a change that traces back to a related PR (https://github.com/TuringLang/AbstractPPL.jl/pull/63).

yebai commented 1 year ago

No, and it can be safely removed now in favour of JuliaBUGS.