Skip to content

Bambi 0.13.0

Latest
Compare
Choose a tag to compare
@tomicapretto tomicapretto released this 25 Oct 02:04
· 27 commits to main since this release
93b2c11

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, and plot_slopes
  • Support censored families

Maintenance and fixes

  • Replace univariate_ordered with ordered (#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)

Deprecation

  • Drop official suport for Python 3.8 (#720)
  • Change plots submodule name to interpret (#705)