Skip to content

Commit ab2051c

Browse files
committed
Update NEWS.md
1 parent 187ad16 commit ab2051c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

NEWS.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,13 @@ Stan programs requires CmdStan >= 2.26. (#434)
2828

2929
* Suppressing compilation messages when not in interactive mode. (#462, @wlandau)
3030

31-
* Add a new `error_on_NA` argument to `cmdstan_version()` to optionally return `NULL`
32-
if the CmdStan path is not found (#467, @wlandau).
31+
* New `error_on_NA` argument for `cmdstan_version()` to optionally return `NULL`
32+
(instead of erroring) if the CmdStan path is not found (#467, @wlandau).
33+
34+
* New `format` argument for `$draws()`, `$sampler_diagnostics()`,
35+
`read_cmdstan_csv()`, and `as_cmdstan_fit`(). This controls the format of the
36+
draws returned or stored in the object. Changing the format can improve speed
37+
and memory usage for large models. (#482)
3338

3439
# cmdstanr 0.3.0
3540

0 commit comments

Comments
 (0)