From 93b2c113333245d9d8b51b4661a218d6a3ce7397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Capretto?= Date: Tue, 24 Oct 2023 23:01:19 -0300 Subject: [PATCH] Prep release (#743) --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- bambi/version.txt | 2 +- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4f7a407..50c4ca3d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,45 @@ ### New features +### Maintenance and fixes + +### Documentation + +### Deprecation + +## 0.13.0 + +This is the first version of Bambi that is released with a Governance structure. Added in #709. + +### 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 * Bump `quartodoc` version to 0.6.1 (#720) +* 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) ## 0.12.0 diff --git a/bambi/version.txt b/bambi/version.txt index def7f558e..51de3305b 100644 --- a/bambi/version.txt +++ b/bambi/version.txt @@ -1 +1 @@ -0.13.0.dev \ No newline at end of file +0.13.0 \ No newline at end of file