Changes in version 1.0.1 (2024-04-28) - Built vignettes to fix CRAN warnings - Replaced citEntry() with bibentry() - Updated citation and invalid URLs Changes in version 1.0.0 - Fixed predictions with intercept-only models (#17) Changes in version 0.0.9 (2022-06-16) - Fixed handling of extended.family class - Fixed multi-class probability (type = "prob") predictions - Fixed multi-class confidence-intervals (type = "conf_int") predictions - Fixed multi-class prediction-intervals (type = "pred_int") predictions - Depends on parsnip >= 1.0.0 - Using base R pipe and depends on R >= 4.1.0 - Supported the use of case weights - Supported threshold (inverse probability weights) for multi-class predictions - Fixed inconsistent probability (type = "prob") predictions for two-class models - Updated package dependencies - Used init instead of the deprecated inits (brms >= 2.16.9) Changes in version 0.0.8 (2022-01-20) - Updated package website - Updated package CITATION - Updated package DESCRIPTION and README - Updated package dependencies - Added preliminary support for multivariate non-linear models (#7) - Fixed possibly invalid URLs - Fixed type = "raw" predictions for multivariate non-linear models (#7) - Handled mvbrmsformula class in bayesian_formula (#7) - Fixed threshold probability check for class predictions - Set dependency by model's mode with parsnip > 0.1.7 Changes in version 0.0.7 (2021-09-29) - Fixed GetStarted.Rmd vignette build - Fixed class predictions for binary classification - Added threshold probability option for class predictions - Replaced deprecated pull_workflow_fit() Changes in version 0.0.6 (2021-07-12) - Added functionality to change to declare an engine in the model specification function. - Updated package dependencies - Updated README and citation Changes in version 0.0.5 (2021-05-31) - Cleanly evaluating the fit call - Simplified and exposed the family call - Cleaned up bayesian_fit function - Directly calling the update method - Revised engine-specific encodings - tests: Update Bayesian model specification - Reformatted code and updated documentation - Updated dependencies and documentation - Updated GettingStarted vignette - Updated tidymodels citation - Updated the package logo Changes in version 0.0.4 (2021-05-18) - Added GettingStarted vignette - Added rstan & future to suggested packages - Added formula.override argument to model specification - Added family argument to model specification - Added threads argument to model specification - Added stan_args to pass extra arguments to Stan - Implemented parsnip::set_model_arg - Switched to engine-specific defaults - Fixed NOTE: Undeclared packages rstan, future in Rd xrefs - Fixed NOTE: Found (possibly) invalid URLs - Fixed building vignettes - Support updating more brms::brm arguments in model specification - Updated documentation and vignettes - Updated WORDLIST - Minor code cleanup Changes in version 0.0.3 (2021-04-02) - Added CITATION and updated package DESCRIPTION - Added fit wrapper and other helper functions - Renamed the current engine from stan to brms - Updated manual, logo, WORDLIST, and NEWS - Fixed a CRAN NOTE regarding LazyData - Updated lifecycle URL in the README Changes in version 0.0.2 (2021-01-14) - Added bayesian_read and bayesian_write functions - Cite tidymodels, brms, and Stan references - Removed the redundant verbose argument - Fixed CRAN notes and comments - Fixed possibly invalid file URL - Updated package DESCRIPTION and WORDLIST - Updated README and added DOI badge - Used CRAN template for MIT license Changes in version 0.0.1 - Initial release