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

Fixes for #16896(TimedeltaIndex indexing regression for strings) #16907

Merged
merged 7 commits into from
Jul 13, 2017

Commits on Jul 13, 2017

  1. Fixes for pandas-dev#16896

    Fixed a regression for indexing with a string with a ``TimedeltaIndex``
    Jean-Mathieu Deschenes committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    e163de1 View commit details
    Browse the repository at this point in the history
  2. Comments from @jreback.

    Jean-Mathieu Deschenes committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    2be2156 View commit details
    Browse the repository at this point in the history
  3. fixed linting issues

    Jean-Mathieu Deschenes committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    f65c018 View commit details
    Browse the repository at this point in the history
  4. Changed location of the assert

    The "not" are all grouped together and appear first.
    Jean-Mathieu Deschenes committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    21b5bd2 View commit details
    Browse the repository at this point in the history
  5. Added an extra test

    Jean-Mathieu Deschenes committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    dcb274d View commit details
    Browse the repository at this point in the history
  6. Added an extra test as per @shoyer recommendation.

    Jean-Mathieu Deschenes committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    7d89c19 View commit details
    Browse the repository at this point in the history
  7. Changed assert location

    Jean-Mathieu Deschenes committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    3d36695 View commit details
    Browse the repository at this point in the history