|
1 | 1 | Stan Math Library Release Notes
|
2 | 2 |
|
| 3 | +====================================================================== |
| 4 | +v5.1.0 (2 September 2025) |
| 5 | +====================================================================== |
| 6 | + |
| 7 | + - Added functions for the embedded Laplace approximation. (#3097, #3209, #3210) |
| 8 | + - Added new overloads for `sum_to_zero_constrain` and `sum_to_zero_free` that accept Eigen Matrix types. (#3169) |
| 9 | + - The simplex transform is now defined in terms of the isometric log ratio transform instead of stick breaking. (#3171) |
| 10 | + - Renamed `hypergeometric_1f0` to `hypergeometric_1F0` for consistency, fixed compilation for `hypergeometric_2f1` with autodiff second argument. (#3165) |
| 11 | + - Simplified implementation of `chol2inv` using matrix functions. (#3136) |
| 12 | + - Improved the numerical stability of the gradient calculations for `inv_Phi` and `std_normal_log_qf`. (#3139, #3207) |
| 13 | + - Simplified vectorisation of `std_normal_lpdf`. (#3140) |
| 14 | + - Removed redundant computation in `grad_reg_inc_beta`. (#3159) |
| 15 | + - Updated signature for `apply_scalar_binary` to take the functor as its first argument, instead of the last. (#3156) |
| 16 | + - Added perfect forwarding to all functions that use the `apply_` family of functors. (#3221, #3228, #3229) |
| 17 | + - Fixed expression test errors with `poisson_binomial_rng`, added support for row-vector and `std::vector<double>` `theta` arguments for `poisson_binomial`. (#3178) |
| 18 | + - Updated `inv_logit` to use the logistic function from Eigen. (#3155, #3160) |
| 19 | + - Update the constraint functions templating to be more flexible. (#3151) |
| 20 | + - Added ARM64 testing to the Github CI for Windows and Ubuntu (#3177, #3173, #3180, #3174, #3158, #3164) |
| 21 | + - Disabled Make's implicit rules in our Makefiles. (#3183) |
| 22 | + - Updated Boost to version 1.87.0 (#3185) |
| 23 | + - Patched an issue preventing TBB from building with clang 21.1 (#3223) |
| 24 | + |
3 | 25 | ======================================================================
|
4 | 26 | v5.0.0 (10 December 2024)
|
5 | 27 | ======================================================================
|
|
0 commit comments