v5.10.0
版本发布时间: 2023-11-25 15:47:10
pymc-devs/pymc最新发布版本:v5.16.2(2024-07-11 21:49:51)
What's Changed
Major Changes 🛠
- ChiSquared now returns a Gamma random variable by @wd60622 in https://github.com/pymc-devs/pymc/pull/7007
- Remove several deprecated model properties and deprecate new ones by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7033
- Bump Pytensor dependency to
>=2.18.1,<2.19
by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7020
New Features 🎉
- Default
moment
forCustomDist
provided with adist
function by @aerubanov in https://github.com/pymc-devs/pymc/pull/6873
Documentation 📖
- Fix docs formatting in
shape_utils
by @kataev in https://github.com/pymc-devs/pymc/pull/7025
Maintenance 🔧
- Update CODE_OF_CONDUCT.md by @fonnesbeck in https://github.com/pymc-devs/pymc/pull/7012
- Update devcontainer by @maresb in https://github.com/pymc-devs/pymc/pull/7017
- Merge redundant code across
logprob
,pytensorf
anddistributions/transform
by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/6976 - Use PyTensor StudentT RV by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7028
- Update GOVERNANCE.md by @canyon289 in https://github.com/pymc-devs/pymc/pull/7031
New Contributors
- @kataev made their first contribution in https://github.com/pymc-devs/pymc/pull/7025
Full Changelog: https://github.com/pymc-devs/pymc/compare/v5.9.2...v5.10.0