|
| 1 | +# epidatr 1.2.0 |
| 2 | + |
| 3 | +## Changes |
| 4 | + |
| 5 | +- Improve handling of the `EPIDATR_USE_CACHE` environment variable, allowing it |
| 6 | + to be any value convertable by `as.logical()` and handle the case when it |
| 7 | + can't be converted. |
| 8 | + |
1 | 9 | # epidatr 1.1.1
|
2 | 10 |
|
3 | 11 | ## Changes
|
4 | 12 |
|
5 | 13 | ## Features
|
6 | 14 |
|
7 | 15 | ## Patches
|
| 16 | + |
8 | 17 | - Fix failure when passing `as_of` values in `Date` format to
|
9 | 18 | `pub_covidcast` while caching is enabled (#259).
|
10 | 19 | - For `pub_covidcast` data source `nchs-mortality`, parse dates as `epiweek`
|
|
15 | 24 | # epidatr 1.1.0
|
16 | 25 |
|
17 | 26 | ## Changes
|
| 27 | + |
18 | 28 | - `pub_covid_hosp_state_timeseries` now supports use of the `as_of` parameter (#209).
|
19 | 29 | - `release_date` and `latest_update` fields are now parsed as `Date`, rather
|
20 | 30 | than as text. This change impacts several endpoints.
|
21 | 31 | - `get_auth_key` renamed to `get_api_key` (#181).
|
22 | 32 | - `get_api_key` no longer reads from R options and only uses environment variables (#217).
|
23 | 33 | - `pvt_twitter` and `pub_wiki` now use `time_type` and `time_values` args instead of mutually exclusive `dates` and `epiweeks` (#236). This matches the interface of the `pub_covidcast` endpoint.
|
24 | 34 | - Updated the default `timeout_seconds` to 15 minutes to allow large queries by default.
|
| 35 | + |
25 | 36 | ## Features
|
| 37 | + |
26 | 38 | - Function reference now displays commonly-used functions first (#205).
|
27 | 39 | - Support `Date` objects passed to version arguments `as_of` and `issues` in
|
28 | 40 | endpoints (#192, #194).
|
29 | 41 | - `clear_cache` now handles positional arguments just like `set_cache` (#197).
|
30 | 42 | - `set_api_key` now available to help persist API key environment variables (#181, #217).
|
31 | 43 | - All endpoints now support the use of "\*" as a wildcard to fetch all dates or epiweeks (#234).
|
| 44 | + |
32 | 45 | ## Patches
|
| 46 | + |
33 | 47 | - Endpoints now fail when passed misspelled arguments (#187, #201).
|
34 | 48 | - `pub_fluview_meta` fixed to `fetch` the response automatically.
|
35 | 49 | - `pub_covid_hosp_state_timeseries` now correctly parses the `issue` field,
|
|
0 commit comments