summaryrefslogtreecommitdiff
path: root/src/python/example
AgeCommit message (Collapse)Author
2022-05-22Spelling correctionsalbert-github
A number of spelling corrections as reported by the codespell (see: https://github.com/codespell-project/codespell) program and lists. Some remarks: - not considered are grammatical errors - not considered are names in the code although there are a number that could be improved (like `childs` -> `children`) - in the documentation it could be made clearer what are variables and what is running text (e.g. by placing variables in running text between backticks) - some comments are in the French language, I think it would be better to have them in the English (United States version).
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
Add random points generator on sphere in python, with an example
2021-05-25Add a separator argument that goes with the ↵Hind-M
rips_complex_diagram_persistence_from_distance_matrix_file_example input file Specify explicitly the separator when using a specific input file
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
Remove last modules level and add sample type argument Rename num_points to n_samples
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 ↵Hind
notebooks)
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. ↵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