-
Notifications
You must be signed in to change notification settings - Fork 67
Update Python client CHANGELOG #1437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -3,6 +3,38 @@ | |||||||||
| 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.1.21] - TBD | ||||||||||
|
|
||||||||||
| ### Includes | ||||||||||
| - https://github.com/cmu-delphi/delphi-epidata/pull/1418 | ||||||||||
| - https://github.com/cmu-delphi/delphi-epidata/pull/1436 | ||||||||||
|
|
||||||||||
| ### Added | ||||||||||
| - 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. | ||||||||||
|
|
||||||||||
| ### Changed | ||||||||||
| - Updates internal version detection to use `bumpversion`. | ||||||||||
|
|
||||||||||
| ## [4.1.17] - 2024-01-30 | ||||||||||
|
|
||||||||||
| ### Includes | ||||||||||
| - https://github.com/cmu-delphi/delphi-epidata/pull/1363 | ||||||||||
|
|
||||||||||
| ### Removed | ||||||||||
| - Removes uses of setuptools' deprecated pkg_resources library - these are replaced by the native importlib.metadata library. | ||||||||||
|
||||||||||
| ### Removed | |
| - Removes uses of setuptools' deprecated pkg_resources library - these are replaced by the native importlib.metadata library. | |
| ### Changed | |
| - Replaced use of deprecated setuptools' `pkg_resources` library with the native `importlib.metadata` library. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These notes should be phrased as being from the perspective of the client library and things its users will be interested in:
| - Mutes the covidcast_nowcast endpoint & removes unnecessary code that is related to this endpoint. | |
| - Removed the `covidcast_nowcast()` method, as the associated API endpoint is no longer available. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets keep this PR focused on what is already committed; #1436 should make its own updates to the changelog.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you took out the change from #1418!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added this in again!