This pull-request adds parallel computation of the dissimilarity matrix via joblib. It checks if joblib is available, otherwise it falls back to standard single core computation.
I also removed useless imports in dissimilarity_common.py and fixed some typos (disimilarity -> dissimilarity) that propagated to tractome.py.
This pull-request adds parallel computation of the dissimilarity matrix via joblib. It checks if joblib is available, otherwise it falls back to standard single core computation. I also removed useless imports in dissimilarity_common.py and fixed some typos (disimilarity -> dissimilarity) that propagated to tractome.py.