You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,19 @@
1
1
# cmdstanr (development version)
2
2
3
+
*`pathfinder()` now respects `save_single_paths = TRUE` instead of always
4
+
passing `0` to CmdStan.
5
+
*`pathfinder()` now uses `threads` argument (`num_threads` is deprecated),
6
+
to be consistent with other methods.
3
7
* Informative error when exposing functions using names that are reserved
4
8
keywords (@VisruthSK, #1154)
5
9
*`save_cmdstan_config` and `save_metric` default to `FALSE` but can be
6
10
set to `TRUE` for an entire R session via new global options. (#1159)
11
+
*`save_metric_files()` now gives an informative error when metric files were not created and keeps saved metric files after the fitted model is garbage-collected. (#1021)
7
12
*`cmdstan_model()` no longer fails when `MAKEFLAGS` enables directory-printing
8
13
output while reading `STANCFLAGS` from `make`. (#1163)
14
+
*`laplace()` no longer overwrites the internally generated optimizer CSV when
15
+
`mode = NULL` and `output_basename` is supplied. The internally generated
16
+
optimizer CSV now uses the filename `<output_basename>-mode-1.csv`.
9
17
10
18
* CmdStanModel objects created using `compile_model_methods = TRUE` that are
11
19
then saved and reloaded no longer error in model fitting methods. Model methods
0 commit comments