Skip to content

Commit 4c31e84

Browse files
committed
Reword & remove unreleased features
1 parent 60016b7 commit 4c31e84

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

src/client/packaging/pypi/CHANGELOG.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,13 @@
33
All notable future changes to the `delphi_epidata` python client will be documented in this file.
44
The 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-
- 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-
186
## [4.1.17] - 2024-01-30
197

208
### Includes
219
- https://github.com/cmu-delphi/delphi-epidata/pull/1363
2210

23-
### Removed
24-
- Removes uses of setuptools' deprecated pkg_resources library - these are replaced by the native importlib.metadata library.
11+
### Changed
12+
- Replaced use of deprecated setuptools' `pkg_resources` library with the native `importlib.metadata` library.
2513

2614
## [4.1.13] - 2023-11-04
2715

@@ -33,7 +21,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
3321
- Appends a trailing slash to URLs requested by the Python client, which should prevent an automatic redirect and an extra request to the server.
3422

3523
### Removed
36-
- Mutes the covidcast_nowcast endpoint & removes unnecessary code that is related to this endpoint.
24+
- Removed the `covidcast_nowcast()` method, as the associated API endpoint is no longer available.
3725

3826
## [4.1.11] - 2023-10-12
3927

0 commit comments

Comments
 (0)