What's Changed
- Add support for multivariate brms models by @bmfazio in #81
- Skip data validation inside
brms::posterior_predict
to speed up generation by @bmfazio in #82 - Create CITATION by @hyunjimoon in #92
- Updating stan code to the most recent syntax by @timostenz in #94
- Add
combine
argument to ecdf plots by @bmfazio in #93 - separate ecdf_alpha logic from combine by @bmfazio in #96
- out_stan_file for brms backends to avoid recompilation
- init_factory as a way to support data-dependent inits (currently for cmdstan sampling only)
- Other minor fixes and quality of life improvements
New Contributors
- @bmfazio made their first contribution in #81
- @timostenz made their first contribution in #94
Full Changelog: v0.2.0...v0.3.0