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

ENH: ExtensionArray.fillna #19909

Merged
merged 26 commits into from
Mar 16, 2018
Merged

ENH: ExtensionArray.fillna #19909

merged 26 commits into from
Mar 16, 2018

Commits on Feb 26, 2018

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

Commits on Feb 27, 2018

  1. REF: cast to object

    TomAugspurger committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    67a19ba View commit details
    Browse the repository at this point in the history
  2. Revert "REF: cast to object"

    This reverts commit 67a19ba.
    TomAugspurger committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    280ac94 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Configuration menu
    Copy the full SHA
    6705712 View commit details
    Browse the repository at this point in the history
  2. Simpler implementation

    TomAugspurger committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    69a0f9b View commit details
    Browse the repository at this point in the history
  3. Support limit

    TomAugspurger committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    4d6846b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3b81dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70efbb8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Refactor tolist

    Moved to a new method in dtypes.cast.
    TomAugspurger committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    8fc3851 View commit details
    Browse the repository at this point in the history
  2. Test Series[ea].tolist

    Moved to test_casting
    TomAugspurger committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    39096e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e44f88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e902f18 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. updated

    TomAugspurger committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    17126e6 View commit details
    Browse the repository at this point in the history
  2. Back to getvalues list

    TomAugspurger committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    1106ef2 View commit details
    Browse the repository at this point in the history
  3. Simplified

    TomAugspurger committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    744c381 View commit details
    Browse the repository at this point in the history
  4. As a method

    TomAugspurger committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    9a3fa55 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2018

  1. Configuration menu
    Copy the full SHA
    2bc43bc View commit details
    Browse the repository at this point in the history
  2. Removed tolist fully

    TomAugspurger committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    f22fd7b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

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

    TomAugspurger committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    b342efe View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Configuration menu
    Copy the full SHA
    a609f48 View commit details
    Browse the repository at this point in the history
  2. Just apply to objects

    TomAugspurger committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    a35f93c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f78dec View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Linting

    TomAugspurger committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    1160e15 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

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

Commits on Mar 15, 2018

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