What's Changed
Bugfixes 🪲
- Fix bug in fit_laplace when model has exactly one variable by @jessegrabowski in #437
Maintenance 🔧
- Make index check on statespace data less strict by @jessegrabowski in #434
- add python 3.13 to the list by @williambdean in #436
- Minor fix of blackjax import in fit_pathfinder function by @aphc14 in #443
- Filter warning for batched_dot until we change it by @zaxtax in #455
- Fix failed test related to PR #443 by replacing
pt.batched_dot
withpt.vectorize(pt.dot,...)
by @aphc14 in #453 - Progress bar fix for PF by @fonnesbeck in #457
- Make fit_pathfinder more similar to fit_laplace and pm.sample by @velochy in #447
- Add regularisation term before Cholesky decomposition by @aphc14 in #459
- Fix LBFGS iteration conditions and status handling by @aphc14 in #461
- Refactor alpha_recover and inverse_hessian_factors to remove update_m… by @aphc14 in #462
- Added a PartialOrder transform by @velochy in #444
New Contributors
Full Changelog: v0.2.4...v0.2.5