File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
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
3+ Version: 0.8.1
44Date: 2024-05-18
55Authors@R:
66 c(person(given = "Jonah", family = "Gabry", role = "aut",
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Items for next release go here
77## Minor changes
88
99* 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
1011* Automatically initialise model methods when called, add ` inc_warmup ` argument to ` $unconstrain_draws() ` by @andrjohns in #985
1112
1213## Bugfixes
@@ -15,6 +16,7 @@ Items for next release go here
1516* Fix error with ` $unconstrain_draws() ` returning incorrect assumptions in some cases by @andrjohns in #983
1617* Fix spurious errors about missing CmdStan config files by @andrjohns in #981
1718* 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
1820
1921# cmdstanr 0.8.0
2022
You can’t perform that action at this time.
0 commit comments