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

PERF: GH2003 Series.isin for categorical dtypes #20522

Merged
merged 21 commits into from
Apr 25, 2018
Merged

PERF: GH2003 Series.isin for categorical dtypes #20522

merged 21 commits into from
Apr 25, 2018

Commits on Mar 28, 2018

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

Commits on Mar 30, 2018

  1. Add Categorical.isin method

    bourbaki committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    54021b9 View commit details
    Browse the repository at this point in the history
  2. Add benchmark

    bourbaki committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    2514b45 View commit details
    Browse the repository at this point in the history
  3. Rename benchmark

    bourbaki committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    80f687a View commit details
    Browse the repository at this point in the history
  4. change what's new

    bourbaki committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    d6c3953 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. Configuration menu
    Copy the full SHA
    33e3b07 View commit details
    Browse the repository at this point in the history
  2. rf: more generic check

    bourbaki committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    ceffccd View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Configuration menu
    Copy the full SHA
    3247dce View commit details
    Browse the repository at this point in the history
  2. Fix for null mask

    bourbaki committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    2b7b1c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Configuration menu
    Copy the full SHA
    4478a49 View commit details
    Browse the repository at this point in the history
  2. fix doc line

    bourbaki committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    64fef49 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

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

Commits on Apr 15, 2018

  1. add todo

    bourbaki committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    9f8e790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60ac658 View commit details
    Browse the repository at this point in the history
  3. add int64 benchmark

    bourbaki committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    50aca26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    713712e View commit details
    Browse the repository at this point in the history
  5. add int64 categorical test

    bourbaki committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    18c827d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    993afd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. rename variable in benchmark

    bourbaki committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    a2b70ee View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

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

    jreback committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    7b680cd View commit details
    Browse the repository at this point in the history