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: Internal / External values #19558

Merged
merged 42 commits into from
Feb 13, 2018

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    41f09d8 View commit details
    Browse the repository at this point in the history
  2. Move to index base

    TomAugspurger committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    29cfd7c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    3185f4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a59591 View commit details
    Browse the repository at this point in the history
  3. Simplify object concat

    TomAugspurger committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    476f75d View commit details
    Browse the repository at this point in the history
  4. Use values for intersection

    I think eventually we'll want to ndarray_values for this, but it'll
    require a bit more work to support. Currently, using ndarary_values
    causes occasional failures on categorical.
    TomAugspurger committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    b15ee5a View commit details
    Browse the repository at this point in the history
  5. hmm

    TomAugspurger committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    659073f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Configuration menu
    Copy the full SHA
    7accb67 View commit details
    Browse the repository at this point in the history
  2. Additional testing

    TomAugspurger committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    9b8d2a5 View commit details
    Browse the repository at this point in the history
  3. More tests

    TomAugspurger committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    9fbac29 View commit details
    Browse the repository at this point in the history
  4. ndarray_values

    TomAugspurger committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    55305dc View commit details
    Browse the repository at this point in the history
  5. API: Default ExtensionArray.astype

    (cherry picked from commit 943a915562b72bed147c857de927afa0daf31c1a)
    (cherry picked from commit fbf0a06)
    TomAugspurger committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    0e63708 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbbbc8a View commit details
    Browse the repository at this point in the history
  7. Py2 compat

    (cherry picked from commit b20e12c)
    TomAugspurger committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    46a0a49 View commit details
    Browse the repository at this point in the history
  8. Set-ops ugliness

    TomAugspurger committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    2c4445a View commit details
    Browse the repository at this point in the history
  9. better docstrings

    TomAugspurger committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    5612cda View commit details
    Browse the repository at this point in the history
  10. tolist

    TomAugspurger committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    b012c19 View commit details
    Browse the repository at this point in the history
  11. linting

    TomAugspurger committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    d49e6aa View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Moved dtypes

    (cherry picked from commit d136227)
    TomAugspurger committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    d7d31ee View commit details
    Browse the repository at this point in the history
  2. clean

    TomAugspurger committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    7b89f1b View commit details
    Browse the repository at this point in the history
  3. cleanup

    TomAugspurger committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    b0dbffd View commit details
    Browse the repository at this point in the history
  4. NumPy compat

    TomAugspurger committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    66b936f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32ee0ef View commit details
    Browse the repository at this point in the history
  6. Update dev docs

    TomAugspurger committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    a9882e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f53652a View commit details
    Browse the repository at this point in the history
  8. cleanup

    TomAugspurger committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    2425621 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    512fb89 View commit details
    Browse the repository at this point in the history
  10. Linting

    TomAugspurger committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    170d0c7 View commit details
    Browse the repository at this point in the history
  11. Precision in tests

    TomAugspurger committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    402620f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d9e8dd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Push _ndarray_values to ExtensionArray

    Now IndexOpsMixin._ndarray_values will dispatch all the way down to the EA.
    Subclasses like Categorical can override it as they see fit.
    TomAugspurger committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    815d202 View commit details
    Browse the repository at this point in the history
  2. Clean up tolist

    TomAugspurger committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    a727b21 View commit details
    Browse the repository at this point in the history
  3. Move test locations

    TomAugspurger committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    f368c29 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Fixed test

    TomAugspurger committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    d74c5c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8104ee5 View commit details
    Browse the repository at this point in the history
  3. lint

    TomAugspurger committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    f8e29b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cd9faa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fcdb70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34a6a22 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

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

    TomAugspurger committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    d6e8051 View commit details
    Browse the repository at this point in the history
  3. Override nbytes

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