New features
- Add alternative default priors (360)
- Add StudentT family (367)
- Add Beta family (368)
- Implement both in-sample and out-of-sample model predictions (372)
- Add function to load datasets (375)
- Add option to specify potentials (379)
- Add Binomial family (386)
Maintenance and fixes
- Automatic switch initialization method from "jitter-adapt_diag" to "adapt_diag" when sampling fails (383)
- Predictors are internally centered when there is an intercept. This generally results in improved sampling efficiency (385)
- Improve documentation and error message in `Model.graph()` (390)
Documentation
- Add Negative Binomial family example notebook (346)
- Fixed typos and improved many notebooks (374, 377, 382)