Bambi 0.7.0
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 methodModel.fit()
(#434) - Add
.set_alias()
method toModel
(#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)