Releases: aesara-devs/aeppl
Releases · aesara-devs/aeppl
v0.0.7
Changes in this release:
- Misc. transformation and log-probability fixes (e.g. for
halfnormal
andvonmises
) - Fix nested transformations
v0.0.6
Changes in this release:
- Implement general (e.g. non-homogeneous) mixture support for
aesara.tensor.stack
edRandomVariable
s indexed by either aBernoulliRV
orCategoricalRV
.
v0.0.5
Changes in this release:
- Implemented
logprob
forCategoricalRV
v0.0.4
Changes in this release:
- Added log-probabilities for
ChiSquare
andWald
- Added
RandomVariable
transforms that change constrained variables to unconstrained variables (in the extended real numbers space). These transforms wrapRandomVariable
s and are compatible withaeppl.logprob
andaeppl.joint_logprob
.
v0.0.3
Add a README
v0.0.2
Add RandomVariable log-likelihoods