Skip to content

Fix num_days in PandasAutoDateLocator #14716

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 1 commit into from
Mar 21, 2017

Conversation

wiktortomczak
Copy link
Contributor

Prior to this commit, one year is worth 12 days, not 12 * 31 days.

@TomAugspurger
Copy link
Contributor

Could you add a release note to whatsnew/v0.19.2.txt? Tests will be hard I think, but looking at the diff, your logic looks correct.

@jreback jreback added the Visualization plotting label Nov 22, 2016
@jreback
Copy link
Contributor

jreback commented Nov 22, 2016

is there an open issue for this?

@codecov-io
Copy link

Current coverage is 85.21% (diff: 100%)

Merging #14716 into master will not change coverage

@@             master     #14716   diff @@
==========================================
  Files           143        143          
  Lines         50796      50796          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits          43284      43284          
  Misses         7512       7512          
  Partials          0          0          

Powered by Codecov. Last update fdb70a9...7f78fda

@jreback
Copy link
Contributor

jreback commented Dec 26, 2016

can you add a whatsnew note (0.20.0) and is there a test / example that shows the current behavior (is incorrect)?

@jreback
Copy link
Contributor

jreback commented Feb 1, 2017

can you rebase

@jreback
Copy link
Contributor

jreback commented Feb 16, 2017

@jorisvandenbossche ?

@jorisvandenbossche
Copy link
Member

See discussion in #15753. Merging this as it was obviously a typo in the code, but one that will not affect any behaviour.

AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this pull request Mar 21, 2017
mattip pushed a commit to mattip/pandas that referenced this pull request Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants