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
The same .stanfunctions file can be included multiple times, with later times being ignored. This is particularly useful when .stanfunctions files include other .stanfunctions files. (#1639)
Added new variadic functions integrate_1d_gauss_kronrod, integrate_1d_gauss_kronrod_tol, integrate_1d_double_exponential, integrate_1d_double_exponential_tol. (#1626)
Added new overloads to softmax and log_softmax. In addition to vectors, they now accept row vectors, arraws of vectors, and arrays of row vectors. (#1629)
Support row-vector and vector inputs for x in normal_id_glm_lpdf. (#1698)
Added laplace_latent_solve(_tol), which return tuple(vector, matrix) (posterior mean and Cholesky factor). (#1649)
Added to_vector_array(matrix), to_row_vector_array(matrix), and new overloads for to_matrix. (#1693)
Updated the parser to reject invalid function definitions earlier, allowing for nicer error messages in some cases. (#1630)
Improved the error message for using an unnormalized function in an invalid context. (#1636)
Improved error messages for when a variable has a size which depends on an illegal expression. (#1647)
Improved startup time of the compiler by deferring loading of the math library signatures. (#1623)
Improved handling of some edge cases when the same variable is used on both left- and right- hand side of an assignment. (#1627)
The Stan compiler is now built with OCaml 5.5.0 by default. (#1631)
Formated .mll and .mly files with menhirformat. (#1634)
Added debug flag --debug-print-factor-graph to print the compiler's conservative over-approximation of the factor graph for the model(s) implemented in the Stan program. (#1673)