File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
src/client/packaging/pypi Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 33All notable future changes to the ` delphi_epidata ` python client will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
55
6+ ## [ 4.1.21] - TBD
7+
8+ ### Includes
9+ - https://github.com/cmu-delphi/delphi-epidata/pull/1418
10+
11+ ### Added
12+ - Adds two debug flags:
13+ - ` debug ` logs info about HTTP requests and responses
14+ - ` sandbox ` prevents any HTTP requests from actually executing, allowing for tests that do not incur server load.
15+
16+ ## [ 4.1.17] - 2024-01-30
17+
18+ ### Includes
19+ - https://github.com/cmu-delphi/delphi-epidata/pull/1363
20+
21+ ### Changed
22+ - Replaced use of deprecated setuptools' ` pkg_resources ` library with the native ` importlib.metadata ` library.
23+
24+ ## [ 4.1.13] - 2023-11-04
25+
26+ ### Includes
27+ - https://github.com/cmu-delphi/delphi-epidata/pull/1323
28+ - https://github.com/cmu-delphi/delphi-epidata/pull/1330
29+
30+ ### Changed
31+ - Appends a trailing slash to URLs requested by the Python client, which should prevent an automatic redirect and an extra request to the server.
32+
33+ ### Removed
34+ - Removed the ` covidcast_nowcast() ` method, as the associated API endpoint is no longer available.
35+
636## [ 4.1.11] - 2023-10-12
737
838### Includes
Original file line number Diff line number Diff line change 1313 long_description_content_type = "text/markdown" ,
1414 url = "https://github.com/cmu-delphi/delphi-epidata" ,
1515 project_urls = {
16- "Changelog" : "https://github.com/cmu-delphi/delphi-epidata/blob/dev /src/client/packaging/pypi/CHANGELOG.md" ,
16+ "Changelog" : "https://github.com/cmu-delphi/delphi-epidata/blob/main /src/client/packaging/pypi/CHANGELOG.md" ,
1717 },
1818 packages = setuptools .find_packages (),
1919 install_requires = ["aiohttp" , "requests>=2.7.0" , "tenacity" ],
You can’t perform that action at this time.
0 commit comments