v5.13.0
版本发布时间: 2024-04-09 01:07:49
pymc-devs/pymc最新发布版本:v5.16.2(2024-07-11 21:49:51)
What's Changed
Major Changes 🛠
- Make coords and data always mutable by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7047
- Bump PyTensor dependency and drop support for python 3.9 by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7227
New Features 🎉
- Add
compute_deterministics
helper by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7238 - Allow Truncation of CustomDist by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/6947
Bugfixes 🪲
- Fix join logp for multivariate RVs by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7215
Documentation 📖
- Add HSGPPeriodic to Docs by @juanitorduz in https://github.com/pymc-devs/pymc/pull/7230
- Add graphic for contributors. by @twiecki in https://github.com/pymc-devs/pymc/pull/7229
- Fix link and typo in developer_guide.md by @pipme in https://github.com/pymc-devs/pymc/pull/7219
- Fix type-hint typo in CustomDist docs by @hchen19 in https://github.com/pymc-devs/pymc/pull/7243
Maintenance 🔧
- Use exponentially scaled modified Bessel function in periodic HSGPs by @dehorsley in https://github.com/pymc-devs/pymc/pull/7228
- Replace fastprogress progress bars with rich by @fonnesbeck in https://github.com/pymc-devs/pymc/pull/7233
- Make default STEP_METHODS a list that can be modified by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7231
New Contributors
- @pipme made their first contribution in https://github.com/pymc-devs/pymc/pull/7219
- @hchen19 made their first contribution in https://github.com/pymc-devs/pymc/pull/7243
Full Changelog: https://github.com/pymc-devs/pymc/compare/v5.12.0...v5.13.0