Skip to content

Commit 02259ef

Browse files
authored
Merge pull request #989 from stan-dev/v0.8.1-bugfix-rel
Prepare v0.8.1 bugfix release
2 parents 9ea8e99 + 5547391 commit 02259ef

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: cmdstanr
22
Title: 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
55
Authors@R:
66
c(person(given = "Jonah", family = "Gabry", role = "aut",
77
email = "[email protected]"),

NEWS.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
1-
# cmdstanr 0.8.0.9000
1+
# cmdstanr 0.8.1.9000
22

33
Items 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

0 commit comments

Comments
 (0)