Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
melange396 committed Oct 5, 2023
1 parent 1f9bf19 commit e701cb6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/client/packaging/pypi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
All notable future changes to the `delphi_epidata` python client will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [4.2.0] - 2023-09-27
## [4.1.11] - 2023-10-12

https://github.com/cmu-delphi/delphi-epidata/pull/1288

### Changed

- Modify the signatures for several methods: endpoint no longer needs to be specified in the params dict under the "source" key, but becomes a mandatory parameter for the method:
- `async_epidata(param_list, batch_size=50)``async_epidata(endpoint, param_list, batch_size=50)`
- Internally uses newer endpoint-specific URLs instead of an older compatibility alias URL.
- Upper limit on the number of rows returned per request has been increased to 1M (was 3650).
- Method `Epidata.async_epidata()` is now deprecated and will be removed in a future version.
- The dict object returned from data request methods will now always have an entry for the "`epidata`" key, potentially with an empty list as its value. previously, if there were no results for the request, the "`epidata`" entry was not present.
- Results from the `Epidata.covidcast()` method (or potentially the `covidcast` endpoint via the `async_epidata()` method) will now include the keys "`source`", "`geo_type`", and "`time_type`" (and their associated values).

## [4.1.10] - 2023-09-28

Expand Down

0 comments on commit e701cb6

Please sign in to comment.