* Value variables passed to `joint_logprob` are no longer cloned
0.0.10
Changes in this release: - Removed `vars` argument from `factorized_joint_logprob` - Added `sum` flag to `joint_logprob` - Created a factorized version of `joint_logprob`: `factorized_joint_logprob`
0.0.9
Changes in this release:
* Fixed an issue with value variable tracking * `joint_logprob` now allows multiple variable arguments
0.0.8
Changes in this release: * Variable-specific transforms are now possible * `joint_logprob` now takes multiple variable arguments * `joint_logprob` computes the total sum of its component log-probabilities
0.0.7
Changes in this release:
* Misc. transformation and log-probability fixes (e.g. for `halfnormal` and `vonmises`) * Fix nested transformations
0.0.6
Changes in this release:
* Implement general (e.g. non-homogeneous) mixture support for `aesara.tensor.stack`ed `RandomVariable`s indexed by either a `BernoulliRV` or `CategoricalRV`.