Closed yi0n closed 1 year ago
Yes, it appears it was changed to jaro_similarity() as of jellyfish==1.0
. See https://jamesturk.github.io/jellyfish/functions/
jellyfish.jaro_similarity("New","Now")
Thanks for pointing out the old README/docs. I'll update that for the next release once the Python 3.12 issue is resolved.
Hi,
it seems the jellyfish.jaro_distance() function isn't available anymore. I didn't found any information about that in the changelog. Official site and docs still displays the function in the example code.
Has this to do with #122 ?