summaryrefslogtreecommitdiff
path: root/src/python
AgeCommit message (Collapse)Author
2019-11-22Merge pull request #153 from ↵Vincent Rouvreau
VincentRouvreau/python_installation_documentation_improvements Fix #88 #89 and #90
2019-11-22Merge pull request #143 from mglisse/explotMarc Glisse
Add examples of 3d plots of complexes
2019-11-22Add information about *make python* and *make clean* target. It does not ↵ROUVREAU Vincent
fix, but workaround issues #88 #89 and #90
2019-11-22Fix typo - module*s* require plural formROUVREAU Vincent
2019-11-22Simplify and boldify main pages (modules, installation, examples, ...) in ↵ROUVREAU Vincent
the left top menu of sphinx documentation
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
sklearn-tda
2019-11-19Add warning in the doc of assign_filtrationMarc Glisse
Apparently some users expect that it will magically "fix" other simplices so it remains a valid filtration.
2019-11-18Make the license a comment instead of a stringMarc Glisse
I think this interacts better with sphinx automodule
2019-11-16Draw vertex/edge/triangle with plotlyMarc Glisse
2019-11-16Draw vertex/edge/triangle with matplotlibMarc Glisse
2019-11-16Add examples to the list of examplesMarc Glisse
2019-11-16Example plot of triangles, edges and vertices with mayaviMarc Glisse
2019-11-16Add mayavi to the examplesMarc Glisse
2019-11-16Examples for plotting a simplicial complex with plotly / matplotlibMarc 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
We don't want it in the autogenerated sphinx doc
2019-11-14Add link from the main doc page.Marc Glisse
2019-11-09added copyrightsmathieu
2019-11-09Replace 'is' with == or similar.Marc Glisse
Related to issue #113, but I did not touch persistence_graphical_tools.py which is handled in PR #119. I don't know if I got them all, I guess we'll start seeing the warnings with python-3.8 soon enough.
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
Fix documentation indentation
2019-11-07Merge pull request #128 from mglisse/extra-modulesVincent Rouvreau
Fix #125
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
Put Wasserstein in it.
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
wasserstein distance added on fork
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
This number is pretty arbitrary...
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