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: Enable indexing with nullable Boolean #31591

Merged
merged 70 commits into from
Feb 22, 2020
Merged

ENH: Enable indexing with nullable Boolean #31591

merged 70 commits into from
Feb 22, 2020

Commits on Feb 1, 2020

  1. Add test

    Daniel Saxton authored and Daniel Saxton committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    75c915f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Remove test that checks for error

    Daniel Saxton authored and Daniel Saxton committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    9c5b9f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Add frame test

    Daniel Saxton authored and Daniel Saxton committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    2441b40 View commit details
    Browse the repository at this point in the history
  2. Don't raise with nullable boolean

    Daniel Saxton authored and Daniel Saxton committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    d71d1ba View commit details
    Browse the repository at this point in the history
  3. Don't modify result

    Daniel Saxton authored and Daniel Saxton committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    4d3a264 View commit details
    Browse the repository at this point in the history
  4. Add frame test

    Daniel Saxton authored and Daniel Saxton committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    543ef9a View commit details
    Browse the repository at this point in the history
  5. Update whatsnew

    Daniel Saxton authored and Daniel Saxton committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    d3e7a69 View commit details
    Browse the repository at this point in the history
  6. Fill NA

    Daniel Saxton authored and Daniel Saxton committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    ad7ae66 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into bool-idx

    Daniel Saxton authored and Daniel Saxton committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    6991394 View commit details
    Browse the repository at this point in the history
  8. Remove some more tests

    Daniel Saxton authored and Daniel Saxton committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    f6e9ce5 View commit details
    Browse the repository at this point in the history
  9. Delete another test

    Daniel Saxton authored and Daniel Saxton committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    1234407 View commit details
    Browse the repository at this point in the history
  10. Use to_numpy

    Daniel Saxton authored and Daniel Saxton committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    9b7e879 View commit details
    Browse the repository at this point in the history
  11. Update whatsnew

    Daniel Saxton authored and Daniel Saxton committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    efdd29a View commit details
    Browse the repository at this point in the history
  12. Don't check for NA

    Daniel Saxton authored and Daniel Saxton committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    7fa36b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Revert "Remove test that checks for error"

    This reverts commit 9c5b9f0.
    Daniel Saxton authored and Daniel Saxton committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    b8e3d6b View commit details
    Browse the repository at this point in the history
  2. Update NA test

    Daniel Saxton authored and Daniel Saxton committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    bc3fe3f View commit details
    Browse the repository at this point in the history
  3. Revert "Remove some more tests"

    This reverts commit f6e9ce5.
    Daniel Saxton authored and Daniel Saxton committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    73ad221 View commit details
    Browse the repository at this point in the history
  4. Update Categorical test

    Not sure how applicable the CategoricalIndex part is
    here so going to remove for now
    Daniel Saxton authored and Daniel Saxton committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    547d7bc View commit details
    Browse the repository at this point in the history
  5. Update getitem tests

    Daniel Saxton authored and Daniel Saxton committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    5649445 View commit details
    Browse the repository at this point in the history
  6. Update indexers.py

    Daniel Saxton authored and Daniel Saxton committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    bb3d143 View commit details
    Browse the repository at this point in the history
  7. tm -> self

    Daniel Saxton authored and Daniel Saxton committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    f107252 View commit details
    Browse the repository at this point in the history
  8. Assert for EA not DataFrame

    Daniel Saxton authored and Daniel Saxton committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    7b924b7 View commit details
    Browse the repository at this point in the history
  9. Don't try / except

    Daniel Saxton authored and Daniel Saxton committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    46d77df View commit details
    Browse the repository at this point in the history
  10. Change check_indexer test

    Removed the test on [True, False, None] which is no longer raising.
    Not clear to me what the correct behavior should be, but this is now
    returning a pandas array with pd.NA instead of None.
    Daniel Saxton authored and Daniel Saxton committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    ac71cbf View commit details
    Browse the repository at this point in the history
  11. Modify __getitem__ for datetimelike

    Daniel Saxton authored and Daniel Saxton committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    e5ed092 View commit details
    Browse the repository at this point in the history
  12. Add back ValueError for non-boolean with NA

    Daniel Saxton authored and Daniel Saxton committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    9fcdb23 View commit details
    Browse the repository at this point in the history
  13. Revert "Delete another test"

    This reverts commit 1234407.
    Daniel Saxton authored and Daniel Saxton committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    c2dfa93 View commit details
    Browse the repository at this point in the history
  14. Fixup error message

    Daniel Saxton authored and Daniel Saxton committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    a9a12b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Add before and after examples

    Daniel Saxton authored and Daniel Saxton committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    7c10f33 View commit details
    Browse the repository at this point in the history
  2. Get rid of some tests

    Daniel Saxton authored and Daniel Saxton committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    cf3d60d View commit details
    Browse the repository at this point in the history
  3. Cast another way

    Daniel Saxton authored and Daniel Saxton committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    157d8b9 View commit details
    Browse the repository at this point in the history
  4. Import

    Daniel Saxton authored and Daniel Saxton committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    250f228 View commit details
    Browse the repository at this point in the history
  5. Don't import unused

    Daniel Saxton authored and Daniel Saxton committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    647f0f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Merge branch 'master' into bool-idx

    Daniel Saxton authored and Daniel Saxton committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    6ccd96d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Update whatsnew

    Daniel Saxton authored and Daniel Saxton committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a9e73de View commit details
    Browse the repository at this point in the history
  2. Update boolean.rst

    Daniel Saxton authored and Daniel Saxton committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    adc3075 View commit details
    Browse the repository at this point in the history
  3. check_array_indexer docstring

    Daniel Saxton authored and Daniel Saxton committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    29ff823 View commit details
    Browse the repository at this point in the history
  4. Edit 1.1.0 whatsnew

    Daniel Saxton authored and Daniel Saxton committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    0a58605 View commit details
    Browse the repository at this point in the history
  5. Add to indexing.rst

    Daniel Saxton authored and Daniel Saxton committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    b38a209 View commit details
    Browse the repository at this point in the history
  6. Add back index parameter

    Daniel Saxton authored and Daniel Saxton committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    5088cbb View commit details
    Browse the repository at this point in the history
  7. Add some True values in test

    Daniel Saxton authored and Daniel Saxton committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    54efdd9 View commit details
    Browse the repository at this point in the history
  8. Edit boolean.rst

    Daniel Saxton authored and Daniel Saxton committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    c6b81ed View commit details
    Browse the repository at this point in the history
  9. Add list back to check_array_indexer test

    Daniel Saxton authored and Daniel Saxton committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    67800c6 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into bool-idx

    Daniel Saxton authored and Daniel Saxton committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    4c334f3 View commit details
    Browse the repository at this point in the history
  11. Account for pd.NA in is_bool_indexer

    Daniel Saxton authored and Daniel Saxton committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    578fd3c View commit details
    Browse the repository at this point in the history
  12. Include list mask in test

    Daniel Saxton authored and Daniel Saxton committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a559385 View commit details
    Browse the repository at this point in the history
  13. Account for empty key

    Daniel Saxton authored and Daniel Saxton committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    705947e View commit details
    Browse the repository at this point in the history
  14. Revert "Account for empty key"

    This reverts commit 705947e.
    Daniel Saxton authored and Daniel Saxton committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    4974778 View commit details
    Browse the repository at this point in the history
  15. Revert "Account for pd.NA in is_bool_indexer"

    This reverts commit 578fd3c.
    Daniel Saxton authored and Daniel Saxton committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    319b525 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Try modifying is_bool_indexer

    Daniel Saxton authored and Daniel Saxton committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    8007ce4 View commit details
    Browse the repository at this point in the history
  2. Revert "Try modifying is_bool_indexer"

    This reverts commit 8007ce4.
    Daniel Saxton authored and Daniel Saxton committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    a10765f View commit details
    Browse the repository at this point in the history
  3. Revert "Include list mask in test"

    This reverts commit a559385.
    Daniel Saxton authored and Daniel Saxton committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    d7fc3b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Merge branch 'master' into bool-idx

    Daniel Saxton authored and Daniel Saxton committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    bca582e View commit details
    Browse the repository at this point in the history
  2. Update release notes and docs

    Daniel Saxton authored and Daniel Saxton committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    6f9a298 View commit details
    Browse the repository at this point in the history
  3. Add issue number to tests

    Daniel Saxton authored and Daniel Saxton committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    e1e39fe View commit details
    Browse the repository at this point in the history
  4. Add some setitem tests

    Daniel Saxton authored and Daniel Saxton committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    5a72b2f View commit details
    Browse the repository at this point in the history
  5. Revert "Add some setitem tests"

    This reverts commit 5a72b2f.
    Daniel Saxton authored and Daniel Saxton committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    c0e8dc7 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into bool-idx

    Daniel Saxton authored and Daniel Saxton committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    a293bc6 View commit details
    Browse the repository at this point in the history
  7. Update setitem tests

    Daniel Saxton authored and Daniel Saxton committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    607d9ed View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. Merge branch 'master' into bool-idx

    Daniel Saxton authored and Daniel Saxton committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    2e7f9b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Merge branch 'master' into bool-idx

    Daniel Saxton authored and Daniel Saxton committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    bfe472b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into bool-idx

    Daniel Saxton authored and Daniel Saxton committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    a6294f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Add setitem test

    Daniel Saxton authored and Daniel Saxton committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    c6d23f6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into bool-idx

    Daniel Saxton authored and Daniel Saxton committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    c8ee434 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Move whatsnew note

    dsaxton committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    fbda99d View commit details
    Browse the repository at this point in the history
  2. Add back example

    dsaxton committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    3bf9327 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd65b0d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

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

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    8f2d7bb View commit details
    Browse the repository at this point in the history
  2. Update comment

    dsaxton committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    080d1d2 View commit details
    Browse the repository at this point in the history