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