summaryrefslogtreecommitdiff
path: root/src/python/gudhi/wasserstein
AgeCommit message (Collapse)Author
2022-05-22Spelling correctionsalbert-github
A number of spelling corrections as reported by the codespell (see: https://github.com/codespell-project/codespell) program and lists. Some remarks: - not considered are grammatical errors - not considered are names in the code although there are a number that could be improved (like `childs` -> `children`) - in the documentation it could be made clearer what are variables and what is running text (e.g. by placing variables in running text between backticks) - some comments are in the French language, I think it would be better to have them in the English (United States version).
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 ↵tlacombe
https://github.com/tlacombe/gudhi-devel into essential_part_in_wasserstein merging typo correction
2021-04-27Typo - Update src/python/gudhi/wasserstein/wasserstein.pyThéo Lacombe
Co-authored-by: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>
2021-04-27Typo correction - Update src/python/gudhi/wasserstein/wasserstein.pyThéo Lacombe
Co-authored-by: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>
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
jax.grad does not work with our functions (I think it used to work...)
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-05-11Merge pull request #294 from VincentRouvreau/fix_sphinx_warningsVincent Rouvreau
Fix sphinx warnings
2020-05-11Fixed by @tlacombeVincent Rouvreau
Co-authored-by: Théo Lacombe <lacombe1993@gmail.com>
2020-05-11Fixed by @tlacombeVincent Rouvreau
Co-authored-by: Théo Lacombe <lacombe1993@gmail.com>
2020-04-26Fix barycenter sphinx warningsROUVREAU Vincent
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-04-03removed the print of energy in verbose mode, added by errortlacombe
2020-04-01improved doc, adding double quot for inittlacombe
2020-04-01improved doc readabilitytlacombe
2020-03-31created wasserstein repotlacombe