summaryrefslogtreecommitdiff
path: root/src/python
AgeCommit message (Expand)Author
2019-11-20Minor tweaks to representationsMarc Glisse
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-15Example uses matplotlibMarc Glisse
2019-11-15Token documentationMarc Glisse
2019-11-15The big rename: sktda -> representationsMarc Glisse
2019-11-15Run example as a test, without graphicsMarc 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-14Add link from the main doc page.Marc Glisse
2019-11-09added copyrightsmathieu
2019-11-09Replace 'is' with == or similar.Marc Glisse
2019-11-08Move sktda to GUDHI_PYTHON_MODULES_EXTRA.Marc Glisse
2019-11-08Merge remote-tracking branch 'origin/master' into sklearn_tdaMarc Glisse
2019-11-08Enable the napoleon extension for sphinx.Marc Glisse
2019-11-07Merge pull request #130 from mglisse/align-docVincent Rouvreau
2019-11-07Merge pull request #128 from mglisse/extra-modulesVincent Rouvreau
2019-11-06Also document __init__Marc Glisse
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-05Fix size of underlines for sphinxMarc Glisse
2019-11-04fixes to Marc's commentsMathieuCarriere
2019-11-04fixed typosMathieuCarriere
2019-11-04Merge pull request #95 from tlacombe/wdist-theoVincent Rouvreau
2019-11-04fixes of Marc's commentsMathieuCarriere
2019-11-01Use documented CGAL interfaces for Epick_d (or Epeck_d)Marc Glisse
2019-10-31Fix #98 : set conda link to the correct one (not licensing link)ROUVREAU Vincent
2019-10-31Increase numItermax in the call to POT.Marc Glisse
2019-10-27Print sklearn version next to the other modulesMarc Glisse
2019-10-27Wasserstein also uses SciPyMarc Glisse
2019-10-27Mention POT in installation instructionsMarc Glisse
2019-10-27Make example executableMarc Glisse
2019-10-27Add interpreter to exampleMarc Glisse
2019-10-25Add token doc file so sphinx builds the doc.Marc Glisse
2019-10-18Merge branch 'wdist-theo' of https://github.com/tlacombe/gudhi-devel into wdi...tlacombe
2019-10-18Update src/python/gudhi/wasserstein.py Théo Lacombe
2019-10-18correction edges lengths ==> edge lengthstlacombe
2019-10-18Update src/python/gudhi/wasserstein.pyThéo Lacombe
2019-10-17Few improvements to the documentation.tlacombe
2019-10-17removed GPL license, updated expected gudhi release (set at 3.1.0 for now)tlacombe
2019-10-17updated wasserstein doc to be sphinx-compatible + correction of typo in the .rsttlacombe
2019-10-17updated index.rst to include Wasserstein distancetlacombe
2019-09-24no python documentation generation if POT is not foundROUVREAU Vincent
2019-09-23updated pot install instructions, including condatlacombe
2019-09-23updated wasserstein.py ; added _ in front of private functions, added q=np.in...tlacombe