v5.13.0
What's Changed
Major Changes 🛠
- Make coords and data always mutable by @ricardoV94 in #7047
- Bump PyTensor dependency and drop support for python 3.9 by @ricardoV94 in #7227
New Features 🎉
- Add
compute_deterministics
helper by @ricardoV94 in #7238 - Allow Truncation of CustomDist by @ricardoV94 in #6947
Bugfixes 🪲
- Fix join logp for multivariate RVs by @ricardoV94 in #7215
Documentation 📖
- Add HSGPPeriodic to Docs by @juanitorduz in #7230
- Add graphic for contributors. by @twiecki in #7229
- Fix link and typo in developer_guide.md by @pipme in #7219
- Fix type-hint typo in CustomDist docs by @hchen19 in #7243
Maintenance 🔧
- Use exponentially scaled modified Bessel function in periodic HSGPs by @dehorsley in #7228
- Replace fastprogress progress bars with rich by @fonnesbeck in #7233
- Make default STEP_METHODS a list that can be modified by @ricardoV94 in #7231
New Contributors
Full Changelog: v5.12.0...v5.13.0