Skip to content

Bambi 0.12.0: Ordinal models and predictions on new groups

Compare
Choose a tag to compare
@tomicapretto tomicapretto released this 02 Jul 15:41
· 72 commits to main since this release
f578546

0.12.0

New features

  • Implement new families "ordinal" and "sratio" for modeling of ordinal responses (#678)
  • Allow families to implement a custom create_extra_pps_coord() (#688)
  • Allow predictions on new groups (#693)

Maintenance and fixes

  • Robustify how Bambi handles dims (#682)
  • Fix links in FAQ (#686)
  • Update additional dependencies install command (#689)
  • Update predict pps docstring (#690)
  • Add warning for aliases athat aren't used (#691)

Documentation

  • Add families to the Getting Started guide (#683)