Skip to content

MAINT: Port _timelex in codebase #24520

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

Merged
merged 2 commits into from
Jan 1, 2019
Merged

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Dec 31, 2018

Removes the DeprecationWarning raised by dateutil because it's a private class.

Implementation taken from the following PR:

dateutil/dateutil#732

Closes #21322.

cc @pganssle

@gfyoung gfyoung added Testing pandas testing functions or related to the test suite Deprecate Functionality to remove in pandas Dependencies Required and optional dependencies labels Dec 31, 2018
@gfyoung gfyoung added this to the 0.24.0 milestone Dec 31, 2018
@codecov
Copy link

codecov bot commented Dec 31, 2018

Codecov Report

Merging #24520 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #24520   +/-   ##
=======================================
  Coverage   31.88%   31.88%           
=======================================
  Files         166      166           
  Lines       52434    52434           
=======================================
  Hits        16718    16718           
  Misses      35716    35716
Flag Coverage Δ
#multiple 30.28% <ø> (ø) ⬆️
#single 31.88% <ø> (ø) ⬆️

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 bf9d41c...2a1500d. Read the comment docs.

@codecov
Copy link

codecov bot commented Dec 31, 2018

Codecov Report

Merging #24520 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #24520   +/-   ##
=======================================
  Coverage   31.88%   31.88%           
=======================================
  Files         166      166           
  Lines       52413    52413           
=======================================
  Hits        16714    16714           
  Misses      35699    35699
Flag Coverage Δ
#multiple 30.29% <ø> (ø) ⬆️
#single 31.88% <ø> (ø) ⬆️

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 d5283ea...977fc23. Read the comment docs.

@pganssle
Copy link
Contributor

General approach seems right to me. I'll try to keep you informed if we make major changes in _timelex (or get around to making it public) so you can bring in any real improvements.

Copy link
Member

@jbrockmendel jbrockmendel left a comment

Choose a reason for hiding this comment

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

LGTM. I agree with pretty much all the comments made so far.

Removes the DeprecationWarning raised by dateutil
because it's a private class.

Implementation taken from the following PR:

dateutil/dateutil#732

Closes pandas-devgh-21322.
@gfyoung
Copy link
Member Author

gfyoung commented Jan 1, 2019

@jreback : Starting 2019 off on a good note with an all green PR! 🎉

All requested changes have been made, and all is green. PTAL.

@jreback jreback merged commit a16c29b into pandas-dev:master Jan 1, 2019
@jreback
Copy link
Contributor

jreback commented Jan 1, 2019

thanks @gfyoung @jbrockmendel and @pganssle

thoo added a commit to thoo/pandas that referenced this pull request Jan 1, 2019
* upstream/master:
  BUG: output formatting with to_html(), index=False and/or index_names=False (pandas-dev#22579, pandas-dev#22747) (pandas-dev#22655)
  MAINT: Port _timelex in codebase (pandas-dev#24520)
  Implement unique+array parts of 24024 (pandas-dev#24527)
  Integer NA docs (pandas-dev#23617)
@gfyoung gfyoung deleted the timelex-port branch January 1, 2019 18:41
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
* MAINT: Port _timelex in codebase

Removes the DeprecationWarning raised by dateutil
because it's a private class.

Implementation taken from the following PR:

dateutil/dateutil#732

Closes pandas-devgh-21322.

* MAINT: Drop _timelex compat for dateutil 2.2
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
* MAINT: Port _timelex in codebase

Removes the DeprecationWarning raised by dateutil
because it's a private class.

Implementation taken from the following PR:

dateutil/dateutil#732

Closes pandas-devgh-21322.

* MAINT: Drop _timelex compat for dateutil 2.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Required and optional dependencies Deprecate Functionality to remove in pandas Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants