v5.12.0
What's Changed
Major Changes 🛠
- Bump PyTensor dependency and support Python 3.12 by @ricardoV94 in #7203
New Features 🎉
- Add
_print_name
to Truncated and CustomDists by @ricardoV94 in #7205 - Add icdf functions for Beta, Gamma, Chisquared and StudentT distributions by @amyoshino in #6845
- Add
var_names
argument to sample by @fonnesbeck in #7206
Bugfixes 🪲
- add
_moment
function for bacward backward compatibility by @aerubanov in #7216
Documentation 📖
- Fix expression for the variance in ZINB docstring by @aloctavodia in #7200
- List more math function in API docs by @brandonhorsley in #7211
- Improve example on expanded sample_posterior_predictive by @ricardoV94 in #7222
Maintenance 🔧
- Removing unnecessary
comp_shape
from class NormalMixture by @mohammed052 in #7098
New Contributors
- @mohammed052 made their first contribution in #7098
- @brandonhorsley made their first contribution in #7211
Full Changelog: v5.11.0...v5.12.0