Skip to content

Commit 5fa1913

Browse files
committed
Prepare bugfix release
1 parent c9369c4 commit 5fa1913

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

NEWS.md

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

33
Items for next release go here
44

55
# cmdstanr 0.8.0
66

7+
## Minor changes
8+
9+
* Added `CMDSTANR_USE_RTOOLS` environment variable to force stock RTools on Windows by @andrjohns in #980
10+
* Automatically initialise model methods when called, add `inc_warmup` argument to `$unconstrain_draws()` by @andrjohns in #985
11+
12+
## Bugfixes
13+
14+
* Fix errors when using pathfinder object as initial values by @avehtari in #984
15+
* Fix error with `$unconstrain_draws()` returning incorrect assumptions in some cases by @andrjohns in #983
16+
* Fix spurious errors about missing CmdStan config files by @andrjohns in #981
17+
* Fix linking error when exposing SUNDIALS/KINSOL functions or model methods by @andrjohns in #977
18+
19+
# cmdstanr 0.8.0
20+
721
## Major new features
822

923
* Add functionality for passing `CmdStanFit` objects as initial values by @SteveBronder in #937

0 commit comments

Comments
 (0)