Releases: stan-dev/cmdstan
Releases Β· stan-dev/cmdstan
v2.37.0 (2 September 2025)
- Changed the default value of sig_figs to 8. This should reduce errors when using the output of CmdStan as further input to Stan programs. (#1308)
- Updated the behavior of filename arguments when requesting multiple chains. In addition to the existing behavior, users can now pass a comma-separated list of filenames to specify the output files for each chain. This allows for more flexibility in naming output files when running multiple chains. (#1312, #1318)
- Added more information when encountering a system error like an unwriteable file or a full disk. (#1316)
- Improved dependency discovery when running CmdStan's test suite. (#1314)
- Removed the mips64el build of CmdStan. (#1319)
- Re-added ESS/s to stansummary. (#1320)
- Fixed an issue with the diagnose command using the wrong number of iterations when calculating percentages. (#1321)
Documentation
HTML
v2.37.0-rc4 (22 August 2025)
Tagging v2.37.0-rc4
v2.37.0-rc3 (18 August 2025)
Tagging v2.37.0-rc3
v2.37.0-rc2 (12 June 2025)
Tagging v2.37.0-rc2
v2.37.0-rc1 (5 June 2025)
Tagging v2.37.0-rc1
v2.36.0 (10 December 2024)
- No longer force fix_param when model has no parameters. (#1288)
- Updated stansummary to use split, rank-normalized Rhat and ESS. (#1301)
- Fixed stansummary crashing if it is run on a csv file without any
__columns (#1283) - Fixed stansummary not rebuilding when a dependent file changes (#1283)
- Removed support for adding makefile variables in
~/.config/stan/make.local. Use themake/localfile in the CmdStan directory instead. (#1282, #1284) - Windows: Don't try to copy tbb.dll if TBB_TARGETS is undefined. (#1285)
Documentation
HTML
v2.36.0-rc2 (3 December 2024)
Tagging v2.36.0-rc2
v2.36.0-rc1 (25 November 2024)
Point to latest stan commit
v2.35.0 (3 June 2024)
- Exposes new arguments for
laplace:
calculate_lpis a boolean subarg oflaplacewhich controls whether or not log_prob is called for each approximate draw. Default is true (existing behavior).
Thediagnostic_fileargument ofoutputnow exposes information from the mode, namely the gradient and Hessian.
(#1246) - CmdStan will now halt if a filesystem error prevents writing to one of the output files. (#1249)
- The
generate_quantitiesmethod now supports thenum_chainsarguments to perform downstream analysis in parallel. (#1256) log_probnow prevents the same CSV from being read and written to at the same time. (#1259)- Boolean arguments to cmdstan accept
trueandfalsein addition to 1 and 0. (#1260) mingw32-makeis no longer necessary on Windows, the standardmakeprogram is sufficient. (#1262)- Improved the logic around the
USER_HEADERvariable to give an informative error when it is misspecified. (#1264) make cleandeletes more files, hopefully making it somake clean-allneeds to be run far less often. (#1267)- Fixed an issue preventing the precompiled header from being used with GCC. (#1268)
- Allow
num_warmup=0to be paired withadapt engaged=0when the algorithm is thefixed_paramsampler. (#1277)
Documentation
HTML
v2.35.0-rc3 (23 May 2024)
Tagging v2.35.0-rc3