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

PERF: Add cache keyword to to_datetime (#11665) #17077

Merged
merged 25 commits into from
Nov 11, 2017

Commits on Nov 11, 2017

  1. Configuration menu
    Copy the full SHA
    7f67ac9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7c65f7 View commit details
    Browse the repository at this point in the history
  3. Add more cache conditions

    mroeschke committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    243349a View commit details
    Browse the repository at this point in the history
  4. Add some benchmarks

    mroeschke committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    d154a6d View commit details
    Browse the repository at this point in the history
  5. Some performance testing

    mroeschke committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    b5e71d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb2e831 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33c79d3 View commit details
    Browse the repository at this point in the history
  8. Pep8 fixes

    mroeschke committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    dcaafb6 View commit details
    Browse the repository at this point in the history
  9. Remove unused import

    mroeschke committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    04df9d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34b468f View commit details
    Browse the repository at this point in the history
  11. Fix Series test

    mroeschke committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    d287cc6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1bf4c9d View commit details
    Browse the repository at this point in the history
  13. pep 8 fixes

    mroeschke committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    3ffdd46 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a093b88 View commit details
    Browse the repository at this point in the history
  15. Use quicker unique check

    mroeschke committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    d1fc211 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9486df3 View commit details
    Browse the repository at this point in the history
  17. Pass most tests

    mroeschke committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    d059d44 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    02ab4f3 View commit details
    Browse the repository at this point in the history
  19. Update docstring

    mroeschke committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    82f36d3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    76547e1 View commit details
    Browse the repository at this point in the history
  21. Remove whitespace

    mroeschke committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    590c9cc View commit details
    Browse the repository at this point in the history
  22. Address comments

    mroeschke committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    9a985ac View commit details
    Browse the repository at this point in the history
  23. Lint fix

    mroeschke committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    85a1f2d View commit details
    Browse the repository at this point in the history
  24. Move docs and adjust test

    mroeschke committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    49f5850 View commit details
    Browse the repository at this point in the history
  25. Lint

    mroeschke committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    07fa22d View commit details
    Browse the repository at this point in the history