You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support different Gaussian process kernels in gp terms. (#234)
Support stratified cox models via the new addition term bhaz. (#1489)
Support futures for parallelization in the cmdstanr backend. (#1684)
Add method loo_epred thanks to Aki Vehtari. (#1641)
Add priorsense support via create_priorsense_data.brmsfit
thanks to Noa Kallioinen. (#1354)
Vectorize censored log likelihoods in the Stan code when possible. (#1657)
Force Stan to activate threading without altering the Stan code
via argument force of function threading. (#1549)
Support moment matching loo prediction methods. (#1674)
Bug Fixes
Fix a bug that led to partially duplicated Stan code in multilevel terms
thanks to Henrik Singmann. (#1651)
Fix problems with parallel executions of post-processing functions
sometimes leaving unused R instances behind. Thanks to Andrew Johnson,
Aki Vehtari, and Noa Kallioinen. (#1658)