What's Changed
New Features 🎉
- Add a flag to LKJCorr to return the unpacked correlation matrix by @velochy in #7100
- Allow jitter boolean to be set through
nuts_sampler_kwargs
by @VMBoehm in #7083 - Logprob derivation of Min for Discrete IID distributions by @Dhruvanshu-Joshi in #6968
- Implement
compute_log_prior
utility by @aloctavodia in #7149
Bugfixes 🪲
- GP do not fail when xdims cannot be constant folded by @bwengals in #7111
- Fix copying of shared variables in
fgraph_from_model
by @ricardoV94 in #7153
Documentation 📖
- Suppressed pip install bambi output in GLM core notebook by @jaharvey8 in #7090
- Gitpod instructions: use latest version of pymc by @reshamas in #7106
- Moved 'Implementing a Random Variable' to the last position in 'How To' section by @OmGhadge in #7108
- Add Google Scholar link for newest article by @aloctavodia in #7156
Maintenance 🔧
- Extend
dataset_to_point_dict
to accept both dataset and dict of dataarray by @OriolAbril in #7097 - Fix progressbar bug for parallel SMC sampling by @jucor in #7079
- Rectify return type hints in logprob module rewrites by @AryanNanda17 in #7125
- Deprecate
block_diag
from math module in favor of PyTensor by @AryanNanda17 in #7132
New Contributors
- @jucor made their first contribution in #7079
- @pre-commit-ci made their first contribution in #7110
- @velochy made their first contribution in #7100
- @VMBoehm made their first contribution in #7083
- @OmGhadge made their first contribution in #7108
- @AryanNanda17 made their first contribution in #7125
Full Changelog: v5.10.3...v5.10.4