|
1 | 1 | # epidatr 1.1.0 |
2 | 2 |
|
| 3 | +## Changes |
| 4 | +- `pub_covid_hosp_state_timeseries` now supports use of the `as_of` parameter (#209). |
| 5 | +- `release_date` and `latest_update` fields are now parsed as `Date`, rather |
| 6 | + than as text. This change impacts several endpoints. |
| 7 | +- `get_auth_key` renamed to `get_api_key` (#181). |
| 8 | +- `get_api_key` no longer reads from R options and only uses environment variables (#217). |
| 9 | +- `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. |
| 10 | +- Updated the default `timeout_seconds` to 15 minutes to allow large queries by default. |
| 11 | +## Features |
3 | 12 | - Function reference now displays commonly-used functions first (#205). |
| 13 | +- Support `Date` objects passed to version arguments `as_of` and `issues` in |
| 14 | + endpoints (#192, #194). |
| 15 | +- `clear_cache` now handles positional arguments just like `set_cache` (#197). |
| 16 | +- `set_api_key` now available to help persist API key environment variables (#181, #217). |
| 17 | +- All endpoints now support the use of "\*" as a wildcard to fetch all dates or epiweeks (#234). |
| 18 | +## Patches |
4 | 19 | - Endpoints now fail when passed misspelled arguments (#187, #201). |
5 | 20 | - `pub_fluview_meta` fixed to `fetch` the response automatically. |
6 | | -- `pub_covid_hosp_state_timeseries` now supports use of the `as_of` parameter (#209). |
7 | 21 | - `pub_covid_hosp_state_timeseries` now correctly parses the `issue` field, |
8 | 22 | instead of returning a missing value (#202). |
9 | | -- `release_date` and `latest_update` fields are now parsed as `Date`, rather |
10 | | - than as text. This change impacts several endpoints.. |
11 | 23 | - In `pub_fluview_meta`, `latest_issue` field is now parsed as epiweek, rather |
12 | 24 | than being parsed as `Date` and returning a missing value. |
13 | | -- Support `Date` objects passed to version arguments `as_of` and `issues` in |
14 | | - endpoints (#192, #194). |
15 | 25 | - `set_cache` cache size no longer runs into integer overflow (#189). |
16 | | -- `clear_cache` now handles positional arguments just like `set_cache` (#197). |
17 | 26 | - Improve line-wrapping of warning messages (#191). |
18 | | -- `set_api_key` now available to help persist API key environment variables (#181, #217). |
19 | | -- `get_auth_key` renamed to `get_api_key` (#181). |
20 | | -- `get_api_key` no longer reads from R options and only uses environment variables (#217). |
21 | 27 | - Fix documentation related to CRAN submission. |
22 | 28 | - Fix some errors from passing "" as a key. |
23 | | -- `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 | | -- All endpoints now support the use of "\*" as a wildcard to fetch all dates or epiweeks (#234). |
25 | 29 | - Fixed bug with NAs when parsing ints (#243). |
26 | | -- Updated the default `timeout_seconds` to 15 minutes to allow large queries by default. |
27 | 30 |
|
28 | 31 | # epidatr 1.0.0 |
29 | 32 |
|
|
0 commit comments