Skip to content

Commit

Permalink
Bump version and update changelog (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicapretto committed May 25, 2023
1 parent 5f75a8c commit 36788b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bambi/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0.dev
0.11.0
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,34 @@

### New features

### Maintenance and fixes

### Documentation

### Deprecation

## 0.11.0

### New features

* Add support for Gaussian Processes via the HSGP approximation (#632)
* Add new families: `"zero_inflated_poisson"`, `"zero_inflated_binomial"`, and `"zero_inflated_negativebinomial"` (#654)
* Add new families: `"beta_binomial"` and `"dirichlet_multinomial"` (#659)
* Allow `plot_cap()` to show predictions at the observation level (#668)
* Add new families: `"hurdle_gamma"`, `"hurdle_lognormal"`, `"hurdle_negativebinomial"`, and `"hurdle_poisson"` (#676)

### Maintenance and fixes

* Modify how HSGP is built in PyMC when there are groups (#661)
* Modify how Bambi is imported in the tests (#662)
* Prevent underscores from being removed in dim names (#664)
* Bump sphix dependency to a version greater than 7 (#672)

### Documentation

* Document how to use custom priors (#656)
* Fix name of arviz traceplot function in the docs (#666)
* Add example that shows how `plot_cap()` works (#670)

### Deprecation

Expand Down

0 comments on commit 36788b0

Please sign in to comment.