File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ Describe what you expect the output to be. Knowing the correct behavior is also
2424Provide any additional information here.
2525
2626#### Current Version:
27- v2.37 .0
27+ v2.38 .0
Original file line number Diff line number Diff line change 11CMDSTAN RELEASE NOTES
22======================================================================
33
4+ v2.38.0 (6 January 2026)
5+ ======================================================================
6+
7+ - Removed `STAN_CPP_OPTIMS` from the `model info` command. It was never set to the correct value. (#1332)
8+
49v2.37.0 (2 September 2025)
510======================================================================
611
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ include make/program
148148include make/tests
149149include make/command
150150
151- CMDSTAN_VERSION := 2.37 .0
151+ CMDSTAN_VERSION := 2.38 .0
152152
153153.PHONY : help
154154help :
Original file line number Diff line number Diff line change 1212#endif
1313
1414#define CMDSTAN_MAJOR 2
15- #define CMDSTAN_MINOR 37
15+ #define CMDSTAN_MINOR 38
1616#define CMDSTAN_PATCH 0
1717
1818namespace cmdstan {
You can’t perform that action at this time.
0 commit comments