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

Refactor timezones functions out of tslib #17274

Closed
wants to merge 16 commits into from

Commits on Aug 17, 2017

  1. Refactor timezones functions out of tslib

    timezones.pyx has no other dependencies within pandas, helping to de-tangle some of the _libs modules
    
    Code im timezones is used in both tslib and period, and a bit in index.pyx
    
    This is one of several steps in making _libs.period not need to import from non-cython code and
    ideally not need to import tslib (though NaT makes that tough).  See existing comments
    in _libs.__init__ on why this is desireable.
    
    This is the first of several independent pieces to be split off of tslib.
    
    Cleanup commented-out code
    jbrockmendel committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    19c9033 View commit details
    Browse the repository at this point in the history
  2. flake8 fixup

    jbrockmendel committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    b0e36f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. flake8 whitespace fixup

    jbrockmendel committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    c78a23f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Configuration menu
    Copy the full SHA
    34f9551 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Configuration menu
    Copy the full SHA
    0930ed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77c1e3c View commit details
    Browse the repository at this point in the history
  3. Add period_helper to period sources

    Wild guess that it might be causing the build fail on appveyor
    jbrockmendel committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    13e481d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Configuration menu
    Copy the full SHA
    1a62298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8d8a3a View commit details
    Browse the repository at this point in the history
  3. missing comma

    jbrockmendel committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    0c1ba13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed2bd61 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. Configuration menu
    Copy the full SHA
    f29e6e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2017

  1. Configuration menu
    Copy the full SHA
    bf7dc6e View commit details
    Browse the repository at this point in the history
  2. Merge conflicts

    jbrockmendel committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    fb4aaa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5faff3b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. dummy commit to force CI

    jbrockmendel committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    0540e77 View commit details
    Browse the repository at this point in the history