Skip to content
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

Remove deprecated private function aliases #241

Merged

Conversation

samueljsb
Copy link
Contributor

Removes aliases for deprecated functions introduced in #234.

This completes the deprecation of these public functions (the functions are still accessible as private members of their modules).

Prior to this change, these functions and enum were deprecated.

This change removes the public alias to these functions.
Prior to this change, these functions were deprecated.

This change removes the public alias to these functions.
@codecov-commenter
Copy link

codecov-commenter commented Nov 29, 2021

Codecov Report

Merging #241 (79a4d48) into master (309e7fd) will increase coverage by 2.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #241      +/-   ##
==========================================
+ Coverage   97.65%   99.69%   +2.04%     
==========================================
  Files          10       10              
  Lines         681      659      -22     
==========================================
- Hits          665      657       -8     
+ Misses         16        2      -14     
Flag Coverage Δ
GHA_Ubuntu 98.48% <100.00%> (+2.00%) ⬆️
GHA_Windows 98.17% <100.00%> (+1.99%) ⬆️
GHA_macOS 98.48% <100.00%> (+2.00%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/humanize/time.py 100.00% <ø> (+1.84%) ⬆️
src/humanize/i18n.py 98.07% <100.00%> (+14.25%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 309e7fd...79a4d48. Read the comment docs.

@hugovk hugovk mentioned this pull request Nov 29, 2021
4 tasks
@hugovk hugovk added the changelog: Removed For now removed features label Nov 29, 2021
Copy link
Collaborator

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Will actually merge this closer to the release of 4.0.0, some time in December.

@hugovk hugovk force-pushed the remove-deprecated-private-function-aliases branch from fdd4716 to 79a4d48 Compare January 30, 2022 15:14
@hugovk hugovk merged commit e89c8c8 into jmoiron:master Feb 12, 2022
@hugovk
Copy link
Collaborator

hugovk commented Feb 12, 2022

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: Removed For now removed features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants