Skip to content

Commit bc0ee97

Browse files
committed
doc: bump version
1 parent f222424 commit bc0ee97

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: epipredict
22
Title: Basic epidemiology forecasting methods
3-
Version: 0.0.8
3+
Version: 0.0.9
44
Authors@R: c(
55
person("Daniel", "McDonald", , "[email protected]", role = c("aut", "cre")),
66
person("Ryan", "Tibshirani", , "[email protected]", role = "aut"),

NEWS.md

+2-19
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,32 @@
11
# epipredict (development)
22

3-
# epipredict 0.0.8
3+
# epipredict 0.1
44

55
- add `check_enough_train_data` that will error if training data is too small
66
- added `check_enough_train_data` to `arx_forecaster`
7-
8-
# epipredict 0.0.7
9-
107
- simplify `layer_residual_quantiles()` to avoid timesuck in `utils::methods()`
11-
12-
# epipredict 0.0.6
13-
148
- rename the `dist_quantiles()` to be more descriptive, breaking change)
159
- removes previous `pivot_quantiles()` (now `*_wider()`, breaking change)
1610
- add `pivot_quantiles_wider()` for easier plotting
1711
- add complement `pivot_quantiles_longer()`
1812
- add `cdc_baseline_forecaster()` and `flusight_hub_formatter()`
19-
20-
# epipredict 0.0.5
21-
2213
- add `smooth_quantile_reg()`
2314
- improved printing of various methods / internals
2415
- canned forecasters get a class
2516
- fixed quantile bug in `flatline_forecaster()`
2617
- add functionality to output the unfit workflow from the canned forecasters
27-
28-
# epipredict 0.0.4
29-
3018
- add quantile_reg()
3119
- clean up documentation bugs
3220
- add smooth_quantile_reg()
3321
- add classifier
3422
- training window step debugged
3523
- `min_train_window` argument removed from canned forecasters
36-
37-
# epipredict 0.0.3
38-
3924
- add forecasters
4025
- implement postprocessing
4126
- vignettes avaliable
4227
- arx_forecaster
4328
- pkgdown
44-
45-
# epipredict 0.0.0.9000
46-
4729
- Publish public for easy navigation
4830
- Two simple forecasters as test beds
4931
- Working vignette
32+
- use `checkmate` for input validation

0 commit comments

Comments
 (0)