Skip to content

Commit

Permalink
Merge pull request #989 from stan-dev/v0.8.1-bugfix-rel
Browse files Browse the repository at this point in the history
Prepare v0.8.1 bugfix release
  • Loading branch information
andrjohns committed Jun 6, 2024
2 parents 9ea8e99 + 5547391 commit 02259ef
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: cmdstanr
Title: R Interface to 'CmdStan'
Version: 0.8.0.9000
Date: 2024-05-18
Version: 0.8.1
Date: 2024-06-06
Authors@R:
c(person(given = "Jonah", family = "Gabry", role = "aut",
email = "[email protected]"),
Expand Down
18 changes: 17 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# cmdstanr 0.8.0.9000
# cmdstanr 0.8.1.9000

Items for next release go here

# cmdstanr 0.8.1

## Minor changes

* Added `CMDSTANR_USE_RTOOLS` environment variable to force stock RTools on Windows by @andrjohns in #980
* Added support for Windows ARM64 by @andrjohns in #990
* Automatically initialise model methods when called, add `inc_warmup` argument to `$unconstrain_draws()` by @andrjohns in #985

## Bugfixes

* Fix errors when using pathfinder object as initial values by @avehtari in #984
* Fix error with `$unconstrain_draws()` returning incorrect assumptions in some cases by @andrjohns in #983
* Fix spurious errors about missing CmdStan config files by @andrjohns in #981
* Fix linking error when exposing SUNDIALS/KINSOL functions or model methods by @andrjohns in #977
* Fix long-standing error with OneDrive paths on Windows by @andrjohns in #990

# cmdstanr 0.8.0

## Major new features
Expand Down

0 comments on commit 02259ef

Please sign in to comment.