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

Floor and ceil methods during pandas.eval which are provided by numexpr #24355

Merged
merged 17 commits into from
Dec 30, 2018

Commits on Dec 30, 2018

  1. closes pandas-dev#24353

    anjsudh committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    6d7834d View commit details
    Browse the repository at this point in the history
  2. update whatsnew

    anjsudh committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    e92bd07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5b7c0e View commit details
    Browse the repository at this point in the history
  4. Fix PEP8 issue

    anjsudh committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    eb6c621 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e8a643 View commit details
    Browse the repository at this point in the history
  6. fix linting issue

    anjsudh committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    693449d View commit details
    Browse the repository at this point in the history
  7. numexpr less than 2.6.9

    anjsudh committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    13568a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f963077 View commit details
    Browse the repository at this point in the history
  9. using self.unary_fns

    removed unused imports
    anjsudh committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    c8a8a02 View commit details
    Browse the repository at this point in the history
  10. fix linting issue

    anjsudh committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    bdd9c68 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e6ea3d View commit details
    Browse the repository at this point in the history
  12. remove unused ne_gt_2_6_9

    anjsudh committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    a3a4b9e View commit details
    Browse the repository at this point in the history
  13. Revert "restored sys modules after import"

    This reverts commit 5933d5e.
    anjsudh committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    bc154e2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    caaf634 View commit details
    Browse the repository at this point in the history
  15. fix imports

    anjsudh committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    bb07d26 View commit details
    Browse the repository at this point in the history
  16. fixed imports

    anjsudh committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    38115f6 View commit details
    Browse the repository at this point in the history
  17. Fix numexpr version issue

    anjsudh committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    3ccb40c View commit details
    Browse the repository at this point in the history