-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
Commits on Aug 17, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for 19c9033 - Browse repository at this point
Copy the full SHA 19c9033View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e36f3 - Browse repository at this point
Copy the full SHA b0e36f3View commit details
Commits on Aug 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c78a23f - Browse repository at this point
Copy the full SHA c78a23fView commit details
Commits on Aug 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 34f9551 - Browse repository at this point
Copy the full SHA 34f9551View commit details
Commits on Aug 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0930ed5 - Browse repository at this point
Copy the full SHA 0930ed5View commit details -
Merge branch 'tslibs-timezones' of https://github.com/jbrockmendel/pa…
…ndas into tslibs-timezones
Configuration menu - View commit details
-
Copy full SHA for 77c1e3c - Browse repository at this point
Copy the full SHA 77c1e3cView commit details -
Add period_helper to period sources
Wild guess that it might be causing the build fail on appveyor
Configuration menu - View commit details
-
Copy full SHA for 13e481d - Browse repository at this point
Copy the full SHA 13e481dView commit details
Commits on Aug 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1a62298 - Browse repository at this point
Copy the full SHA 1a62298View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8d8a3a - Browse repository at this point
Copy the full SHA e8d8a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c1ba13 - Browse repository at this point
Copy the full SHA 0c1ba13View commit details -
Merge branch 'tslibs-timezones' of https://github.com/jbrockmendel/pa…
…ndas into tslibs-timezones
Configuration menu - View commit details
-
Copy full SHA for ed2bd61 - Browse repository at this point
Copy the full SHA ed2bd61View commit details
Commits on Aug 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f29e6e5 - Browse repository at this point
Copy the full SHA f29e6e5View commit details
Commits on Aug 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bf7dc6e - Browse repository at this point
Copy the full SHA bf7dc6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb4aaa9 - Browse repository at this point
Copy the full SHA fb4aaa9View commit details -
Merge branch 'tslibs-timezones' of https://github.com/jbrockmendel/pa…
…ndas into tslibs-timezones
Configuration menu - View commit details
-
Copy full SHA for 5faff3b - Browse repository at this point
Copy the full SHA 5faff3bView commit details
Commits on Aug 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0540e77 - Browse repository at this point
Copy the full SHA 0540e77View commit details