summaryrefslogtreecommitdiff
path: root/src/python/gudhi/wasserstein.py
AgeCommit message (Expand)Author
2020-01-13fix typo in doc wasserstein_distance with new variables naming conventions.tlacombe
2020-01-13update variable names, going for order and internal_ptlacombe
2020-01-07changing variable name from (p, q) to (q, internal_p). Must also be done in t...tlacombe
2019-11-18Make the license a comment instead of a stringMarc Glisse
2019-10-31Increase numItermax in the call to POT.Marc Glisse
2019-10-18Update src/python/gudhi/wasserstein.py Théo Lacombe
2019-10-18Update src/python/gudhi/wasserstein.pyThéo Lacombe
2019-10-17Few improvements to the documentation.tlacombe
2019-10-17updated wasserstein doc to be sphinx-compatible + correction of typo in the .rsttlacombe
2019-09-23updated pot install instructions, including condatlacombe
2019-09-23updated wasserstein.py ; added _ in front of private functions, added q=np.in...tlacombe
2019-09-23wasserstein distance added on forktlacombe