|
1 |
| -# cmdstanr 0.7.0.9000 |
| 1 | +# cmdstanr 0.8.0.9000 |
2 | 2 |
|
3 | 3 | Items for next release go here
|
4 | 4 |
|
| 5 | +# cmdstanr 0.8.0 |
| 6 | + |
| 7 | +## Major new features |
| 8 | + |
| 9 | +* Add functionality for passing `CmdStanFit` objects as initial values by @SteveBronder in #937 |
| 10 | + |
| 11 | +## Other improvements |
| 12 | + |
| 13 | +* Add compatibility with CmdStan 2.35 by @andrjohns in #972 |
| 14 | +* Add `show_messages` and `show_exceptions` arguments to all methods for controlling output by @andrjohns in #897 |
| 15 | +* Drop RcppEigen dependency, implement basic Eigen -> C++ interop by @andrjohns in #899 |
| 16 | +* Add compatibility with CmdStan 2.34 by @andrjohns in #905 #910 |
| 17 | +* Add a format argument to the `unconstrain_draws()` method to specify draws format of return by @andrjohns in #886 |
| 18 | +* Align `cmdstanr` EBFMI diagnostic threshold with CmdStan by @andrjohns in #892 |
| 19 | +* Add global option `cmdstanr_print_line_numbers` to add line number to model printing by @sbfnk in #967 |
| 20 | +* Add new CmdStan arguments `save_metric` and `save_cmdstan_config` by @venpopov in #932 |
| 21 | +* Add documentation for CmdStanR global options by @jgabry in #951 |
| 22 | +* Add documentation for how to obtain structured output similar to `rstan::extract()` using a combination of `cmdstanr` and `posterior` by @jgabry in #955 |
| 23 | +* Added coercion generics for CmdStanFit objects by @gowerc in #943 |
| 24 | +* `psis_resample` and `calculate_lp` arguments added to Pathfinder method by @SteveBronder in #903 |
| 25 | +* Documentation and tests for LOO method updated by @jgabry in #923 |
| 26 | +* Global option `cmdstanr_warn_inits` added to disable warnings about partially specified initial values by @jgabry in #913 |
| 27 | +* Updates to MCMC `output_dir` documentation by @jgabry in #929 |
| 28 | + |
| 29 | +## Bugfixes |
| 30 | + |
| 31 | +* Fix broken link in OpenCL documentation by @eipi10 in #908 |
| 32 | +* Fix a minor typo in the README by @jgabry in #911 |
| 33 | +* Make exported RNG functions respect changes to R's seed by @andrjohns in #973 |
| 34 | +* Optimisations for model methods functions by @andrjohns in #960 |
| 35 | +* Bugfix for passing function for initial values with Pathfinder method and default `num_paths` by @andrjohns in #964 |
| 36 | +* Continue with compilation if `compile_stanalone=TRUE` but no functions are found by @jgabry in #956 |
| 37 | +* Update tests and CI for compatibility with MacOS ARM64 by @andrjohns in #958 |
| 38 | +* Fix handling of `inv_metric` argument with only 1 parameter by @venpopov in #935 |
| 39 | +* Fixes for compatibility with RTools44 by @andrjohns in #952 #959 |
| 40 | + |
5 | 41 | # cmdstanr 0.7.0
|
6 | 42 |
|
7 |
| -## Major new features |
| 43 | +## Major new features |
8 | 44 |
|
9 | 45 | * New `laplace` method by @jgabry in #800
|
10 | 46 | * New `pathfinder` method by @SteveBronder in #848
|
@@ -47,7 +83,7 @@ Items for next release go here
|
47 | 83 | ### Major new features
|
48 | 84 |
|
49 | 85 | * New `expose_functions()` method to expose Stan functions to R by @andrjohns in #702. See `?expose_functions`.
|
50 |
| -* New methods for accessing log_prob, grad_log_prob, hessian, un/constrain variables by @andrjohns in #701. See `?init_model_methods`. |
| 86 | +* New methods for accessing log_prob, grad_log_prob, hessian, un/constrain variables by @andrjohns in #701. See `?init_model_methods`. |
51 | 87 |
|
52 | 88 | ### Other changes
|
53 | 89 |
|
|
0 commit comments