What's Changed * Fix mixture support for the case of scalar mixture distributions with non-scalar indices by brandonwillard in https://github.com/aesara-devs/aeppl/pull/108
What's Changed * Remove unnecessary `update_rv_maps` call in `mixture_replace` by ricardoV94 in https://github.com/aesara-devs/aeppl/pull/103 * Use `IfElse` in `Mixture` log-probability when the index is scalar by ricardoV94 in https://github.com/aesara-devs/aeppl/pull/104
What's Changed * Add parameter check in Laplace `logprob` by ricardoV94 in https://github.com/aesara-devs/aeppl/pull/99 * Rename internal value variables in `factorized_joint_logprob` by ricardoV94 in https://github.com/aesara-devs/aeppl/pull/100 * Allow advanced/fancy indexing and arbitrary `Join` axes in mixtures by brandonwillard in https://github.com/aesara-devs/aeppl/pull/101
What's Changed * Import `Assert` from its new module by brandonwillard in https://github.com/aesara-devs/aeppl/pull/97 * Fix inputs filtering bug in `logprob_MixtureRV` by brandonwillard in https://github.com/aesara-devs/aeppl/pull/98
What's Changed * Raise ValueError when both edges of IntervalTransform are None by ricardoV94 in https://github.com/aesara-devs/aeppl/pull/94 * Use specialized CheckAndRaise Op in logprob graphs by ricardoV94 in https://github.com/aesara-devs/aeppl/pull/95