What's Changed
New Features 🎉
- Add ZarrTrace by @lucianopaz in #7540
Bugfixes 🪲
- fix: deep copy nuts_sampler_kwarg to prevent
.pop
side effects by @inclinedadarsh in #7652
Documentation 📖
- Adds shape/rate info to Gamma docs by @Dpananos in #7625
- Probability distributions guide update by @fonnesbeck in #7671
Maintenance 🔧
- Foward
compile_kwargs
to ADVI wheninit = "advi+..."
by @jessegrabowski in #7640 - Check for observed variables in the trace by @zaxtax in #7641
- Use jaxified logp for initial point evaluation when sampling via Jax by @nataziel in #7610
- Show one progress bar per chain when sampling by @jessegrabowski in #7634
- Ignore inner unused RNG inputs in
collect_default_updates
by @ricardoV94 in #7658
New Contributors
- @nataziel made their first contribution in #7610
- @inclinedadarsh made their first contribution in #7652
Full Changelog: v5.20.0...v5.20.1