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

REF: Separate window bounds calculation from aggregation functions #29428

Merged
merged 42 commits into from
Nov 21, 2019

Commits on Oct 27, 2019

  1. Configuration menu
    Copy the full SHA
    7cb42b0 View commit details
    Browse the repository at this point in the history
  2. Standardize center arg

    Matt Roeschke committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    dfe6f39 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. always call get_window in _apply

    Matt Roeschke committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    c608b44 View commit details
    Browse the repository at this point in the history
  2. move min_period calculation up the stack

    Matt Roeschke committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    45c89c7 View commit details
    Browse the repository at this point in the history
  3. Remove fetching of window function in _apply

    Matt Roeschke committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    c288137 View commit details
    Browse the repository at this point in the history
  4. Black

    Matt Roeschke committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    1d90df6 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Ensure all passed _apply functions are standardized

    Matt Roeschke committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    20d4490 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Migrate indexers to their own file

    Matt Roeschke committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    782209f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. Merge remote-tracking branch 'upstream/master' into clean_rolling_int…

    …ernals
    Matt Roeschke committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    592db08 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Integrating indexers

    Matt Roeschke committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    6b1935e View commit details
    Browse the repository at this point in the history
  2. Change all cython function signatures

    Matt Roeschke committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    c7df962 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Add function to get variable vs fixed function

    Matt Roeschke committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    9cc2b03 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Merge remote-tracking branch 'upstream/master' into clean_rolling_int…

    …ernals
    Matt Roeschke committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    fd51fec View commit details
    Browse the repository at this point in the history
  2. Remove is_variable cdef variable

    Matt Roeschke committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    ef09f13 View commit details
    Browse the repository at this point in the history
  3. Fix some cython compilation

    Matt Roeschke committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    1195461 View commit details
    Browse the repository at this point in the history
  4. Ensure window_indexer.pyx gets compiled by cython

    Matt Roeschke committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    71e08da View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Merge remote-tracking branch 'upstream/master' into clean_rolling_int…

    …ernals
    Matt Roeschke committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    41f0775 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Merge remote-tracking branch 'upstream/master' into clean_rolling_int…

    …ernals
    Matt Roeschke committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    5205174 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into clean_rolling_int…

    …ernals
    Matt Roeschke committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    a764caf View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. incremental progress on tests

    Matt Roeschke committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    4c1915a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Merge remote-tracking branch 'upstream/master' into clean_rolling_int…

    …ernals
    Matt Roeschke committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    a9809ea View commit details
    Browse the repository at this point in the history
  2. Fix more tests

    Matt Roeschke committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    045a285 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Merge remote-tracking branch 'upstream/master' into clean_rolling_int…

    …ernals
    Matt Roeschke committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    3c97e82 View commit details
    Browse the repository at this point in the history
  2. Pass name=func for groupby.rolling compat

    Matt Roeschke committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    3844a3a View commit details
    Browse the repository at this point in the history
  3. Fix 2 more tests

    Matt Roeschke committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    019c58e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Merge remote-tracking branch 'upstream/master' into clean_rolling_int…

    …ernals
    Matt Roeschke committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    b334926 View commit details
    Browse the repository at this point in the history
  2. Fix more tests

    Matt Roeschke committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    8401061 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Merge remote-tracking branch 'upstream/master' into clean_rolling_int…

    …ernals
    Matt Roeschke committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    4f628dd View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Merge remote-tracking branch 'upstream/master' into clean_rolling_int…

    …ernals
    Matt Roeschke committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    1a5265d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Fix more bugs

    Matt Roeschke committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    e20682a View commit details
    Browse the repository at this point in the history
  2. Fix all the tests

    Matt Roeschke committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    57c9621 View commit details
    Browse the repository at this point in the history
  3. black

    Matt Roeschke committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    23cc995 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into clean_rolling_int…

    …ernals
    Matt Roeschke committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    4be1bc4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Merge remote-tracking branch 'upstream/master' into clean_rolling_int…

    …ernals
    Matt Roeschke committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    2a13e9f View commit details
    Browse the repository at this point in the history
  2. Lint pyx files

    Matt Roeschke committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    5f8751a View commit details
    Browse the repository at this point in the history
  3. Address Brock's comments

    Matt Roeschke committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    72703bd View commit details
    Browse the repository at this point in the history
  4. Deprivatize calculate_min_periods

    Matt Roeschke committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    43af04f View commit details
    Browse the repository at this point in the history
  5. More linting of pyx files

    Matt Roeschke committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    f1e7c7a View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/master' into clean_rolling_int…

    …ernals
    Matt Roeschke committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    80df109 View commit details
    Browse the repository at this point in the history
  7. Fix typing and lint issue

    Matt Roeschke committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    8294705 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master' into clean_rolling_int…

    …ernals
    Matt Roeschke committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    2cf048c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Docstring updates

    Matt Roeschke committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    09ae258 View commit details
    Browse the repository at this point in the history