Skip to content

BUG: vectorized DateOffset match non-vectorized #11427

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
Dec 13, 2015

Conversation

chris-b1
Copy link
Contributor

closes #11370

Also added a bit of documentation on the semantics for anchored offsets

currently blocked by #11406 - either need to change the vectorized or non-vectorized implementation of QuarterBegin As discussed in that issue, my opinion is the vectorized version is the "right" (or at least consistent) one.

@jreback jreback modified the milestone: Next Major Release Nov 13, 2015
@jreback jreback added Bug Frequency DateOffsets labels Nov 13, 2015
@jreback
Copy link
Contributor

jreback commented Nov 25, 2015

@chris-b1 can you rebase / update

@chris-b1
Copy link
Contributor Author

@jreback - can you take another look at #11406? Based on that I still need to change QuarterBegin for either the vectorized or non-vectorized case.

@jreback jreback added this to the 0.18.0 milestone Dec 1, 2015
@jreback
Copy link
Contributor

jreback commented Dec 10, 2015

#11777 merged! pls update

@chris-b1 chris-b1 changed the title (WIP) BUG: vectorized DateOffset match non-vectorized BUG: vectorized DateOffset match non-vectorized Dec 13, 2015
@chris-b1
Copy link
Contributor Author

@jreback - updated

jreback added a commit that referenced this pull request Dec 13, 2015
BUG: vectorized DateOffset match non-vectorized
@jreback jreback merged commit 158e85a into pandas-dev:master Dec 13, 2015
@jreback
Copy link
Contributor

jreback commented Dec 13, 2015

lgtm! thanks!

@chris-b1 chris-b1 deleted the offset-zero branch January 15, 2016 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Frequency DateOffsets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vectorised addition of MonthOffset(n=0) returns different values to item-by-item addition
2 participants