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
Added the Dirichlet-Multinomial distribution to the Stan Math library (dirichlet_multinomial_lpmf, dirichlet_multinomial_log, and dirichlet_multinomial_rng). (#2979)
binomial_logit_glm_lpmf distribution added (#2946)
Improved numerical stability of Bernoulli CDF functions (#2784)
Replaced the std::vectors for read/write events in matrix_cl with tbb::concurrent_vectors (#2905)
Added framework for generic higher-order autodiff support through finite-differences. (#2929)
Minor cleanup of numerical stability, constants, compound functions in OpenCL kernels (#2934)
Fixes aliasing issue in adjoint acccumulation for OpenCL (#2943)
Improve numerical stability of binomial_logit distribution (#2945)
Automatically detect UCRT toolchain use on Windows (#2948)
Update multiple functions to delegate to the compound functions (log1p_exp, etc.) where possible (#2950)
Fixed the RPATH to the TBB library being passed twice on the command line (#2952)
Split eigendecompose mix tests to fix CI memory issues (#2953)
Fix distribution test failures with row-vector integer inputs to bernoulli CDF functions (#2954)