Skip to content

Commit 9eda8f9

Browse files
committed
bump cmdstanr version and required version of posterior
1 parent b43d9e6 commit 9eda8f9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: cmdstanr
22
Title: R Interface to 'CmdStan'
3-
Version: 0.2.1
4-
Date: 2020-11-24
3+
Version: 0.2.2
4+
Date: 2020-12-03
55
Authors@R:
66
c(person(given = "Jonah", family = "Gabry", role = c("aut", "cre"),
77
email = "[email protected]"),
@@ -27,7 +27,7 @@ SystemRequirements: CmdStan (https://mc-stan.org/users/interfaces/cmdstan)
2727
Imports:
2828
checkmate,
2929
jsonlite (>= 1.2.0),
30-
posterior (>= 0.1.0),
30+
posterior (>= 0.1.3),
3131
processx (>= 3.4.5),
3232
R6 (>= 2.4.0),
3333
data.table

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# Items for next tagged release
1+
# cmdstanr 0.2.2
22

33
### Bug fixes
44

55
* Fixed bug with reading Stan CSV when grep used coloring by default (#364,#371)
66

7+
* Depend on posterior v0.1.3 to avoid potentially error in `$summary()`. (#383)
8+
79
### New features
810

911
* Added support for native execution on the macOS with the M1 ARM-based CPU. (#375)

0 commit comments

Comments
 (0)