Skip to content

Commit

Permalink
Prepare 0.12.0 release (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicapretto committed Jul 2, 2023
1 parent c753266 commit f578546
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 831 deletions.
2 changes: 1 addition & 1 deletion bambi/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0.dev
0.12.0
19 changes: 19 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
# Changelog


## 0.X.X

### New features

### Maintenance and fixes

### Documentation


### Deprecation


## 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)
Expand Down

0 comments on commit f578546

Please sign in to comment.