Pymc-extras

Latest version: v0.2.4

Safety actively analyzes 723929 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.0.9

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
New Features 🎉
* Copy model-related shared variables in `model_fgraph` by ricardoV94 in https://github.com/pymc-devs/pymc-experimental/pull/218
Maintenance 🔧
* fixing second loading issue by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/220
* adding test for model_config_formatter helper function by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/222
* version bump for release by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/223


**Full Changelog**: https://github.com/pymc-devs/pymc-experimental/compare/v0.0.8...v0.0.9

0.0.8

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Bugfixes 🪲
* ModelBuilder.load versatility improvements by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/210
Maintenance 🔧
* Added seeding to draws in tests by pdb5627 in https://github.com/pymc-devs/pymc-experimental/pull/195
* Refactor modelbuilder fit by pdb5627 in https://github.com/pymc-devs/pymc-experimental/pull/198
* Implement limit case of R2D2M2CP for P by ferrine in https://github.com/pymc-devs/pymc-experimental/pull/182
* Revert "Refactor modelbuilder fit" by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/200
* rename missing to unobserved in test by ferrine in https://github.com/pymc-devs/pymc-experimental/pull/208
* Fix math in sigma attachment by ferrine in https://github.com/pymc-devs/pymc-experimental/pull/207
* arviz group warning suppressed by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/214
* version bump by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/215


**Full Changelog**: https://github.com/pymc-devs/pymc-experimental/compare/v0.0.7...v0.0.8

0.0.7

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Maintenance 🔧
* Update to pymc 5.5.0 by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/191
* version bump by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/193


**Full Changelog**: https://github.com/pymc-devs/pymc-experimental/compare/v0.0.6...v0.0.7

0.0.6

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Maintenance 🔧
* model_builder adaptations for full sklearn compat by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/189
* version changed to 0.0.6 by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/190


**Full Changelog**: https://github.com/pymc-devs/pymc-experimental/compare/v0.0.5...v0.0.6

0.0.5

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
New Features 🎉
* Implement `observe` and `do` model transformations by ricardoV94 in https://github.com/pymc-devs/pymc-experimental/pull/168
Maintenance 🔧
* Pass kwargs through to pymc sample calls in `ModelBuilder` by pdb5627 in https://github.com/pymc-devs/pymc-experimental/pull/185


**Full Changelog**: https://github.com/pymc-devs/pymc-experimental/compare/v0.0.3...v0.0.5

0.0.3

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Major Changes 🛠
* Remove HSGP as it became a part of PyMC by ferrine in https://github.com/pymc-devs/pymc-experimental/pull/136
New Features 🎉
* Add `build_model` abstractmethod to `ModelBuilder` by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/142
* Add `DiscreteMarkovChain` distribution by jessegrabowski in https://github.com/pymc-devs/pymc-experimental/pull/100
* Add Generalized Poisson distribution by ricardoV94 in https://github.com/pymc-devs/pymc-experimental/pull/143
* Add utility to convert Model to and from FunctionGraph by ricardoV94 in https://github.com/pymc-devs/pymc-experimental/pull/111
* Add r2m2d2cp prior by ferrine in https://github.com/pymc-devs/pymc-experimental/pull/137
* Merging BayesianEstimator into ModelBuilder by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/165
Bugfixes 🪲
* Seed flaky test by ricardoV94 in https://github.com/pymc-devs/pymc-experimental/pull/128
* Return posterior predictive samples from all chains in `ModelBuilder` by mbjoseph in https://github.com/pymc-devs/pymc-experimental/pull/140
Documentation 📖
* Update API reference listings by ricardoV94 in https://github.com/pymc-devs/pymc-experimental/pull/105
* Add codecov badge to Readme by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/157
Maintenance 🔧
* changed id of model_builder to property, added type hinting by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/110
* Model builder tests by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/114
* storing model_config and sampler_config changed to json string by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/122
* Test on last release of PyMC instead of main by ricardoV94 in https://github.com/pymc-devs/pymc-experimental/pull/125
* Fix PyMC API change in 5.2.0 by ricardoV94 in https://github.com/pymc-devs/pymc-experimental/pull/124
* Model Builder refactoring by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/131
* release preparation by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/134
* Make pytest fail on uncaught warnings by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/133
* removed unused *args from fit, added named args to sampler_config by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/149
* docstrings update in model_builder.py by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/148
* updating api_reference.rst by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/150
* Automate pypi release by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/135
* fixed test failing due to infinite precision requirement by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/153
* Doctest setup by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/159
* replacing versioneer by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/164
* Initial draft of version of model_builder to work with scikit-learn. by pdb5627 in https://github.com/pymc-devs/pymc-experimental/pull/161
* fixing broken docs reference by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/166
* add default to argument to prior util by ferrine in https://github.com/pymc-devs/pymc-experimental/pull/93
* version change by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/171
* adjusting test pypi publish by michaelraczycki in https://github.com/pymc-devs/pymc-experimental/pull/176

New Contributors
* michaelraczycki made their first contribution in https://github.com/pymc-devs/pymc-experimental/pull/110
* mbjoseph made their first contribution in https://github.com/pymc-devs/pymc-experimental/pull/140
* jessegrabowski made their first contribution in https://github.com/pymc-devs/pymc-experimental/pull/100
* pdb5627 made their first contribution in https://github.com/pymc-devs/pymc-experimental/pull/161

**Full Changelog**: https://github.com/pymc-devs/pymc-experimental/compare/v0.0.2...v0.0.3

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.