Skip to content

v0.33.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 17:13
e673b69

DynamicPPL v0.33.1

Diff since v0.33.0

  • Reworked internals of condition and decondition. There are no changes to the public-facing API, but internally you can no longer use condition and decondition on an AbstractContext, you can only use it on a DynamicPPL.Model. If you want to modify a context, use ConditionContext and decondition_context.