-
Notifications
You must be signed in to change notification settings - Fork 18
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
compare
with Partial
distances gives negative answers
#31
Comments
Ok, I had to go back to normalizing Partial/TokenSort/TokenSet, otherwise the package becomes too complicated for me. |
Ok, but this is a breaking change; I've updated my code + compat for 0.7 but I'll have to pin that release then to avoid hitting the normalized methods (at least until I can update again..). By the way, I think |
Ok, then the new version is 0.8. The difficulty is not really about normalizing Partial, it's more about what to do with max_dist, which is not available for all distances. |
Ok, 0.8 sounds good, thanks. That makes sense regarding |
This causes
findmax
to not work. I think this is due to the normalization changes. This also seems odd:The text was updated successfully, but these errors were encountered: