Skip to content

REF: move more of Tick into liboffsets._Tick #34148

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 6 commits into from
May 15, 2020

Conversation

jbrockmendel
Copy link
Member

No description provided.

@jreback jreback added Frequency DateOffsets Refactor Internal refactoring of code labels May 14, 2020
@jreback jreback added this to the 1.1 milestone May 14, 2020
return self.delta == other

def __ne__(self, other):
if isinstance(other, str):
Copy link
Contributor

Choose a reason for hiding this comment

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

why is this just not self.eq...?

Copy link
Member Author

Choose a reason for hiding this comment

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

not sure, thats how it is in the status quo. ill give it a shot and see if it breaks anything

Copy link
Member Author

Choose a reason for hiding this comment

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

doesnt break anything, just pushed with this update

@jreback jreback merged commit 1722c05 into pandas-dev:master May 15, 2020
@jbrockmendel jbrockmendel deleted the ref-liboffsets-timedeltas branch May 15, 2020 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frequency DateOffsets Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants