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

Add two distance metrics, three-way comparison and bootstrapping #608

Merged
merged 36 commits into from
Jun 24, 2024
Merged

Commits on May 26, 2024

  1. add two distance metrics

    wxicu committed May 26, 2024
    Configuration menu
    Copy the full SHA
    fd21dc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3af7d89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fe911b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. add agg fct

    wxicu committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    6d419c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. speed up tests

    wxicu committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ca86025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0830535 View commit details
    Browse the repository at this point in the history
  3. add type

    wxicu committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9fd4c2b View commit details
    Browse the repository at this point in the history
  4. add description

    wxicu committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    fc71eae View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Update pertpy/tools/_distances/_distances.py

    Co-authored-by: Lukas Heumos <[email protected]>
    wxicu and Zethson authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    09e5fea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad23ca6 View commit details
    Browse the repository at this point in the history
  3. Update pertpy/tools/_distances/_distances.py

    Co-authored-by: Lukas Heumos <[email protected]>
    wxicu and Zethson authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    dc74884 View commit details
    Browse the repository at this point in the history
  4. Update pertpy/tools/_distances/_distances.py

    Co-authored-by: Lukas Heumos <[email protected]>
    wxicu and Zethson authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c774cd2 View commit details
    Browse the repository at this point in the history
  5. Update pertpy/tools/_distances/_distances.py

    Co-authored-by: Eljas Roellin <[email protected]>
    wxicu and eroell authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d413d67 View commit details
    Browse the repository at this point in the history
  6. Update pertpy/tools/_distances/_distances.py

    Co-authored-by: Eljas Roellin <[email protected]>
    wxicu and eroell authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b7f2cf7 View commit details
    Browse the repository at this point in the history
  7. Update pertpy/tools/_distances/_distances.py

    Co-authored-by: Eljas Roellin <[email protected]>
    wxicu and eroell authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e71f81c View commit details
    Browse the repository at this point in the history
  8. Update pertpy/tools/_distances/_distances.py

    Co-authored-by: Eljas Roellin <[email protected]>
    wxicu and eroell authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    edaa6e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. update code

    wxicu committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    317cfd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b4134 View commit details
    Browse the repository at this point in the history
  3. fix drug

    wxicu committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d261410 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fd29a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    30baefe View commit details
    Browse the repository at this point in the history
  2. speed up tests,

    wxicu committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    2c8127c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. remove test classes

    wxicu committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    57b14c3 View commit details
    Browse the repository at this point in the history
  2. drop test classes

    wxicu committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    78d00fa View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. update compare_de

    wxicu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    052fd00 View commit details
    Browse the repository at this point in the history
  2. correct the comments

    wxicu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3a8eac6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. speed tests

    wxicu committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    63ed17a View commit details
    Browse the repository at this point in the history
  2. speed up tests

    wxicu committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f9e0d36 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. split metrics_3g

    wxicu committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2e65f9d View commit details
    Browse the repository at this point in the history
  2. fix pre-commit

    wxicu committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2e7acf3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. pin numpy <2

    wxicu committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    69163ff View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. unpin numpy

    wxicu committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    67c54be View commit details
    Browse the repository at this point in the history
  2. speed up mahalanobis distance

    wxicu committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6e32f37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    620e645 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. rename DGE to DGEEVAL

    wxicu committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    10d3483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a07252 View commit details
    Browse the repository at this point in the history