Skip to content

Commit

Permalink
Release version
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Nov 1, 2022
1 parent f9d74fd commit e88625c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Description: Bayesian data analysis usually incurs long runtimes
both single-fit workflows and multi-rep simulation studies.
For the statistical methodology, please refer to 'Stan' documentation
(Stan Development Team 2020) <https://mc-stan.org/>.
Version: 0.0.5.9000
Version: 0.0.6
License: MIT + file LICENSE
URL: https://docs.ropensci.org/stantargets/, https://github.com/ropensci/stantargets
BugReports: https://github.com/ropensci/stantargets/issues
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# stantargets 0.0.6

Same for the `variables` argument of `tar_stan_gq()`, `tar_stan_mle()`, and `tar_stan_vb()`.
* Implement resilient rep-specific seeds that do not change if the batching structure changes.

# stantargets 0.0.5.9000

* Update the signatures of most user-side functions to accommodate changes from `cmdstanr` 0.2.0 to 0.5.0 (https://github.com/ropensci/targets/discussions/884, @stuvet).
* Add new arguments `variables_fit` and `inc_warmup_fit` to be passed to the `CmdStanFit` target in `tar_stan_mcmc()` instead of `variables` and `inc_warmup` (#56, @yizhang-yiz). Same for the `variables` argument of `tar_stan_gq()`, `tar_stan_mle()`, and `tar_stan_vb()`.
* Add new arguments `variables_fit` and `inc_warmup_fit` to be passed to the `CmdStanFit` target in `tar_stan_mcmc()` instead of `variables` and `inc_warmup` (#56, @yizhang-yiz).

# stantargets 0.0.4

Expand Down

0 comments on commit e88625c

Please sign in to comment.