summaryrefslogtreecommitdiff
path: root/src/python/example
AgeCommit message (Expand)Author
2022-05-22Spelling correctionsalbert-github
2021-11-08Merge master and resolve conflicts (mainly src/python/CMakeLists.txt)Vincent Rouvreau
2021-06-09Merge branch 'master' into python_weighted_alpha_complexVincent Rouvreau
2021-05-28Merge remote-tracking branch 'upstream/master' into generate_points_torus_pythonHind-M
2021-05-28Merge pull request #481 from Hind-M/generate_points_sphere_pythonVincent Rouvreau
2021-05-25Add a separator argument that goes with the rips_complex_diagram_persistence_...Hind-M
2021-05-21Fix issue #489 RipsComplex out of bounds accessHind-M
2021-05-10Rename dim to ambient_dim for sphere (to be consistent with dim in torus)Hind Montassif
2021-05-05Add __init__ files at every level in modulesHind Montassif
2021-04-28Add points (dataset type) before the underlying model (sphere) as a moduleHind
2021-04-27Rename and reorganize point generators moduleHind
2021-04-27Remove the commented graphic part from the example (to be added to tutorial n...Hind
2021-04-22Add random points generator on sphere in python, with an exampleHind
2021-03-24Remove read_weights and depreciate off_fileROUVREAU Vincent
2021-03-09do not promote max_alpha_square use in examplesROUVREAU Vincent
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. Tests...ROUVREAU Vincent
2020-11-03Revert "import matplotlib only when necessary in examples, in function of arg...ROUVREAU Vincent
2020-11-03import matplotlib only when necessary in examples, in function of args. Tests...ROUVREAU Vincent
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 wasserstei...MathieuCarriere
2020-03-16Add get_simplices method - contrary to get_filtration method, sort is not per...ROUVREAU Vincent
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 wasserstei...MathieuCarriere
2020-01-28Code review: rename get_simplex_filtration with get_simplex_and_filtration. R...ROUVREAU Vincent
2020-01-27Merge branch 'master' into print_warnings_to_stderrROUVREAU Vincent
2020-01-20Adapt testsMarc Glisse
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
2019-11-22Merge pull request #143 from mglisse/explotMarc Glisse
2019-11-21Generalize Clamping to min and maxMarc Glisse
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