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

Add python bindings to fixed-size window and groupby rolling.var, rolling.std #9097

Merged
merged 59 commits into from
Sep 15, 2021

Commits on Jul 21, 2021

  1. initial

    isVoid committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    7cc6630 View commit details
    Browse the repository at this point in the history
  2. Compiles

    isVoid committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    6f64691 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. style

    isVoid committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    2ab88fe View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. clean up

    isVoid committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    2f63568 View commit details
    Browse the repository at this point in the history
  2. clean up

    isVoid committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    16cb7a8 View commit details
    Browse the repository at this point in the history
  3. header cleanup

    isVoid committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    ddd59f0 View commit details
    Browse the repository at this point in the history
  4. .

    isVoid committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    bcd00f0 View commit details
    Browse the repository at this point in the history
  5. More cleanup

    isVoid committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    da8b755 View commit details
    Browse the repository at this point in the history
  6. revert ptx changes

    isVoid committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    3ff0d8d View commit details
    Browse the repository at this point in the history
  7. Static tests

    isVoid committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    fc00d8f View commit details
    Browse the repository at this point in the history
  8. undo python changes

    isVoid committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    1259df6 View commit details
    Browse the repository at this point in the history
  9. .

    isVoid committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    3539e1b View commit details
    Browse the repository at this point in the history
  10. docs

    isVoid committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    07aa54d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1cc6fbe View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. initial

    isVoid committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    d250115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a6407 View commit details
    Browse the repository at this point in the history
  3. remove count==1 restriction

    isVoid committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    885d66e View commit details
    Browse the repository at this point in the history
  4. add ddof tests

    isVoid committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    68ab4ae View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. docfix

    isVoid committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    1e1c8cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e66badd View commit details
    Browse the repository at this point in the history
  3. fixed_point fix

    isVoid committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    1288a56 View commit details
    Browse the repository at this point in the history
  4. docs

    isVoid committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    3a9e589 View commit details
    Browse the repository at this point in the history
  5. docfix

    isVoid committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    490539c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b73abab View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. docfix

    isVoid committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    394f0f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f01a222 View commit details
    Browse the repository at this point in the history
  3. initial testings

    isVoid committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    fe2b4f4 View commit details
    Browse the repository at this point in the history
  4. remove thrust::reduce

    isVoid committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    bc0920b View commit details
    Browse the repository at this point in the history
  5. .

    isVoid committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    934f104 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Update cpp/src/rolling/rolling_detail.cuh

    Co-authored-by: Mark Harris <mharris@nvidia.com>
    isVoid and harrism authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    b215199 View commit details
    Browse the repository at this point in the history
  2. Update cpp/src/rolling/rolling_detail.cuh

    Co-authored-by: David Wendt <45795991+davidwendt@users.noreply.github.com>
    isVoid and davidwendt authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    a3af3e9 View commit details
    Browse the repository at this point in the history
  3. Update cpp/src/rolling/rolling_detail.cuh

    Co-authored-by: David Wendt <45795991+davidwendt@users.noreply.github.com>
    isVoid and davidwendt authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    ae33de0 View commit details
    Browse the repository at this point in the history
  4. address review comments

    isVoid committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    645a172 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: David Wendt <45795991+davidwendt@users.noreply.github.com>
    isVoid and davidwendt authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    d94b8db View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Add nan tests

    isVoid committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    0fe4a87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ce41ae View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

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

Commits on Aug 21, 2021

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

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    793783d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    652020f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    d62eb00 View commit details
    Browse the repository at this point in the history
  2. Update cpp/src/rolling/rolling_detail.cuh

    Co-authored-by: Christopher Harris <xixonia@gmail.com>
    isVoid and cwharris authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    0b78ab3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

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

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    724db10 View commit details
    Browse the repository at this point in the history
  2. make operator constant

    isVoid committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    d3cedb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. header cleanup

    isVoid committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    75e8140 View commit details
    Browse the repository at this point in the history
  2. Add groupby var/std tests

    isVoid committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    0317ded View commit details
    Browse the repository at this point in the history
  3. Update cpp/tests/rolling/rolling_test.cpp

    Co-authored-by: David Wendt <45795991+davidwendt@users.noreply.github.com>
    isVoid and davidwendt authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    d5359ba View commit details
    Browse the repository at this point in the history
  4. style

    isVoid committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    a14d77e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    98c158d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e4f2c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d6f614 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc6fe6a View commit details
    Browse the repository at this point in the history
  5. styles

    isVoid committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    aadc203 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Fix seeds for rngs.

    isVoid committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    b5a7f73 View commit details
    Browse the repository at this point in the history
  2. Doc for dataframe gen

    isVoid committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    fce541e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Switch to dataframe_generator

    isVoid committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    2ca83c6 View commit details
    Browse the repository at this point in the history
  2. style

    isVoid committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    0f6c359 View commit details
    Browse the repository at this point in the history