- Bug fix in for "smaller" hypotheses using Bayesian inference
- Some visualization improvements
- Add link to Streamlit demo app in the README
- Official release
- Available on PyPi
- Added
spearmint-basics
Google Collab link badge
- Initial alpha release, forked (and detached) from abracadabra
- Improves API to make better distinction between inference methods, variable types, and model names
- Supports modern
python>=3.10
- Use github actions in place of CircleCI
- MCMC Stan models replaced by PyMC implementations
- Analytic solutions for most Bayesian models
- Holoviews visualization backend, supports interactive Bokeh and/or static matplotlib
- Improved stdout using
rich
- Uses modern python packaging from
setup.py
tosetup.cfg
/pyproject.toml