Skip to content

Commit

Permalink
Prepare bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jun 5, 2024
1 parent c9369c4 commit 5fa1913
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
# cmdstanr 0.8.0.9000
# cmdstanr 0.8.1.9000

Items for next release go here

# cmdstanr 0.8.0

## Minor changes

* Added `CMDSTANR_USE_RTOOLS` environment variable to force stock RTools on Windows by @andrjohns in #980
* 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

# cmdstanr 0.8.0

## Major new features

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

0 comments on commit 5fa1913

Please sign in to comment.