Skip to content

Releases: pymc-devs/pymc-extras

v0.2.5

20 Apr 08:59
7fb87b4
Compare
Choose a tag to compare

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

v0.2.4

14 Mar 13:12
fc39c49
Compare
Choose a tag to compare

What's Changed

Bugfixes 🪲

Maintenance 🔧

Full Changelog: v0.2.3...v0.2.4

v0.2.3

08 Feb 10:01
00a4ca3
Compare
Choose a tag to compare

What's Changed

Bugfixes 🪲

Maintenance 🔧

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

28 Jan 03:03
48a4955
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bugfixes 🪲

  • Check model coords for unknown shapes when building predictive models by @jessegrabowski in #413

Maintenance 🔧

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

05 Jan 18:34
c9134fe
Compare
Choose a tag to compare

What's Changed

Major Changes 🛠

Maintenance 🔧

  • Fix bug in TimeSeasonality when pop_state = False by @jessegrabowski in #407
  • Adapt the GHA PyPI publishing workflow for trusted publishing by @maresb in #409

New Contributors

Full Changelog: v0.1.4...v0.2.1

v0.1.4

10 Dec 10:45
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Documentation 📖

  • Add PyPI details to homepage by @wd60622 in #390

Maintenance 🔧

Full Changelog: v0.1.3...v0.1.4

v0.1.3

04 Oct 08:34
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Full Changelog: v0.1.2...v0.1.3

v0.1.2

06 Sep 09:15
Compare
Choose a tag to compare

What's Changed

Major Changes 🛠

New Features 🎉

  • Implement Laplace (quadratic) approximation by @carsten-j in #345
  • Add Exponential distribution to model/transforms/autoreparam.py by @ferrine in #365

Maintenance 🔧

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

10 Jun 16:48
946d855
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Maintenance 🔧

Full Changelog: v0.1.0...v0.1.1

v0.1.0

16 Apr 09:38
5f9b953
Compare
Choose a tag to compare

What's Changed

Major Changes 🛠

Full Changelog: v0.0.18...v0.1.0