Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-28 | 1.5 kB | |
v5.23.0 source code.tar.gz | 2025-05-28 | 6.9 MB | |
v5.23.0 source code.zip | 2025-05-28 | 7.1 MB | |
Totals: 3 Items | 14.0 MB | 0 |
What's Changed
Major Changes ðŸ›
- Bump PyTensor dependency by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7792
- This release raises error for some forms of runtime broadcasting in advanced set_subtensor operations that were previously allowed.
New Features 🎉
- Transform to remove Minibatch from model by @zaxtax in https://github.com/pymc-devs/pymc/pull/7746
- Implement reversed and strictly positive ordered transform by @velochy in https://github.com/pymc-devs/pymc/pull/7759
- Add public testing function to mock
sample
by @williambdean in https://github.com/pymc-devs/pymc/pull/7761
Bugfixes 🪲
- Default to SVD for MvNormal in Latent GP conditionals by @michaelosthege in https://github.com/pymc-devs/pymc/pull/7755
Documentation 📖
- Add gp util module to docs by @williambdean in https://github.com/pymc-devs/pymc/pull/7763
- Update docs theme by @OriolAbril in https://github.com/pymc-devs/pymc/pull/7781
- Tweak Model.profile docstring and type hint by @williambdean in https://github.com/pymc-devs/pymc/pull/7795
Maintenance 🔧
- Do not include rvs in symbolic normalizing constant by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7787
New Contributors
- @star1327p made their first contribution in https://github.com/pymc-devs/pymc/pull/7650
Full Changelog: https://github.com/pymc-devs/pymc/compare/v5.21.2...v5.23.0