Skip to content

Commit a15291a

Browse files
author
Nicusor Serban
committed
Add release notes for v2.35.0
1 parent bfc2bf8 commit a15291a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

RELEASE-NOTES.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
CMDSTAN RELEASE NOTES
22
======================================================================
33

4+
v2.35.0 (3 June 2024)
5+
======================================================================
6+
7+
- Exposes new arguments for `laplace`:
8+
`calculate_lp` is a boolean subarg of `laplace` which controls whether or not log_prob is called for each approximate draw. Default is true (existing behavior).
9+
The `diagnostic_file` argument of `output` now exposes information from the mode, namely the gradient and Hessian.
10+
(#1246)
11+
- CmdStan will now halt if a filesystem error prevents writing to one of the output files. (#1249)
12+
- The `generate_quantities` method now supports the `num_chains` arguments to perform downstream analysis in parallel. (#1256)
13+
- `log_prob` now prevents the same CSV from being read and written to at the same time. (#1259)
14+
- Boolean arguments to cmdstan accept `true` and `false` in addition to 1 and 0. (#1260)
15+
- `mingw32-make` is no longer necessary on Windows, the standard `make` program is sufficient. (#1262)
16+
- Improved the logic around the `USER_HEADER` variable to give an informative error when it is misspecified. (#1264)
17+
- `make clean` deletes more files, hopefully making it so `make clean-all` needs to be run far less often. (#1267)
18+
- Fixed an issue preventing the precompiled header from being used with GCC. (#1268)
19+
- Allow `num_warmup=0` to be paired with `adapt engaged=0` when the algorithm is the `fixed_param` sampler. (#1277)
20+
421
v2.34.1 (23 January 2024)
522
======================================================================
623

0 commit comments

Comments
 (0)