summaryrefslogtreecommitdiff
path: root/src/python/example
AgeCommit message (Collapse)Author
2020-12-08Make representations tests work if CGAL and/or POT is not thereROUVREAU Vincent
2020-11-04import matplotlib only when necessary in examples, in function of args. ↵ROUVREAU Vincent
Tests are without matplotlib, so no need to test if present
2020-11-03Revert "import matplotlib only when necessary in examples, in function of ↵ROUVREAU Vincent
args. Tests are without matplotlib, so no need to test if present" This reverts commit ef30f636af892a2e226162af9072f0741caba886.
2020-11-03import matplotlib only when necessary in examples, in function of args. ↵ROUVREAU Vincent
Tests are without matplotlib, so no need to test if present
2020-07-31code review: simplifify tracesROUVREAU Vincent
2020-07-30collapse edges for python simplex treeROUVREAU Vincent
2020-04-29small modifsMathieuCarriere
2020-04-28added call methods + other fixesMathieuCarriere
2020-04-28fix conflictMathieuCarriere
2020-04-23Merge remote-tracking branch 'origin/master' into compute_persistenceMarc Glisse
2020-04-06Use compute_persistence in an exampleMarc Glisse
2020-03-30Streamline initialize_filtrationMarc Glisse
2020-03-22Merge master and fix conflictsROUVREAU Vincent
2020-03-16Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into ↵MathieuCarriere
wasserstein_representations
2020-03-16Add get_simplices method - contrary to get_filtration method, sort is not ↵ROUVREAU Vincent
performed
2020-03-10Fix example - only fails on OSxROUVREAU Vincent
2020-02-13small modif on example filemathieu
2020-02-13integrated heramathieu
2020-02-06Use exceptions uinstead of error message for non existing filesROUVREAU Vincent
2020-01-31Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into ↵MathieuCarriere
wasserstein_representations
2020-01-28Code review: rename get_simplex_filtration with get_simplex_and_filtration. ↵ROUVREAU Vincent
Remove exception raise. Fix failed tests. Reword documentation
2020-01-27Merge branch 'master' into print_warnings_to_stderrROUVREAU Vincent
2020-01-20Adapt testsMarc Glisse
It is still failing by default, until I touch alpha_complex.pyx and rebuild it, after which it works ?!
2020-01-16added wasserstein classmathieu
2020-01-14print errors to stderrROUVREAU Vincent
2020-01-13Fix #194 : Rename read_off as it only read points from OFF fileROUVREAU Vincent
2019-11-26Merge pull request #147 from mglisse/sktda-tweaks-glisseMarc Glisse
Minor tweaks to representations
2019-11-22Merge pull request #143 from mglisse/explotMarc Glisse
Add examples of 3d plots of complexes
2019-11-21Generalize Clamping to min and maxMarc Glisse
Fix #146.
2019-11-20Use matplotlib axes to be able to subplot persistence graphical toolsROUVREAU Vincent
2019-11-16Draw vertex/edge/triangle with plotlyMarc Glisse
2019-11-16Draw vertex/edge/triangle with matplotlibMarc 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-15The big rename: sktda -> representationsMarc Glisse
2019-11-15Run example as a test, without graphicsMarc Glisse
2019-11-04fixes to Marc's commentsMathieuCarriere
2019-11-04fixes of Marc's commentsMathieuCarriere
2019-10-27Make example executableMarc Glisse
2019-10-27Add interpreter to exampleMarc Glisse
2019-09-10Move cython directory stuff to python directory. Make example work. Fix ↵ROUVREAU Vincent
CMake for sktda. Make sktda a submodule of gudhi package.
2019-09-09Code review: rename cython as python (make target and directoryROUVREAU Vincent