v0.27.0
DynamicPPL v0.27.0
Breaking changes
prob"..."macro has been removed in favor of alternatives such aslogjoint,logprior, andloglikelihoodwithcondition.
Merged pull requests:
- CompatHelper: bump compat for DynamicPPL to 0.26 for package turing, (keep existing compat) (#603) (@github-actions[bot])
- Remove the
probandlogprobmacros (#604) (@sunxd3) - Refer to
logpriorinlogjoint's doc (#605) (@sunxd3)
Closed issues:
- Replace
probmacro withSimpleVarInfo(#356)