Skip to content

Commit d0825d1

Browse files
committed
Bump NEWs and version
1 parent c526d09 commit d0825d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: cmdstanr
22
Title: R Interface to 'CmdStan'
3-
Version: 0.8.0.9000
3+
Version: 0.8.1
44
Date: 2024-05-18
55
Authors@R:
66
c(person(given = "Jonah", family = "Gabry", role = "aut",

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)