summaryrefslogtreecommitdiff
path: root/src/python/gudhi
AgeCommit message (Expand)Author
2020-01-13Update src/python/gudhi/wasserstein.pyThéo Lacombe
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-12-16Rollback exact version mechanismROUVREAU Vincent
2019-12-12Merge branch 'master' into exact_alpha_complex_python_versionROUVREAU Vincent
2019-12-11cleanup for landscape resolutionmathieu
2019-12-11cleanupmathieu
2019-12-11fixed landscapemathieu
2019-12-08fixed useless coordinates in Landscape if min and max are computed from dataMathieuCarriere
2019-12-05nicer doc presentationROUVREAU Vincent
2019-12-05Add MPFR dependency for python module. Use Epeck_d by default for Alpha compl...ROUVREAU Vincent
2019-11-29Fix various links for sphinxMarc Glisse
2019-11-28Merge pull request #160 from VincentRouvreau/persistence_graphical_tool_fixVincent Rouvreau
2019-11-27Fix #150 axes has no attribute colorbarROUVREAU Vincent
2019-11-26Merge pull request #147 from mglisse/sktda-tweaks-glisseMarc Glisse
2019-11-22Fix link to bottleneck_distance.Marc Glisse
2019-11-21Generalize Clamping to min and maxMarc Glisse
2019-11-20More tweaks in representationsMarc Glisse
2019-11-20Minor tweaks to representationsMarc Glisse
2019-11-20Use matplotlib axes to be able to subplot persistence graphical toolsROUVREAU Vincent
2019-11-20Merge branch 'master' into persistence_graphical_tool_improvementsROUVREAU Vincent
2019-11-19Merge pull request #71 from MathieuCarriere/sklearn_tdaVincent Rouvreau
2019-11-19Add warning in the doc of assign_filtrationMarc Glisse
2019-11-18Make the license a comment instead of a stringMarc Glisse
2019-11-16More 'is' to '=='Marc Glisse
2019-11-15The big rename: sktda -> representationsMarc Glisse
2019-11-14Attributes -> Parameters in __init__Marc Glisse
2019-11-14Syntax of return type in docstringMarc Glisse
2019-11-14Remove mentions of the exact sliced Wasserstein (not implemented)Marc Glisse
2019-11-14Make the license a comment instead of a docstringMarc Glisse
2019-11-09added copyrightsmathieu
2019-11-09Replace 'is' with == or similar.Marc Glisse
2019-11-08Merge remote-tracking branch 'origin/master' into sklearn_tdaMarc Glisse
2019-11-07Merge pull request #130 from mglisse/align-docVincent Rouvreau
2019-11-06Update comment for GUDHI_PYTHON_MODULES_EXTRAMarc Glisse
2019-11-05Fix documentation indentationMarc Glisse
2019-11-05Create GUDHI_PYTHON_MODULES_EXTRA without auto-importMarc Glisse
2019-11-04fixes to Marc's commentsMathieuCarriere
2019-11-04fixed typosMathieuCarriere
2019-11-04fixes of Marc's commentsMathieuCarriere
2019-10-31Increase numItermax in the call to POT.Marc Glisse
2019-10-24Fix issues #113 (replace 'is not' with '!=') and #109 (replace palette with a...ROUVREAU Vincent
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