Skip to content

Releases: pymc-devs/pymc

v5.10.1

10 Dec 11:54
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bugfixes 🪲

Documentation 📖

Maintenance 🔧

  • Better float32 sampling support for TruncatedNormal by @JasonTam in #7026

New Contributors

Full Changelog: v5.10.0...v5.10.1

v5.10.0

25 Nov 07:47
Compare
Choose a tag to compare

What's Changed

Major Changes 🛠

  • ChiSquared now returns a Gamma random variable by @wd60622 in #7007
  • Remove several deprecated model properties and deprecate new ones by @ricardoV94 in #7033
  • Bump Pytensor dependency to >=2.18.1,<2.19 by @ricardoV94 in #7020

New Features 🎉

  • Default moment for CustomDist provided with a dist function by @aerubanov in #6873

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: v5.9.2...v5.10.0

v5.9.2

12 Nov 10:34
d7415de
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Recognize alternative form of sigmoid in logprob inference by @ricardoV94 in #6978
  • Allow IntervalTransform to handle dynamic infinite bounds by @ricardoV94 in #7001

Bugfixes 🪲

  • Fix compute_test_value error when creating observed variables by @vandalt in #6982
  • Fix memory leak in logp of transformed variables by @ricardoV94 in #6991

Documentation 📖

  • fix typo in notebook about Distribution Dimensionality by @nicrie in #7005

Maintenance 🔧

New Contributors

Full Changelog: v5.9.1...v5.9.2

v5.9.1

26 Oct 09:24
419af06
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bugfixes 🪲

  • Make Model.str_repr robust to variables without monkey-patch by @ricardoV94 in #6942
  • Fix bug in GP Periodic and WrappedPeriodic kernel full method by @lucianopaz in #6952
  • Fix rejection-based truncation of scalar variables by @ricardoV94 in #6923

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: v5.9.0...v5.9.1

v5.9.0

04 Oct 10:21
Compare
Choose a tag to compare

What's Changed

Major Changes 🛠

  • Update Gamma Distribution to support new pytensor GammaRV reparameterization by @tvwenger in #6934

Bugfixes 🪲

  • Fix fgraph_from_model with multivariate transformed variables by @ferrine in #6924

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: v5.8.2...v5.9.0

v5.8.2

21 Sep 12:47
Compare
Choose a tag to compare

What's Changed

Bugfixes 🪲

  • Fix bug in compute_log_likelihood when variable has dims without coords by @jaharvey8 in #6882

Full Changelog: v5.8.1...v5.8.2

v5.8.1

14 Sep 07:30
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Logprob derivation for Min of continuous IID variables by @Dhruvanshu-Joshi in #6846
  • Derive logprob for exp2, log2, log10, log1p, expm1, log1mexp, log1pexp (softplus), and sigmoid transformations by @LukeLB in #6826

Bugfixes 🪲

Documentation 📖

Maintenance 🔧

Full Changelog: v5.8.0...v5.8.1

v5.8.0

04 Sep 09:43
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bugfixes 🪲

  • Fix logcdf and icdf derivations for non-monotonically increasing transformations by @ricardoV94 in #6850

Documentation 📖

Maintenance 🔧

Full Changelog: v5.7.2...v5.8.0

v5.7.2

09 Aug 08:31
Compare
Choose a tag to compare

What's Changed

Bugfixes 🪲

  • Do not use seeded_test fixture in exported BaseTestDistributionRandom by @ricardoV94 in #6848

Documentation 📖

  • Use ordered_univariate in documentation example of NormalMixture by @mrpg in #6842

New Contributors

Full Changelog: v5.7.1...v5.7.2

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