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

Make IndexOpsMixin (and Index) generic #760

Merged
merged 25 commits into from
Aug 14, 2023

Commits on Aug 3, 2023

  1. interpolate method

    twoertwein committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4929ecb View commit details
    Browse the repository at this point in the history
  2. WIP

    twoertwein committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2775a58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e40ddf View commit details
    Browse the repository at this point in the history
  4. use Self

    twoertwein committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    68abe4d View commit details
    Browse the repository at this point in the history
  5. a few more S1/Self

    twoertwein committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2cfbdb0 View commit details
    Browse the repository at this point in the history
  6. fix tests

    twoertwein committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ebcc389 View commit details
    Browse the repository at this point in the history
  7. more tests

    twoertwein committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    24d42fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3802d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92eab41 View commit details
    Browse the repository at this point in the history
  10. fix CategoricalIndex; MultiIndex should probably be Index[tuple[S1, .…

    …..]] but keeping it as Index[Any]
    twoertwein committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6e04d8e View commit details
    Browse the repository at this point in the history
  11. Revert "interpolate method"

    This reverts commit 4929ecb.
    twoertwein committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e7a2d3b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. many more overloads for subclasses (I wish pandas would not handle su…

    …bclasses in parent classes)
    twoertwein committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d12a72a View commit details
    Browse the repository at this point in the history
  2. remove PandasObject - it caused the pyright issues but it provides no…

    … methods that aren't already provided by object
    twoertwein committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    87c62d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ce5fc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 9, 2023

  1. overloads for numpy

    twoertwein committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4f13109 View commit details
    Browse the repository at this point in the history
  2. did numexpr break the CI?

    twoertwein committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    bd39625 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c48567 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67f5e8d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    566c918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff5ee58 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    c8d2019 View commit details
    Browse the repository at this point in the history
  2. fix comment in arraylike

    Dr-Irv committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    585c93b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Merge pull request #3 from Dr-Irv/pr760

    fix issue with floordiv for mypy
    twoertwein authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7ac1ea5 View commit details
    Browse the repository at this point in the history