File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,13 @@ Stan programs requires CmdStan >= 2.26. (#434)
28
28
29
29
* Suppressing compilation messages when not in interactive mode. (#462 , @wlandau )
30
30
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 )
33
38
34
39
# cmdstanr 0.3.0
35
40
You can’t perform that action at this time.
0 commit comments