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] Improve vectorized metric calculation and deprecate VectorizedDF.__getitem__ and VectorizedDF.get_iloc_indexer #4228

Merged
merged 7 commits into from Mar 7, 2023

Commits on Feb 14, 2023

  1. use vectorize_est to evaluate

    hoesler committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    b4ada79 View commit details
    Browse the repository at this point in the history
  2. remove unused methods

    hoesler committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    bcd2df7 View commit details
    Browse the repository at this point in the history
  3. update docstrings

    hoesler committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    484752d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fe2d74 View commit details
    Browse the repository at this point in the history
  5. deprecate get_iloc_indexer

    hoesler committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4850eb2 View commit details
    Browse the repository at this point in the history
  6. fix docstrings

    hoesler committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3463f2e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. undeprecate __getitem__

    fkiraly committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    9129a2a View commit details
    Browse the repository at this point in the history