File tree 2 files changed +31
-1
lines changed
src/client/packaging/pypi 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable future changes to the ` delphi_epidata ` python client will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
5
5
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
+
6
36
## [ 4.1.11] - 2023-10-12
7
37
8
38
### Includes
Original file line number Diff line number Diff line change 13
13
long_description_content_type = "text/markdown" ,
14
14
url = "https://github.com/cmu-delphi/delphi-epidata" ,
15
15
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" ,
17
17
},
18
18
packages = setuptools .find_packages (),
19
19
install_requires = ["aiohttp" , "requests>=2.7.0" , "tenacity" ],
You can’t perform that action at this time.
0 commit comments