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

replace python-Levenshtein with rapidfuzz #10

Merged
merged 10 commits into from
Aug 18, 2023
Merged

replace python-Levenshtein with rapidfuzz #10

merged 10 commits into from
Aug 18, 2023

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    a98d0e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. add back tests

    maxbachmann committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c111bbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    193a953 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    d6887ba View commit details
    Browse the repository at this point in the history
  2. refactor dedupe function

    maxbachmann committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    bc50bba View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. fix QRatio test

    maxbachmann committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    8478738 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4274ae View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    a5d1efa View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. fix: close file after opening

    You must always close a file after opening it. The current code might not work on Windows + PyPy, since it's assuming the garbage collector will run (which it won't on PyPy) & the file descriptor will be released (which is required on Windows).
    maxbachmann authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    77f46ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2cd4f4 View commit details
    Browse the repository at this point in the history