Skip to content

Bambi 0.7.0

Compare
Choose a tag to compare
@tomicapretto tomicapretto released this 11 Jan 21:24
· 186 commits to main since this release

This release includes a mix of new features, fixes, and new examples on our webpage.

New features

  • Add "categorical" built-in family (#426)
  • Add include_mean argument to the method Model.fit() (#434)
  • Add .set_alias() method to Model (#435)

Maintenance and fixes

  • Codebase for the PyMC backend has been refactored (#408)
  • Fix examples that averaged posterior values across chains (#429)
  • Fix issue #427 with automatic priors for the intercept term (#430)

Documentation

  • Add StudentT regression example, thanks to @tjburch (#414)
  • Add B-Spline regression example with cherry blossoms dataset (#416)
  • Add hirarchical linear regression example with sleepstudy dataset (#424)