Skip to content

Releases: ion-elgreco/polars-distance

v0.3.0 - more string and array distance functions

21 Dec 23:22

Choose a tag to compare

What's Changed

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

19 Dec 13:19
43b722e

Choose a tag to compare

What's Changed

Full Changelog: 0.1.5...0.2.0

0.1.5

08 Dec 23:24

Choose a tag to compare

update profile

0.1.4

07 Dec 23:23

Choose a tag to compare

Fix in cosine distance and added tests

0.1.3 - boost perf slightly

07 Dec 19:58
7000243

Choose a tag to compare

Merge pull request #2 from ion-elgreco/feat/improve_perf

feat: improve perf

0.1.2 - dist_arr functions

07 Dec 17:27

Choose a tag to compare

Updated the namespaces and added new array distance functions:

  • euclidean
  • cosine
  • chebyshev
  • canberra

v0.1.1: upgrade pyo3-polars

22 Nov 18:31

Choose a tag to compare

Bump pyo3-polars

0.1.0

05 Nov 01:55

Choose a tag to compare

Expose Rust crate distances through py03-polars. Contains hamming and levenshtein for string distances