Skip to content

v5.16.0

Compare
Choose a tag to compare
@ricardoV94 ricardoV94 released this 25 Jun 16:34
· 40 commits to main since this release

What's Changed

Major Changes 🛠

  • Standardize draws as parameter in sample_prior_predictive by @wd60622 in #7366
  • Allow opting out of model nesting by setting model=None by @ricardoV94 in #7352
  • Bump PyTensor dependency (which changes signature of RandomVariables) by @ricardoV94 in #7370
  • Move CustomDist logic to dedicated module and docs section by @markgreene74 in #7363

New Features 🎉

Bugfixes 🪲

  • Fix bug with compute_p for partially observed OrderedLogistic and OrderedProbit variables by @ricardoV94 in #7349
  • Avoid repeated status polling in smc by @aseyboldt in #7351
  • Fix bug when freezing model with partially observed RVs by @ricardoV94 in #7388

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: v5.15.1...v5.16.0

What's Changed

Major Changes 🛠

  • Rename samples argument to draws in sample_prior_predictive by @wd60622 in #7366
  • Allow opting out of model nesting by setting model=None by @ricardoV94 in #7352
  • Bump PyTensor dependency (which changes signature of RandomVariables) by @ricardoV94 in #7370
  • Move CustomDist logic to dedicated module and docs section by @markgreene74 in #7363

New Features 🎉

Bugfixes 🪲

  • Fix bug with compute_p for partially observed OrderedLogistic and OrderedProbit variables by @ricardoV94 in #7349
  • Avoid repeated status polling in smc by @aseyboldt in #7351
  • Fix bug when freezing model with partially observed RVs by @ricardoV94 in #7388

Documentation 📖

  • Fix broken links by @Armavica in #7347
  • Fixed myst version to less than 1.0.0 (fixes graph squashing) by @hevansDev in #7356
  • Minor text improvements to the Introductory Overview of PyMC notebook (pymc_overview.ipynb) by @alimanfoo in #7361

Maintenance 🔧

New Contributors

Full Changelog: v5.15.1...v5.16.0