v5.16.0
What's Changed
Major Changes 🛠
- Standardize
draws
as parameter insample_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 🎉
- HSGP improvements by @AlexAndorra in #7335
- Add more idata attributes for JAX samplers by @osyuksel in #7360
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 🔧
- Allow customizing truncation max_n_steps in Hurdle Mixtures by @tjburch in #7339
- Add refresh call to progress bar in apply_function_over_dataset by @fonnesbeck in #7343
- HSGP misc fixes by @bwengals in #7342
- Fixed myst version to less than 1.0.0 (fixes graph squashing) by @hevansDev in #7356
- Update readme example by @kiramclean in #7358
- Fix
import pymc.testing
by @bomtall in #7357 - Minor text improvements to the Introductory Overview of PyMC notebook (pymc_overview.ipynb) by @alimanfoo in #7361
- Remove default initval for Flat variables by @ricardoV94 in #7379
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #7371
New Contributors
- @hevansDev made their first contribution in #7356
- @kiramclean made their first contribution in #7358
- @bomtall made their first contribution in #7357
- @alimanfoo made their first contribution in #7361
- @osyuksel made their first contribution in #7360
- @markgreene74 made their first contribution in #7363
Full Changelog: v5.15.1...v5.16.0
What's Changed
Major Changes 🛠
- Rename
samples
argument todraws
insample_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 🎉
- HSGP improvements by @AlexAndorra in #7335
- Add more idata attributes for JAX samplers by @osyuksel in #7360
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 🔧
- Allow customizing truncation max_n_steps in Hurdle Mixtures by @tjburch in #7339
- Add refresh call to progress bar in apply_function_over_dataset by @fonnesbeck in #7343
- HSGP misc fixes by @bwengals in #7342
- Update readme example by @kiramclean in #7358
- Fix
import pymc.testing
by @bomtall in #7357 - Remove default initval for Flat variables by @ricardoV94 in #7379
New Contributors
- @hevansDev made their first contribution in #7356
- @kiramclean made their first contribution in #7358
- @bomtall made their first contribution in #7357
- @alimanfoo made their first contribution in #7361
- @osyuksel made their first contribution in #7360
- @markgreene74 made their first contribution in #7363
Full Changelog: v5.15.1...v5.16.0