From 96f14e32f9b2230a6204f300488b0aad04a676a1 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Wed, 3 Jun 2020 09:39:28 +0200 Subject: Mention Joblib in installation doc --- src/python/doc/installation.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/python/doc') diff --git a/src/python/doc/installation.rst b/src/python/doc/installation.rst index de09c5b3..a66e910e 100644 --- a/src/python/doc/installation.rst +++ b/src/python/doc/installation.rst @@ -260,6 +260,13 @@ a flag `enable_autodiff=True` is used). In order to reduce code duplication, we use `EagerPy `_ which wraps arrays from PyTorch, TensorFlow and JAX in a common interface. +Joblib +------ + +`Joblib `_ is used both as a dependency of `Scikit-learn`_, +and directly for parallelism in some modules (:class:`~gudhi.point_cloud.knn.KNearestNeighbors`, +:func:`~gudhi.representations.metrics.pairwise_persistence_diagram_distances`). + Hnswlib ------- -- cgit v1.2.3