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

Migration to GHA, Poetry. Initial tests. Fixes some bugs. #8

Merged
merged 13 commits into from
Jun 8, 2023

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    d30dd12 View commit details
    Browse the repository at this point in the history
  2. rm: support for kendall tau distance

    Tau distance is rarely used and most of the class methods are
    not implemented for it. I am removing it from the list of
    recognized methods since it's basically confusing.
    AlFontal committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    8945873 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c25192a View commit details
    Browse the repository at this point in the history
  4. add: gitignore

    AlFontal committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    40bbaa3 View commit details
    Browse the repository at this point in the history
  5. fix: forces arrays into pd.Series. Hacky but works for now (#3)

    Will need to actually fix this. But so far so good.
    AlFontal committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    9bad450 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. feat: add basic tests (#1)

    Very basic at this point, but it's a start.
    AlFontal committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    ce6b410 View commit details
    Browse the repository at this point in the history
  2. feat: testing with GHA (#4)

    Just testing in python 3.10 by now
    AlFontal committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    477700c View commit details
    Browse the repository at this point in the history
  3. feat: move to poetry (#6)

    AlFontal committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    2555583 View commit details
    Browse the repository at this point in the history
  4. doc: add markdown readme

    AlFontal committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    6eddc94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82f8828 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bbc1302 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ff5f76 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60bd3af View commit details
    Browse the repository at this point in the history