We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df235d7 commit 3b80989Copy full SHA for 3b80989
NEWS.md
@@ -1,15 +1,20 @@
1
# epipredict (development)
2
3
+# epipredict 0.0.6
4
+
5
+* rename the `dist_quantiles()` to be more descriptive, breaking change)
6
+* removes previous `pivot_quantiles()` (now `*_wider()`, breaking change)
7
+* add `pivot_quantiles_wider()` for easier plotting
8
+* add complement `pivot_quantiles_longer()`
9
+* add `cdc_baseline_forecaster()` and `flusight_hub_formatter()`
10
11
# epipredict 0.0.5
12
13
* add `smooth_quantile_reg()`
14
* improved printing of various methods / internals
15
* canned forecasters get a class
16
* fixed quantile bug in `flatline_forecaster()`
17
* add functionality to output the unfit workflow from the canned forecasters
-* add `pivot_quantiles_wider()` for easier plotting
-* add complement `pivot_quantiles_longer()`
-
18
19
# epipredict 0.0.4
20
0 commit comments