Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 0.12.0 release #694

Merged
merged 1 commit into from
Jul 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading