TuringLang / DynamicPPL.jl

Implementation of domain-specific language (DSL) for dynamic probabilistic programming
https://turinglang.org/DynamicPPL.jl/
MIT License
157 stars 26 forks source link

Add a Tapir extension to allow the reuse of `rule` #646

Closed sunxd3 closed 2 weeks ago

sunxd3 commented 3 weeks ago

https://github.com/TuringLang/DynamicPPL.jl/issues/640

sunxd3 commented 3 weeks ago

DynamicPPL still supports Julia 1.6, Tapir support 1.10 with the newest versions. Not sure what to do here...

yebai commented 3 weeks ago

The master branch of DynamicPPL contains unreleased breaking changes. For now, it is easier to open a PR against Tapir and transfer code there.

coveralls commented 3 weeks ago

Pull Request Test Coverage Report for Build 10523802467

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/DynamicPPL.jl 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Files with Coverage Reduction New Missed Lines %
src/model.jl 1 88.46%
src/logdensityfunction.jl 10 57.58%
src/threadsafe.jl 18 49.57%
<!-- Total: 29 -->
Totals Coverage Status
Change from base Build 10487776343: -0.1%
Covered Lines: 2712
Relevant Lines: 3505

💛 - Coveralls
sunxd3 commented 2 weeks ago

closed in favor of https://github.com/compintell/Tapir.jl/pull/234