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

Expose Levenshtein distance and NW to Rust #82

Closed
ashvardanian opened this issue Feb 7, 2024 · 5 comments · Fixed by #89
Closed

Expose Levenshtein distance and NW to Rust #82

ashvardanian opened this issue Feb 7, 2024 · 5 comments · Fixed by #89
Assignees
Labels

Comments

@ashvardanian
Copy link
Owner

Unlike C, C++, Swift, and Python, the Rust interface lacks any exposure to sz_edit_distance and sz_alignment_score, which might be of interest to many users.

@michaelgrigoryan25
Copy link
Contributor

I will pick this up. Are these the correct definitions of the above mentioned functions?

@ashvardanian
Copy link
Owner Author

Yes, those are!

@ashvardanian
Copy link
Owner Author

🎉 This issue has been resolved in version 3.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@grouville
Copy link
Contributor

grouville commented Feb 25, 2024

@ashvardanian hasn't it been fixed by #89 ? Looks done to me ✅

@ashvardanian
Copy link
Owner Author

Yes, @grouville, you are right! For some reason the CI didn't close this 🤷‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants