v0.33.1
DynamicPPL v0.33.1
- Reworked internals of
condition
anddecondition
. There are no changes to the public-facing API, but internally you can no longer usecondition
anddecondition
on an AbstractContext, you can only use it on aDynamicPPL.Model
. If you want to modify a context, useConditionContext
anddecondition_context
.