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: NumericIndex for any numpy int/uint/float dtype #41153

Merged
merged 55 commits into from
Aug 5, 2021

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    9739f85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88a7858 View commit details
    Browse the repository at this point in the history
  3. fix test failure

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    7ccb1b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b45500d View commit details
    Browse the repository at this point in the history
  5. fix errors

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    5ef35f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8f6c22 View commit details
    Browse the repository at this point in the history
  7. fixups

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    1c65a0b View commit details
    Browse the repository at this point in the history
  8. fix exact='equiv'

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    f3e13aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e17485 View commit details
    Browse the repository at this point in the history
  10. fixes

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    c1e801d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa0cea7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1f5f922 View commit details
    Browse the repository at this point in the history
  13. rename to NumericIndex

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    132ce44 View commit details
    Browse the repository at this point in the history
  14. fixes

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    058cd2e View commit details
    Browse the repository at this point in the history
  15. fix test

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    1c7f23f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    07a097c View commit details
    Browse the repository at this point in the history
  17. fix test failure

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    ff6cfb4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fe7b97c View commit details
    Browse the repository at this point in the history
  19. fixups

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    86f3960 View commit details
    Browse the repository at this point in the history
  20. fix exact='equiv'

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    2424c0d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a515bba View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    341fc2f View commit details
    Browse the repository at this point in the history
  23. fix test

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    c2d8884 View commit details
    Browse the repository at this point in the history
  24. add back numeric tests

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    5a56b1a View commit details
    Browse the repository at this point in the history
  25. fix comments

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    a497d57 View commit details
    Browse the repository at this point in the history
  26. fix comments part II

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    6557689 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5bc4c2c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    84bf540 View commit details
    Browse the repository at this point in the history
  29. fix errors

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    69953b4 View commit details
    Browse the repository at this point in the history
  30. rebase after pandas-dev#41472

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    b4be77d View commit details
    Browse the repository at this point in the history
  31. small clean-up

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    bb42e2d View commit details
    Browse the repository at this point in the history
  32. small clean-up II

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    bafa9b3 View commit details
    Browse the repository at this point in the history
  33. small clean-up III

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    35b0e71 View commit details
    Browse the repository at this point in the history
  34. small clean-up IV

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    ed4730b View commit details
    Browse the repository at this point in the history
  35. small clean-up V

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    6a32788 View commit details
    Browse the repository at this point in the history
  36. fix bug

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    47e208c View commit details
    Browse the repository at this point in the history
  37. fix failures

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    d6a03a0 View commit details
    Browse the repository at this point in the history
  38. cleanups

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    ec003ed View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    7ddee71 View commit details
    Browse the repository at this point in the history
  40. minor clean-ups

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    2bb282f View commit details
    Browse the repository at this point in the history
  41. fix not-allowed parameter

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    c1633fb View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    9c7d57b View commit details
    Browse the repository at this point in the history
  43. clean-ups after rebasing

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    f6dccc1 View commit details
    Browse the repository at this point in the history
  44. more clean-ups

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    3630fc7 View commit details
    Browse the repository at this point in the history
  45. add cleanups

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    bfe6895 View commit details
    Browse the repository at this point in the history
  46. fix TestApi failure

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    8532ddb View commit details
    Browse the repository at this point in the history
  47. more precise tests

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    186de8e View commit details
    Browse the repository at this point in the history
  48. update tests

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    ead8f57 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    2a850ea View commit details
    Browse the repository at this point in the history
  50. update tests/common.py

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    d04da70 View commit details
    Browse the repository at this point in the history
  51. cleanups

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    4b8385c View commit details
    Browse the repository at this point in the history
  52. simplify _ensure_dtype

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    1f52f8b View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    951c5f7 View commit details
    Browse the repository at this point in the history
  54. address comments

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    7c7c0dd View commit details
    Browse the repository at this point in the history
  55. add TODO

    topper-123 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    bb72c68 View commit details
    Browse the repository at this point in the history