Skip to content

Commit 52f7e92

Browse files
release/v5.2.0: updating version numbers (#3269)
1 parent a6932f2 commit 52f7e92

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ If this is a **feature request**, show what you expect to happen if the feature
2525

2626

2727
#### Current Version:
28-
v5.1.0
28+
v5.2.0

RELEASE-NOTES.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
Stan Math Library Release Notes
22

3+
======================================================================
4+
v5.2.0 (6 January 2026)
5+
======================================================================
6+
7+
- Added the unnormalized CDF and CCDF for the wiener 7-parameter diffusion model. Allows modeling truncated and censored data. (#3042, #3258, #3260, #3263)
8+
- Added `yule_simon_lpmf` and `yule_simon_lccdf`. Allows modeling power-law count data. (#3220, #3236)
9+
- Updated wording of validate_positive_index. (#3248)
10+
- Replaced standard `if` statements with `if constexpr` where posssible. (#3240)
11+
- Removed use of `forward_as` in the math library. (#3242)
12+
- Added some more type traits for dealing with tuples. (#3244)
13+
- Added `inline` to all functions. (#3245)
14+
315
======================================================================
416
v5.1.0 (2 September 2025)
517
======================================================================

doxygen/doxygen.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "Stan Math Library"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 5.1.0
51+
PROJECT_NUMBER = 5.2.0
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

stan/math/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#endif
1313

1414
#define STAN_MATH_MAJOR 5
15-
#define STAN_MATH_MINOR 1
15+
#define STAN_MATH_MINOR 2
1616
#define STAN_MATH_PATCH 0
1717

1818
namespace stan {

0 commit comments

Comments
 (0)