Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare v0.8.1 bugfix release #989

Merged
merged 5 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading