summaryrefslogtreecommitdiff
path: root/src/python/gudhi/wasserstein.py
AgeCommit message (Collapse)Author
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