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

Cythonized GroupBy Quantile #20405

Merged
merged 65 commits into from
Feb 28, 2019
Merged

Cythonized GroupBy Quantile #20405

merged 65 commits into from
Feb 28, 2019

Commits on Mar 15, 2018

  1. Configuration menu
    Copy the full SHA
    618ec99 View commit details
    Browse the repository at this point in the history
  2. Added quantile tests and impl

    WillAyd committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    74871d8 View commit details
    Browse the repository at this point in the history
  3. Broken impl and doc updates

    WillAyd committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    7b6ca68 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

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

Commits on Mar 18, 2018

  1. Configuration menu
    Copy the full SHA
    4a43815 View commit details
    Browse the repository at this point in the history
  2. Working impl with NA data

    WillAyd committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    eb18823 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    813da81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e152dd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a8fefb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Configuration menu
    Copy the full SHA
    b4938ba View commit details
    Browse the repository at this point in the history
  2. LINT fix

    WillAyd committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    3f7d0a9 View commit details
    Browse the repository at this point in the history
  3. Updated benchmarks

    WillAyd committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    d7aec3f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Configuration menu
    Copy the full SHA
    e712946 View commit details
    Browse the repository at this point in the history
  2. Removed errant git diff

    WillAyd committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    72cd30e View commit details
    Browse the repository at this point in the history
  3. Removed errant pd file

    WillAyd committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    a3c4b11 View commit details
    Browse the repository at this point in the history
  4. Fixed broken function tests

    WillAyd committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    ac96526 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d439d8 View commit details
    Browse the repository at this point in the history
  6. Py27 compat

    WillAyd committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    3047eed View commit details
    Browse the repository at this point in the history
  7. LINT fixup

    WillAyd committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    70bf89a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02eb336 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

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

Commits on Nov 13, 2018

  1. Configuration menu
    Copy the full SHA
    3b9c7c4 View commit details
    Browse the repository at this point in the history
  2. Replaced double with float64

    WillAyd committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    ad8b184 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

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

Commits on Nov 19, 2018

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

Commits on Nov 24, 2018

  1. Configuration menu
    Copy the full SHA
    09308d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a718f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff062bd View commit details
    Browse the repository at this point in the history
  4. LINT fixup

    WillAyd committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    bdb5089 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b55fb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31e66fc View commit details
    Browse the repository at this point in the history
  7. Use pytest.raises

    WillAyd committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    41a734f View commit details
    Browse the repository at this point in the history
  8. Better Cython types

    WillAyd committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    67e0f00 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Configuration menu
    Copy the full SHA
    07b0c00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86aeb4a View commit details
    Browse the repository at this point in the history
  3. Used api types

    WillAyd committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    86b9d8d View commit details
    Browse the repository at this point in the history
  4. Removed test hacks

    WillAyd committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    cfa1b45 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Used is_object_dtype

    WillAyd committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    00085d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2018

  1. Configuration menu
    Copy the full SHA
    1f02532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c64c1f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    09695f5 View commit details
    Browse the repository at this point in the history
  2. isort fixup

    WillAyd committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    68cfed9 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    4ce1448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e840da View commit details
    Browse the repository at this point in the history
  3. Updated documentation

    WillAyd committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    7969fb6 View commit details
    Browse the repository at this point in the history
  4. LINT fixup

    WillAyd committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    f9a8317 View commit details
    Browse the repository at this point in the history
  5. Reverted errant whatsnew

    WillAyd committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    464a831 View commit details
    Browse the repository at this point in the history
  6. Refactor processor signatures

    WillAyd committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    4b3f9be View commit details
    Browse the repository at this point in the history
  7. Documentation updates

    WillAyd committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    b996e1d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    cdd8985 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64f46a3 View commit details
    Browse the repository at this point in the history
  3. Docstring fixup

    WillAyd committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    4d88e8a View commit details
    Browse the repository at this point in the history
  4. Updated README

    WillAyd committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    1cd93dd View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. Pytest arg deprecation fix

    WillAyd committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    9ae23c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Removed test_describe test

    WillAyd committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    eb99f07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94d4892 View commit details
    Browse the repository at this point in the history
  3. Moved whatsnew

    WillAyd committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    0512f37 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

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

Commits on Feb 12, 2019

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

Commits on Feb 20, 2019

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

Commits on Feb 27, 2019

  1. Configuration menu
    Copy the full SHA
    21691bb View commit details
    Browse the repository at this point in the history
  2. LINT fixup

    WillAyd committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    082aea3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc5877a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    7496a9b View commit details
    Browse the repository at this point in the history
  2. LINT fixup

    WillAyd committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    ec013bf View commit details
    Browse the repository at this point in the history