Skip to content

v0.2.5

Latest
Compare
Choose a tag to compare
@zaxtax zaxtax released this 20 Apr 08:59
7fb87b4

What's Changed

Bugfixes 🪲

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 with pt.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