From e88625c66a55c95107ad367ed401a7ecb5af9b11 Mon Sep 17 00:00:00 2001 From: wlandau Date: Tue, 1 Nov 2022 13:36:31 -0400 Subject: [PATCH] Release version --- DESCRIPTION | 2 +- NEWS.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 35c7868..1e1bb00 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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) . -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 diff --git a/NEWS.md b/NEWS.md index 76a8425..a44b764 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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