From 973a2d6d49da8d3c926e312c4b5158d9b39b0fd3 Mon Sep 17 00:00:00 2001 From: Jacan Chaplais Date: Fri, 10 Nov 2023 16:35:30 +0000 Subject: [PATCH] exported spherocity and jaccard_distance #165 --- graphicle/calculate.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphicle/calculate.py b/graphicle/calculate.py index a1a3d0f..ae4f2e6 100644 --- a/graphicle/calculate.py +++ b/graphicle/calculate.py @@ -38,6 +38,8 @@ "aggregate_momenta", "cluster_coeff_distbn", "thrust", + "spherocity", + "jaccard_distance", ]