Skip to content

Commit cc7a4a3

Browse files
committed
news structure
1 parent 95211e1 commit cc7a4a3

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

NEWS.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
# epidatr 1.1.0
22

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
312
- 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
419
- Endpoints now fail when passed misspelled arguments (#187, #201).
520
- `pub_fluview_meta` fixed to `fetch` the response automatically.
6-
- `pub_covid_hosp_state_timeseries` now supports use of the `as_of` parameter (#209).
721
- `pub_covid_hosp_state_timeseries` now correctly parses the `issue` field,
822
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..
1123
- In `pub_fluview_meta`, `latest_issue` field is now parsed as epiweek, rather
1224
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).
1525
- `set_cache` cache size no longer runs into integer overflow (#189).
16-
- `clear_cache` now handles positional arguments just like `set_cache` (#197).
1726
- 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).
2127
- Fix documentation related to CRAN submission.
2228
- 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).
2529
- Fixed bug with NAs when parsing ints (#243).
26-
- Updated the default `timeout_seconds` to 15 minutes to allow large queries by default.
2730

2831
# epidatr 1.0.0
2932

0 commit comments

Comments
 (0)