Bambi 0.13.0
This is the first version of Bambi that is released with a Governance structure. Added in #709.
The highlights are the shiny interpret
subpackage and the implementation of support for censored models.
New features
- Bambi now supports censored responses (#697)
- Implement
"exponential"
and"weibull"
families (#697) - Add
"kidney"
dataset (#697) - Add
interpret
submodule (#684, #695, #699, #701, #732, #736)- Implements
comparisons
,predictions
,slopes
,plot_comparisons
,plot_predictions
, andplot_slopes
- Implements
- Support censored families
Maintenance and fixes
- Replace
univariate_ordered
withordered
(#724) - Add missing docstring for
center_predictors
(#726) - Fix bugs in
plot_comparison
(#731)
Documentation
- Add docstrings to utility functions (#696)
- Migrate documentation to Quarto (#712)
- Add case study for MRP (#716)
- Add example about ordinal regression (#719)
- Add example about zero inflated models (#725)
- Add example about predictions for new groups (#734)