v2.35.0 (3 June 2024)
·
212 commits
to develop
since this release
- 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