From e621e0723c38be44523925eacc5d9821f04e8936 Mon Sep 17 00:00:00 2001 From: Damien Dotta Date: Wed, 21 Aug 2024 10:00:52 +0200 Subject: [PATCH] Add polars-distance plugin Fixes #352 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcf5333..26e4ed3 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ To learn to write, see [this great tutorial](https://marcogorelli.github.io/pola - [life_polars_plugin](https://github.com/condekind/life_polars_plugin) - Polars plugin to showcase some features of the plugin system by [@condekind](https://github.com/condekind). - [polars-url](https://github.com/condekind/polars-url) - Polars plugin to parse/extract fields from urls by [@condekind](https://github.com/condekind). - [polars-ml](https://github.com/barak1412/polars_ml) - Polars plugin for machine learning by [@barak1412](https://github.com/barak1412). +- [polars-distance](https://github.com/ion-elgreco/polars-distance) - Polars plugin for pairwise distance functions by [@ion-elgreco](https://github.com/ion-elgreco). ### Python