File tree 2 files changed +33
-1
lines changed
src/client/packaging/pypi
2 files changed +33
-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
+ - https://github.com/cmu-delphi/delphi-epidata/pull/1436
11
+
12
+ ### Added
13
+ - Adds two debug flags: ` debug ` logs info about HTTP requests and responses; whereas ` sandbox ` prevents any HTTP requests from actually executing, allowing for tests that do not incur server load.
14
+
15
+ ### Changed
16
+ - Updates internal version detection to use ` bumpversion ` .
17
+
18
+ ## [ 4.1.17] - 2024-01-30
19
+
20
+ ### Includes
21
+ - https://github.com/cmu-delphi/delphi-epidata/pull/1363
22
+
23
+ ### Removed
24
+ - Removes uses of setuptools' deprecated pkg_resources library - these are replaced by the native importlib.metadata library.
25
+
26
+ ## [ 4.1.13] - 2023-11-04
27
+
28
+ ### Includes
29
+ - https://github.com/cmu-delphi/delphi-epidata/pull/1323
30
+ - https://github.com/cmu-delphi/delphi-epidata/pull/1330
31
+
32
+ ### Changed
33
+ - Appends a trailing slash to URLs requested by the Python client, which should prevent an automatic redirect and an extra request to the server.
34
+
35
+ ### Removed
36
+ - Mutes the covidcast_nowcast endpoint & removes unnecessary code that is related to this endpoint.
37
+
6
38
## [ 4.1.11] - 2023-10-12
7
39
8
40
### 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