Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Note: these are the release notes for the stan-dev/stan repository.
Further changes may arise at the interface level (stan-dev/{rstan,
pystan, cmdstan}) and math library level (stan-dev/math).

v2.39.0 (19 May 2026)
======================================================================

- Added timing information to the output of standalone generated quantities. (#3373, #3377)
- Added a `converged__` column to the output of the optimization algorithms,
which documents why the optimization algorithm halted. A string explanation
is also added as a comment. (#3379)
- Changes for compatibility with Eigen 5.0.1. (#3371)
- Fixed an issue where memory was being re-allocated unnecessarily. (#3392)

v2.38.0 (13 January 2026)
======================================================================

Expand Down
2 changes: 1 addition & 1 deletion lib/stan_math
Submodule stan_math updated 1 files
+18 −0 RELEASE-NOTES.txt
Loading