Skip to content

Commit ba2d3ee

Browse files
committed
chore: bump to dev version 0.4.0.1000 and update NEWS
1 parent bd29099 commit ba2d3ee

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: epidist
22
Title: Estimate Epidemiological Delay Distributions With brms
3-
Version: 0.4.0
3+
Version: 0.4.0.1000
44
Authors@R:
55
c(person(given = "Adam Howes",
66
role = c("aut"),

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# epidist 0.4.0.1000
2+
3+
## Bug fixes
4+
5+
- Fixed Stan compilation failure with primarycensored >= 1.4.0 by adding the
6+
new `L` (left truncation) parameter to the `primarycensored_lpmf` call in
7+
the marginal model. See #583.
8+
- Added `primarycensored (>= 1.4.0)` version bound to DESCRIPTION.
9+
- Updated test expectations for changed primarycensored error handling.
10+
11+
## CI
12+
13+
- Extended `check-cmdstan` workflow to also check marginal model Stan syntax.
14+
115
# epidist 0.4.0
216

317
## Package

0 commit comments

Comments
 (0)