Skip to content

Releases: dustinstansbury/spearmint

v0.0.2

05 Dec 05:22
Compare
Choose a tag to compare

[0.0.2] - 2023-12-04

  • Bug fix in for "smaller" hypotheses using Bayesian inference
  • Some visualization improvements
  • Add link to Streamlit demo app in the README

v0.0.1

30 Nov 18:04
Compare
Choose a tag to compare
  • 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 for CI 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 to setup.cfg/pyproject.toml
  • Published to PyPi
  • Added spearmint-basics Google Collab link badge