Major Pull Requests
1. pyprobml [Repo Link] and probml-notebooks [Repo Link]
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.
2. pyro [Repo Link]
PR: https://github.com/pyro-ppl/pyro/pull/3039
Added parameters in the graphical probablistic models.
3. pymc [Repo Link]
PR: https://github.com/pymc-devs/pymc/pull/5165
Added moment and test for ExGaussian distribution.
4. numpyro [Repo Link]
PR: https://github.com/pyro-ppl/numpyro/pull/1375
Added __repr__
methods for various constarints.