Skip to content

Releases: pymc-devs/pymc

v5.7.1

04 Aug 07:14
Compare
Choose a tag to compare

What's Changed

Bugfixes 🪲

Maintenance 🔧

Full Changelog: v5.7.0...v5.7.1

v5.7.0

31 Jul 08:56
Compare
Choose a tag to compare

What's Changed

Major Changes 🛠

  • Drop support for Python 3.8 by @ricardoV94 in #6832
  • Bump PyTensor dependency by @ricardoV94 in #6830
    • PyTensor no longer allows runtime broadcasting. If you want a MutableData tensor to broadcast along an existing dimension, specify its static shape as (1,) along the relevant axis. Example: pm.MutableData("x", np.ones((1, 10)), shape=(1, None)).

New Features 🎉

Bugfixes 🪲

Documentation 📖

  • Don't use size and simplify dims example in dimensionality notebook by @ricardoV94 in #6829

Maintenance 🔧

Full Changelog: v5.6.1...v5.7.0

v5.6.1

14 Jul 07:22
Compare
Choose a tag to compare

What's Changed

Bugfixes 🪲

Documentation 📖

  • Fix mathematical notation in conditional_logprob docstrings by @amyoshino in #6821

Maintenance 🔧

Full Changelog: v5.6.0...v5.6.1

v5.6.0

04 Jul 12:10
Compare
Choose a tag to compare

What's Changed

Major Changes 🛠

  • Rewrite logp graph before taking the gradient by @dehorsley in #6736
  • Support automatic imputation for multivariate and symbolic distributions by @ricardoV94 in #6797

New Features 🎉

  • Probabilty inference for arc transformations by @LukeLB in #6775
  • Add icdf function for Cauchy and Logistic distributions by @amyoshino in #6747
  • Add icdf functions for Lognormal, Half Cauchy and Half Normal distributions by @amyoshino in #6766
  • Add icdf functions for Moyal, Gumbel, Triangular and Weibull distributions by @amyoshino in #6802
  • Allow non-scalar measurable switch mixtures by @ricardoV94 in #6796

Bugfixes 🪲

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: v5.5.0...v5.6.0

v5.5.0

09 Jun 14:56
Compare
Choose a tag to compare

What's Changed

Major Changes 🛠

  • Rename basic "joint_logprob" functions to "conditional_logp" by @ricardoV94 in #6760

New Features 🎉

Bugfixes 🪲

Maintenance 🔧

New Contributors

Full Changelog: v5.4.1...v5.5.0

v5.4.1

30 May 09:43
Compare
Choose a tag to compare

What's Changed

Bugfixes 🪲

Maintenance 🔧

Full Changelog: v5.4.0...v5.4.1

v5.4.0

23 May 08:46
Compare
Choose a tag to compare

What's Changed

Major Changes 🛠

  • Change logger names from all pymc to module name by @pdb5627 in #6712

New Features 🎉

Bugfixes 🪲

  • Rename _replace_rvs_in_graphs and fix bug when replacing input by @ricardoV94 in #6720

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: v5.3.1...v5.4.0

v5.3.1

26 Apr 17:34
9f01be2
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bugfixes 🪲

Documentation 📖

Maintenance 🔧

New Contributors

  • @PlayingData made their first contribution in #6683
  • @dehorsley made their first contribution in #6674

Full Changelog: v5.3.0...v5.3.1

v5.3.0

14 Apr 03:08
aae97a2
Compare
Choose a tag to compare

What's Changed

Major Changes 🛠

  • Bump Pytensor dependency by @ricardoV94 in #6665
    • Latex and string representation of variables now uses long Distribution names x ~ N(0, 1) -> x ~ Normal(0, 1)

New Features 🎉

Bugfixes 🪲

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: v5.2.0...v5.3.0

v5.2.0

30 Mar 10:39
Compare
Choose a tag to compare

What's Changed

Major Changes 🛠

  • Rename logprob/joint_logp to logprob/basic and move logcdf and icdf functions there by @ricardoV94 in #6599

New Features 🎉

Documentation 📖

  • Add definition of B in documentation for Beta distribution by @JoKeyser in #6604
  • Fix a typo in the docstring for OrderedLogistic by @NathanielF in #6611
  • Improved docstring for predictions argument in sample_posterior_predictive by @fonnesbeck in #6616

Maintenance 🔧

New Contributors

Full Changelog: v5.1.2...v5.2.0