summaryrefslogtreecommitdiff
path: root/src/python/gudhi/wasserstein/wasserstein.py
AgeCommit message (Expand)Author
2021-04-28enhancing the doc2tlacombe
2021-04-28enhancing the doctlacombe
2021-04-27changed infty to inf in doctlacombe
2021-04-27now consider (inf,inf) as belonging to the diagonal ; more teststlacombe
2021-04-27Merge branch 'essential_part_in_wasserstein' of https://github.com/tlacombe/g...tlacombe
2021-04-27Typo - Update src/python/gudhi/wasserstein/wasserstein.pyThéo Lacombe
2021-04-27Typo correction - Update src/python/gudhi/wasserstein/wasserstein.pyThéo Lacombe
2021-04-21typo correctedtlacombe
2021-04-12added warning when cost is infty and matching is Nonetlacombe
2021-04-12handle essential parts testtlacombe
2021-04-12improved essential part and enable autodiff managementtlacombe
2021-04-12change name _offdiag to _finite_parttlacombe
2021-04-12merge upstream/master into essential partstlacombe
2020-08-04Remove JAX from the documentationMarc Glisse
2020-08-04fix wasserstein autodiffMathieuCarriere
2020-07-20update test enable_autodiff and _offdiagtlacombe
2020-07-07added enable autodiff management in _offdiag utils functiontlacombe
2020-07-07correction mistake in teststlacombe
2020-07-07correction typo in test wdisttlacombe
2020-07-06update test including essential partstlacombe
2020-07-06adding essential parts management in wasserstein distancetlacombe
2020-06-29update doc in wasserstein.wasserstein to reflect change in default paramtlacombe
2020-06-11added filetlacombe
2020-04-22Document incompatibility of matching=True and enable_autodiffMarc Glisse
2020-04-22Clarify the doc of enable_autodiffMarc Glisse
2020-04-22Rename local variablesMarc Glisse
2020-04-20Drop one commentMarc Glisse
2020-04-20Merge remote-tracking branch 'origin/master' into wass-autodiffMarc Glisse
2020-04-20Reintroduce _proj_on_diag, with a unit testMarc Glisse
2020-04-19Unwrap the resultMarc Glisse
2020-04-18enable_autodiff for POT wasserstein_distanceMarc Glisse
2020-04-17Simplify distance-to-diagonal in WassersteinMarc Glisse
2020-04-06Remove trailing whitespaceMarc Glisse
2020-03-31created wasserstein repotlacombe