Skip to content

Commit

Permalink
Merge pull request #678 from stan-dev/bump-to-0.5.3
Browse files Browse the repository at this point in the history
Bump version to 0.5.3
  • Loading branch information
rok-cesnovar authored Jul 17, 2022
2 parents e23f3a2 + ebe34f6 commit 22b391e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cmdstanr
Title: R Interface to 'CmdStan'
Version: 0.5.2.1
Version: 0.5.3
Date: 2022-04-24
Authors@R:
c(person(given = "Jonah", family = "Gabry", role = c("aut", "cre"),
Expand All @@ -27,7 +27,7 @@ URL: https://mc-stan.org/cmdstanr/, https://discourse.mc-stan.org
BugReports: https://github.com/stan-dev/cmdstanr/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
RoxygenNote: 7.2.0
Roxygen: list(markdown = TRUE, r6 = FALSE)
SystemRequirements: CmdStan (https://mc-stan.org/users/interfaces/cmdstan)
Depends:
Expand Down
12 changes: 11 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# cmdstanr 0.4.0.9000
# cmdstanr 0.5.3

### New features

* On Windows, users can now install and use CmdStan with WSL (Windows
Subsystem for Linux). Set `wsl=TRUE` in `install_cmdstan()` to install CmdStan
for use with WSL. This can offer significant speedups compared to native
Windows execution. (#677, @andrjohns)

### Bug fixes

Expand All @@ -13,6 +20,9 @@ with spaces. (@weshinsley, #661, #663)
* Fixed a bug that caused issues when using `~` or `.` in paths supplied to the
`cmdstanr_write_stan_file_dir` global option.

* Fixed a bug that caused the `time()` method fail when some of the chains failed to finish
succesfully.

# cmdstanr 0.5.2

* Refactored toolchain installation and checks for R 4.x on Windows and added support
Expand Down
1 change: 1 addition & 0 deletions R/model.R
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,7 @@ CmdStanModel$set("public", name = "sample", value = sample)
#' processes. For example, `mpi_args = list("n" = 4)` launches the executable
#' as `mpiexec -n 4 model_executable`, followed by CmdStan arguments for the
#' model executable.
#' @param validate_csv Deprecated. Use `diagnostics` instead.
#'
#' @return A [`CmdStanMCMC`] object.
#'
Expand Down
6 changes: 6 additions & 0 deletions man/cmdstan_default_path.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions man/model-method-sample_mpi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 22b391e

Please sign in to comment.