|
1 |
| -# cmdstanr 0.8.1.9000 |
| 1 | +# cmdstanr 0.9.0 |
2 | 2 |
|
3 |
| -Items for next release go here |
| 3 | +## General Improvements/Changes |
| 4 | + |
| 5 | + * Added compatibility for RTools45 (#1066) |
| 6 | + * cmdstanr will now use RTools with no additional toolchain updates needed on Windows (CmdStan 2.35+ only; #1065, #1054) |
| 7 | + * Improve error messages when calling `sampler_diagnostics()` with `fixed_param=TRUE` |
| 8 | + * Improve numerical stability in calculation of effective sample size during `loo` method (#1057) |
| 9 | + * Improve numerical stablity with very small log-ratios in calculation of effective sample size during `loo` method (#1015) |
| 10 | + * Add warning if input data/inits have been coerced to ints (#994) |
| 11 | + |
| 12 | +## Bugfixes |
| 13 | + |
| 14 | + * Don't require fixed_param for models with zero parameters (only GQs) for CmdStan >= 2.36 (#1046) |
| 15 | + * Improve detection/handling of `make` (#1036) |
| 16 | + * Fix saving of model objects to network drive (#1038, thanks to @bschneidr) |
| 17 | + * Update usage of `untar` to fix installation errors (#1034) |
| 18 | + * Respect compilation flags in `make/local` when exposing functions or model methods (#1003) |
| 19 | + * Fix passing of include paths to CmdStan (#1000) |
| 20 | + * Fix passing of factor data to CmdStan (#999) |
| 21 | + * Fix extraction and passing of array data/parameters as model inits (#993) |
| 22 | + |
| 23 | +## Documentation Updates |
| 24 | + |
| 25 | + * Clarifications to usage of `optimize` and `loo` methods (#1060) |
| 26 | + * Add documentation for faster model saving with large models (#1042) |
| 27 | + * Remove mentions of `rstan::read_stan_csv` due to incompatibility with newer CmdStan outputs (#1018) |
| 28 | + * Document global option `cmdstanr_print_line_numbers` for printing line numbers (#1017) |
| 29 | + * Change usage of 'chapter' to 'section' in documentation (#1014) |
| 30 | + * Remove examples of updating removed array syntax as functionality no longer supported in CmdStan (#1008) |
| 31 | + * Change usages of 'sampling statement' -> 'distribution statement' (#987) |
4 | 32 |
|
5 | 33 | # cmdstanr 0.8.1
|
6 | 34 |
|
|
0 commit comments