polars-distance

Polars plugin for pairwise distance functions

MIT License

Downloads
21.8K
Stars
44

Bot releases are visible (Hide)

polars-distance - v0.4.3 - Ratcliff-Obershelp Latest Release

Published by ion-elgreco 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ion-elgreco/polars-distance/compare/0.4.2...0.4.3

polars-distance - v0.4.2

Published by ion-elgreco 7 months ago

What's Changed

Full Changelog: https://github.com/ion-elgreco/polars-distance/compare/0.4.1...0.4.2

polars-distance - v0.4.1

Published by ion-elgreco 8 months ago

polars-distance - v0.4.0

Published by ion-elgreco 9 months ago

What's Changed

Full Changelog: https://github.com/ion-elgreco/polars-distance/compare/0.3.2...0.4.0

polars-distance - v0.3.2

Published by ion-elgreco 9 months ago

What's Changed

Full Changelog: https://github.com/ion-elgreco/polars-distance/compare/0.3.1...0.3.2

polars-distance - v0.3.1 - haversine + categorical dtype support

Published by ion-elgreco 10 months ago

What's Changed

Full Changelog: https://github.com/ion-elgreco/polars-distance/compare/0.3.0...0.3.1

polars-distance - v0.3.0 - more string and array distance functions

Published by ion-elgreco 10 months ago

What's Changed

Released the new docs here: https://ion-elgreco.github.io/polars-distance/

Full Changelog: https://github.com/ion-elgreco/polars-distance/compare/0.2.0...0.3.0

polars-distance - v0.2.0 - dist_list functions

Published by ion-elgreco 10 months ago

What's Changed

Full Changelog: https://github.com/ion-elgreco/polars-distance/compare/0.1.5...0.2.0

polars-distance - 0.1.5

Published by ion-elgreco 11 months ago

polars-distance - 0.1.4

Published by ion-elgreco 11 months ago

Fix in cosine distance and added tests

polars-distance - 0.1.3 - boost perf slightly

Published by ion-elgreco 11 months ago

polars-distance - 0.1.2 - dist_arr functions

Published by ion-elgreco 11 months ago

Updated the namespaces and added new array distance functions:

  • euclidean
  • cosine
  • chebyshev
  • canberra
polars-distance - v0.1.1: upgrade pyo3-polars

Published by ion-elgreco 11 months ago

polars-distance - 0.1.0

Published by ion-elgreco 12 months ago

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