ReactiveBayes / GraphPPL.jl

DSL for probabilistic models specification and probabilistic programming.
MIT License
27 stars 4 forks source link

Do not use the plus for stacked constraints #241

Closed bvdmitri closed 2 weeks ago

bvdmitri commented 2 weeks ago

This PR updates the stacked constraints to use tuples instead of the plus sign, which was an internal implementation detail of ReactiveMP. This change introduces minor breaking changes, but these were previously undocumented (this PR also adds the necessary documentation). Patches for ReactiveMP and RxInfer are forthcoming. After merging this PR, the minor version should be incremented.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.74%. Comparing base (b3ae2a6) to head (423b2f4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #241 +/- ## ========================================== + Coverage 90.72% 90.74% +0.01% ========================================== Files 15 15 Lines 2071 2075 +4 ========================================== + Hits 1879 1883 +4 Misses 192 192 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.