Skip to content

Commit 918b349

Browse files
committed
docs: add bullet points for 0.4.0 release changes
1 parent fdd2150 commit 918b349

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# epidist 0.4.0
22

3+
## Package
4+
5+
- Enforce line length and use cli for latent prior checks. See #580.
6+
- Removed CodeDepends from DESCRIPTION dependencies.
7+
8+
## Documentation
9+
10+
- Restructured pkgdown reference with higher-level categories. See #574.
11+
- Updated FAQ to recommend pp_check with expanded data. See #575.
12+
- Clarified weight parameter documentation in `as_epidist_marginal_model()`. See #565.
13+
- Fixed pathfinder parameter usage in approximate inference vignette. See #573.
314

415
# epidist 0.3.1
516

vignettes/approx-inference.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Although a `save_single_paths` option is available, which may have allowed recov
182182
```{r}
183183
t <- proc.time()
184184
fit_pathfinder <- epidist(
185-
data = data, algorithm = "pathfinder", draws = 4000, num_paths = 1,
185+
data = data, algorithm = "pathfinder", draws = 4000, chains = 1,
186186
backend = "cmdstanr"
187187
)
188188
time_pathfinder <- proc.time() - t

0 commit comments

Comments
 (0)