Skip to content

Commit 22b391e

Browse files
authored
Merge pull request #678 from stan-dev/bump-to-0.5.3
Bump version to 0.5.3
2 parents e23f3a2 + ebe34f6 commit 22b391e

File tree

5 files changed

+25
-6
lines changed

5 files changed

+25
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: cmdstanr
22
Title: R Interface to 'CmdStan'
3-
Version: 0.5.2.1
3+
Version: 0.5.3
44
Date: 2022-04-24
55
Authors@R:
66
c(person(given = "Jonah", family = "Gabry", role = c("aut", "cre"),
@@ -27,7 +27,7 @@ URL: https://mc-stan.org/cmdstanr/, https://discourse.mc-stan.org
2727
BugReports: https://github.com/stan-dev/cmdstanr/issues
2828
Encoding: UTF-8
2929
LazyData: true
30-
RoxygenNote: 7.1.2
30+
RoxygenNote: 7.2.0
3131
Roxygen: list(markdown = TRUE, r6 = FALSE)
3232
SystemRequirements: CmdStan (https://mc-stan.org/users/interfaces/cmdstan)
3333
Depends:

NEWS.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# cmdstanr 0.4.0.9000
1+
# cmdstanr 0.5.3
2+
3+
### New features
4+
5+
* On Windows, users can now install and use CmdStan with WSL (Windows
6+
Subsystem for Linux). Set `wsl=TRUE` in `install_cmdstan()` to install CmdStan
7+
for use with WSL. This can offer significant speedups compared to native
8+
Windows execution. (#677, @andrjohns)
29

310
### Bug fixes
411

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

23+
* Fixed a bug that caused the `time()` method fail when some of the chains failed to finish
24+
succesfully.
25+
1626
# cmdstanr 0.5.2
1727

1828
* Refactored toolchain installation and checks for R 4.x on Windows and added support

R/model.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,7 @@ CmdStanModel$set("public", name = "sample", value = sample)
11591159
#' processes. For example, `mpi_args = list("n" = 4)` launches the executable
11601160
#' as `mpiexec -n 4 model_executable`, followed by CmdStan arguments for the
11611161
#' model executable.
1162+
#' @param validate_csv Deprecated. Use `diagnostics` instead.
11621163
#'
11631164
#' @return A [`CmdStanMCMC`] object.
11641165
#'

man/cmdstan_default_path.Rd

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model-method-sample_mpi.Rd

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)