Skip to content

Commit 1357c13

Browse files
release/v2.37.0: updating release notes
1 parent b629b13 commit 1357c13

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Note: these are the release notes for the stan-dev/stan repository.
55
Further changes may arise at the interface level (stan-dev/{rstan,
66
pystan, cmdstan}) and math library level (stan-dev/math).
77

8+
v2.37.0 (2 September 2025)
9+
======================================================================
10+
11+
- Fixed a memory leak in `laplace_sample`. (#3324)
12+
- Dramatically reduce the memory footprint of Pathfinder when PSIS resampling is disabled. Note that this change involves changes to thread scheduling that may result in the same seed returning draws in a different order when multiple threads are used, but the unordered set of draws should be unchanged. (#3325)
13+
- Fixed a missing size check by directing all std::vector assigns through size-aware version. (#3352)
14+
- Implemented serialization and deserializtion for `sum_to_zero` matrix. (#3342)
15+
- Fixed stepsize adaption being completely reset when passing `0` for the size of `term_buffer`. (#3346)
16+
817
v2.36.0 (10 December 2024)
918
======================================================================
1019

0 commit comments

Comments
 (0)