8000 Comparing v0.1.7...master · luozhouyang/python-string-similarity · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: luozhouyang/python-string-similarity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.7
Choose a base ref
...
head repository: luozhouyang/python-string-similarity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 9 files changed
  • 7 contributors

Commits on Sep 8, 2020

  1. Make names of variables reflect what they mean

    Rename the variable for `s0[i]` from `s1i` to `s0i` and similarly for `s1[j]`
    lanzkron authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    5c11630 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from lanzkron/consistent-naming-of-variables

    Make names of variables reflect what they mean
    luozhouyang authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    a45c796 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. use specified costs when one of the strings is empty

    If one of the strings is empty it's not correct to assume that the cost is the length of the other string since we the insertion and deletion costs are configurable and not necessarily 1.
    lanzkron authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    106489c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Merge pull request #20 from lanzkron/patch-2

    use specified costs when one of the strings is empty
    Configuration menu
    Copy the full SHA
    ff4e41f View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.1.8

    luozhouyang committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    9c85f50 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Added SIFT4

    Matthijs committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    10a589d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Remove greetings

    luozhouyang committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    9d20a36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from matthijsz/master

    Added SIFT4
    luozhouyang authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    7176567 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02174e4 View commit details
    Browse the repository at this point in the history
  4. Perfect SIFT4

    luozhouyang committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    1d7e321 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Test Python 3.9

    pajusmar committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    932952d View commit details
    Browse the repository at this point in the history
  2. Update setup.py

    pajusmar committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    2c2d578 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Merge pull request #24 from pajusmar/master

    Added Python 3.9 to test matrix
    luozhouyang authored Dec 12, 2020
    Configuration menu
    Copy the full SHA
    2c7835d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Release v0.2.0

    luozhouyang committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    2efcfe7 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    060e137 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from adamko147/adamko147-ngram

    fix ngram distance for strings shorter than N
    luozhouyang authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    0e7b9ec View commit details
    Browse the repository at this point in the history
  3. Release v0.2.1

    luozhouyang committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    060a51c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    fca3b16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from tirkarthi/fix-assert

    Refactor deprecated unittest aliases for Python 3.11 compatibility.
    luozhouyang authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    115acaa View commit details
    Browse the repository at this point in the history
Loading
0