File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ Released TODO DATE.
88 filter data frames with multiple issues of each observation, obtaining only
99 the latest or earliest issue of each.
1010
11+ - ` covidcast_signal() ` now batches requests, so that many days of data can be
12+ fetched in one API call. This dramatically improves the speed of fetching
13+ state-, MSA-, and HRR-level data, since many days of data can be fetched in
14+ one API call. County-level signals, such as cases and deaths, may still
15+ require one API call per day, since the API's row limit is only slightly
16+ larger than the number of counties in the United States.
17+
18+ - ` covidcast_signal() ` now fetches data from the API server in CSV format,
19+ rather than JSON, which requires less bandwidth and parsing.
1120
1221# covidcast 0.3.1
1322
You can’t perform that action at this time.
0 commit comments