Releases: ion-elgreco/polars-distance
Releases · ion-elgreco/polars-distance
v0.3.0 - more string and array distance functions
What's Changed
- feat: add more str distances by @ion-elgreco in #5
- feat: add tversky index by @ion-elgreco in #6
- feat: more array dist by @ion-elgreco in #7
Released the new docs here: https://ion-elgreco.github.io/polars-distance/
Full Changelog: 0.2.0...0.3.0
v0.2.0 - dist_list functions
What's Changed
- feat: restructure plugin & add jaccard index by @ion-elgreco in #3
- feat: add more set metrics by @ion-elgreco in #4
Full Changelog: 0.1.5...0.2.0
0.1.5
update profile
0.1.4
Fix in cosine distance and added tests
0.1.3 - boost perf slightly
Merge pull request #2 from ion-elgreco/feat/improve_perf feat: improve perf
0.1.2 - dist_arr functions
Updated the namespaces and added new array distance functions:
- euclidean
- cosine
- chebyshev
- canberra
v0.1.1: upgrade pyo3-polars
Bump pyo3-polars
0.1.0
Expose Rust crate distances through py03-polars. Contains hamming and levenshtein for string distances