Skip to content

Commit 021c890

Browse files
committed
bump version
1 parent e23f3a2 commit 021c890

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
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

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: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)