File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11Package: cmdstanr
22Title: R Interface to 'CmdStan'
3- Version: 0.8.0.9000
4- Date: 2024-05-18
3+ Version: 0.8.1
4+ Date: 2024-06-06
55Authors@R:
66 c(person(given = "Jonah", family = "Gabry", role = "aut",
77 email = "jsg2201@columbia.edu"),
Original file line number Diff line number Diff line change 1- # cmdstanr 0.8.0 .9000
1+ # cmdstanr 0.8.1 .9000
22
33Items for next release go here
44
5+ # cmdstanr 0.8.1
6+
7+ ## Minor changes
8+
9+ * Added ` CMDSTANR_USE_RTOOLS ` environment variable to force stock RTools on Windows by @andrjohns in #980
10+ * Added support for Windows ARM64 by @andrjohns in #990
11+ * Automatically initialise model methods when called, add ` inc_warmup ` argument to ` $unconstrain_draws() ` by @andrjohns in #985
12+
13+ ## Bugfixes
14+
15+ * Fix errors when using pathfinder object as initial values by @avehtari in #984
16+ * Fix error with ` $unconstrain_draws() ` returning incorrect assumptions in some cases by @andrjohns in #983
17+ * Fix spurious errors about missing CmdStan config files by @andrjohns in #981
18+ * Fix linking error when exposing SUNDIALS/KINSOL functions or model methods by @andrjohns in #977
19+ * Fix long-standing error with OneDrive paths on Windows by @andrjohns in #990
20+
521# cmdstanr 0.8.0
622
723## Major new features
You can’t perform that action at this time.
0 commit comments