v5.12.0
版本发布时间: 2024-03-29 02:52:49
pymc-devs/pymc最新发布版本:v5.16.2(2024-07-11 21:49:51)
What's Changed
Major Changes 🛠
- Bump PyTensor dependency and support Python 3.12 by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7203
New Features 🎉
- Add
_print_name
to Truncated and CustomDists by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7205 - Add icdf functions for Beta, Gamma, Chisquared and StudentT distributions by @amyoshino in https://github.com/pymc-devs/pymc/pull/6845
- Add
var_names
argument to sample by @fonnesbeck in https://github.com/pymc-devs/pymc/pull/7206
Bugfixes 🪲
- add
_moment
function for bacward backward compatibility by @aerubanov in https://github.com/pymc-devs/pymc/pull/7216
Documentation 📖
- Fix expression for the variance in ZINB docstring by @aloctavodia in https://github.com/pymc-devs/pymc/pull/7200
- List more math function in API docs by @brandonhorsley in https://github.com/pymc-devs/pymc/pull/7211
- Improve example on expanded sample_posterior_predictive by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7222
Maintenance 🔧
- Removing unnecessary
comp_shape
from class NormalMixture by @mohammed052 in https://github.com/pymc-devs/pymc/pull/7098
New Contributors
- @mohammed052 made their first contribution in https://github.com/pymc-devs/pymc/pull/7098
- @brandonhorsley made their first contribution in https://github.com/pymc-devs/pymc/pull/7211
Full Changelog: https://github.com/pymc-devs/pymc/compare/v5.11.0...v5.12.0