Published June 25, 2024
| Version v5.16.0
Software
Open
pymc-devs/pymc: v5.16.0
Authors/Creators
- Thomas Wiecki1
- Ricardo Vieira2
- John Salvatier
- Maxim Kochurov3
- Anand Patil
- Michael Osthege4
- Brandon T. Willard5
- Bill Engels
- Osvaldo A Martin6
- Colin Carroll7
- Adrian Seyboldt8
- Austin Rochford9
- Luciano Paz10
- rpgoldman
- Kyle Meyer
- Peadar Coyle11
- Virgile Andreani12
- Oriol Abril-Pla
- Marco Edward Gorelli13
- Ravin Kumar
- Junpeng Lao14
- Alexandre Andorra15
- Taku Yoshioka16
- George Ho
- Thomas Kluyver17
- Kyle Beauchamp
- Demetri Pananos
- Eelke Spaak
- larryshamalama18
- 1. PyMC Labs
- 2. @pymc-devs @pymc-labs
- 3. MSU Economics / Skoltech CS
- 4. Forschungszentrum JΓΌlich GmbH
- 5. .txt
- 6. IMASL-CONICET
- 7. Google
- 8. pymc-labs
- 9. Monetate
- 10. PyMC-Labs
- 11. AudioStack
- 12. Boston University
- 13. Quansight
- 14. @google
- 15. @pymc-labs
- 16. Laboro.AI
- 17. European XFEL
- 18. University of Toronto
Description
<!-- Release notes generated using configuration in .github/release.yml at main -->
What's Changed
Major Changes π
- Standardize
drawsas parameter insample_prior_predictiveby @wd60622 in https://github.com/pymc-devs/pymc/pull/7366 - Allow opting out of model nesting by setting
model=Noneby @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7352 - Bump PyTensor dependency (which changes signature of RandomVariables) by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7370
- Move CustomDist logic to dedicated module and docs section by @markgreene74 in https://github.com/pymc-devs/pymc/pull/7363
New Features π
- HSGP improvements by @AlexAndorra in https://github.com/pymc-devs/pymc/pull/7335
- Add more idata attributes for JAX samplers by @osyuksel in https://github.com/pymc-devs/pymc/pull/7360
Bugfixes πͺ²
- Fix bug with
compute_pfor partially observed OrderedLogistic and OrderedProbit variables by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7349 - Avoid repeated status polling in smc by @aseyboldt in https://github.com/pymc-devs/pymc/pull/7351
- Fix bug when freezing model with partially observed RVs by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7388
Documentation π
- Fix broken links by @Armavica in https://github.com/pymc-devs/pymc/pull/7347
Maintenance π§
- Allow customizing truncation max_n_steps in Hurdle Mixtures by @tjburch in https://github.com/pymc-devs/pymc/pull/7339
- Add refresh call to progress bar in apply_function_over_dataset by @fonnesbeck in https://github.com/pymc-devs/pymc/pull/7343
- HSGP misc fixes by @bwengals in https://github.com/pymc-devs/pymc/pull/7342
- Fixed myst version to less than 1.0.0 (fixes graph squashing) by @hevansDev in https://github.com/pymc-devs/pymc/pull/7356
- Update readme example by @kiramclean in https://github.com/pymc-devs/pymc/pull/7358
- Fix
import pymc.testingby @bomtall in https://github.com/pymc-devs/pymc/pull/7357 - Minor text improvements to the Introductory Overview of PyMC notebook (pymc_overview.ipynb) by @alimanfoo in https://github.com/pymc-devs/pymc/pull/7361
- Remove default initval for Flat variables by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7379
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pymc-devs/pymc/pull/7371
New Contributors
- @hevansDev made their first contribution in https://github.com/pymc-devs/pymc/pull/7356
- @kiramclean made their first contribution in https://github.com/pymc-devs/pymc/pull/7358
- @bomtall made their first contribution in https://github.com/pymc-devs/pymc/pull/7357
- @alimanfoo made their first contribution in https://github.com/pymc-devs/pymc/pull/7361
- @osyuksel made their first contribution in https://github.com/pymc-devs/pymc/pull/7360
- @markgreene74 made their first contribution in https://github.com/pymc-devs/pymc/pull/7363
Full Changelog: https://github.com/pymc-devs/pymc/compare/v5.15.1...v5.16.0
<!-- Release notes generated using configuration in .github/release.yml at main -->
What's Changed
Major Changes π
- Rename
samplesargument todrawsinsample_prior_predictiveby @wd60622 in https://github.com/pymc-devs/pymc/pull/7366 - Allow opting out of model nesting by setting
model=Noneby @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7352 - Bump PyTensor dependency (which changes signature of RandomVariables) by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7370
- Move CustomDist logic to dedicated module and docs section by @markgreene74 in https://github.com/pymc-devs/pymc/pull/7363
New Features π
- HSGP improvements by @AlexAndorra in https://github.com/pymc-devs/pymc/pull/7335
- Add more idata attributes for JAX samplers by @osyuksel in https://github.com/pymc-devs/pymc/pull/7360
Bugfixes πͺ²
- Fix bug with
compute_pfor partially observed OrderedLogistic and OrderedProbit variables by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7349 - Avoid repeated status polling in smc by @aseyboldt in https://github.com/pymc-devs/pymc/pull/7351
- Fix bug when freezing model with partially observed RVs by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7388
Documentation π
- Fix broken links by @Armavica in https://github.com/pymc-devs/pymc/pull/7347
- Fixed myst version to less than 1.0.0 (fixes graph squashing) by @hevansDev in https://github.com/pymc-devs/pymc/pull/7356
- Minor text improvements to the Introductory Overview of PyMC notebook (pymc_overview.ipynb) by @alimanfoo in https://github.com/pymc-devs/pymc/pull/7361
Maintenance π§
- Allow customizing truncation max_n_steps in Hurdle Mixtures by @tjburch in https://github.com/pymc-devs/pymc/pull/7339
- Add refresh call to progress bar in apply_function_over_dataset by @fonnesbeck in https://github.com/pymc-devs/pymc/pull/7343
- HSGP misc fixes by @bwengals in https://github.com/pymc-devs/pymc/pull/7342
- Update readme example by @kiramclean in https://github.com/pymc-devs/pymc/pull/7358
- Fix
import pymc.testingby @bomtall in https://github.com/pymc-devs/pymc/pull/7357 - Remove default initval for Flat variables by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7379
New Contributors
- @hevansDev made their first contribution in https://github.com/pymc-devs/pymc/pull/7356
- @kiramclean made their first contribution in https://github.com/pymc-devs/pymc/pull/7358
- @bomtall made their first contribution in https://github.com/pymc-devs/pymc/pull/7357
- @alimanfoo made their first contribution in https://github.com/pymc-devs/pymc/pull/7361
- @osyuksel made their first contribution in https://github.com/pymc-devs/pymc/pull/7360
- @markgreene74 made their first contribution in https://github.com/pymc-devs/pymc/pull/7363
Full Changelog: https://github.com/pymc-devs/pymc/compare/v5.15.1...v5.16.0
Files
pymc-devs/pymc-v5.16.0.zip
Files
(7.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:9413be8ddb4d3d0c4121b05344e714a2
|
7.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/pymc-devs/pymc/tree/v5.16.0 (URL)