Major Pull Requests

1) Comment/Issue: https://github.com/probml/pyprobml/issues/694#issuecomment-1095150779
I have imlemented Automatic Differentiation Variational Inference from scratch in JAX.

2) PR: https://github.com/probml/probml-notebooks/pull/93
Reproduced lalpace approximation example for beta-binomial model by writing code from scratch in JAX.

3) PR: https://github.com/probml/probml-notebooks/pull/94
Reproduced Hamiltonian Monte Carlo (HMC) approximation for coin-toss problem using Blackjax.

PR: https://github.com/pyro-ppl/pyro/pull/3039
Added parameters in the graphical probablistic models.

PR: https://github.com/pymc-devs/pymc/pull/5165
Added moment and test for ExGaussian distribution.

PR: https://github.com/pyro-ppl/numpyro/pull/1375
Added __repr__ methods for various constarints.