Skip to content

Releases: aesara-devs/aeppl

v0.0.7

30 Jul 06:04
Compare
Choose a tag to compare

Changes in this release:

  • Misc. transformation and log-probability fixes (e.g. for halfnormal and vonmises)
  • Fix nested transformations

v0.0.6

17 Jul 02:19
Compare
Choose a tag to compare

Changes in this release:

  • Implement general (e.g. non-homogeneous) mixture support for aesara.tensor.stacked RandomVariables indexed by either a BernoulliRV or CategoricalRV.

v0.0.5

21 Jun 14:58
Compare
Choose a tag to compare

Changes in this release:

  • Implemented logprob for CategoricalRV

v0.0.4

20 Jun 22:45
Compare
Choose a tag to compare

Changes in this release:

  • Added log-probabilities for ChiSquare and Wald
  • Added RandomVariable transforms that change constrained variables to unconstrained variables (in the extended real numbers space). These transforms wrap RandomVariables and are compatible with aeppl.logprob and aeppl.joint_logprob.

v0.0.3

10 Jun 06:57
Compare
Choose a tag to compare
Add a README

v0.0.2

03 Jun 06:43
Compare
Choose a tag to compare
Add RandomVariable log-likelihoods