summaryrefslogtreecommitdiff
path: root/src/python/gudhi/wasserstein.py
AgeCommit message (Collapse)Author
2020-01-14Merge pull request #192 from tlacombe/wdistVincent Rouvreau
Wdist
2020-01-13Update src/python/gudhi/wasserstein.pyThéo Lacombe
Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
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-10Reorder import and docstrings. Modify test_representationsROUVREAU Vincent
2020-01-07changing variable name from (p, q) to (q, internal_p). Must also be done in ↵tlacombe
tests files and doc
2019-11-18Make the license a comment instead of a stringMarc Glisse
I think this interacts better with sphinx automodule
2019-10-31Increase numItermax in the call to POT.Marc Glisse
This number is pretty arbitrary...
2019-10-18Update src/python/gudhi/wasserstein.py Théo Lacombe
typo correction Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
2019-10-18Update src/python/gudhi/wasserstein.pyThéo Lacombe
Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
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 ↵tlacombe
q=np.inf, added emptydiagram management.
2019-09-23wasserstein distance added on forktlacombe