summaryrefslogtreecommitdiff
path: root/src/python/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-06-25Fix #486ROUVREAU Vincent
2021-06-17Fix #461 and review all error cases (no more prints, warnings and exceptions ↵ROUVREAU Vincent
instead)
2021-06-09Merge branch 'master' into python_weighted_alpha_complexVincent Rouvreau
2021-06-01First version allowing to fetch remote datasetsHind-M
2021-05-28Merge remote-tracking branch 'upstream/master' into generate_points_torus_pythonHind-M
2021-05-28Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
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-10Add __init__.py files at every module levelHind Montassif
Standardize functions to match the existing ones in sphere
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-05-04Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2021-04-30First version of points generation on torusHind 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 make install target from python and rewrite documentation accordinglyROUVREAU Vincent
2021-04-23Make adjustments according to the received reviewsHind
2021-04-22Add random points generator on sphere in python, with an exampleHind
2021-04-22Sphinx now requires CGAL 5.1 because of weighted alpha complexROUVREAU Vincent
2021-04-07alpha complex python module requires cgal 5.1 for weighted version. Alpha ↵ROUVREAU Vincent
complex factory does not require a weighted specific version for alpha complex dD
2021-04-03Python alpha complex specific 3d with weighted version and functor to get pointsROUVREAU Vincent
2021-03-22Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2021-03-22Merge pull request #455 from VincentRouvreau/python_cmake_improvementsVincent Rouvreau
Python cmake improvements
2021-03-22Remove debug tracesROUVREAU Vincent
2021-03-22Env variables must be between double quotes for cmakeROUVREAU Vincent
2021-03-22debug traces for windowsROUVREAU Vincent
2021-03-10Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2021-03-09do not promote max_alpha_square use in examplesROUVREAU Vincent
2021-02-19Fix #454ROUVREAU Vincent
2021-02-19Revert "Partial fix of #416"ROUVREAU Vincent
This reverts commit 6c546aaa74679349dec98beef4f2c95f1d3b6055.
2021-02-19Partial fix of #416ROUVREAU Vincent
2020-12-20Add tests for BettiCurve2.Gard Spreemann
2020-12-14Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2020-12-11code review: else branchROUVREAU Vincent
2020-12-11code review: GUDHI_USE_EIGEN3 generated by CMake in __init__.py as suggested ↵ROUVREAU Vincent
and roll back the other solution
2020-12-09Fix #388ROUVREAU Vincent
2020-12-08do not launch test_representation when no potROUVREAU Vincent
2020-12-08rollback test_representation and a CGAL condition to launch itROUVREAU Vincent
2020-12-07added docMathieuCarriere
2020-11-13Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
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-11-01added code, doc and testMathieuCarriere
2020-10-05code review: move test_wasserstein_distance_grad from ↵ROUVREAU Vincent
test_wasserstein_distance.py to test_wasserstein_with_tensors.py
2020-09-29Added tests for wasserstein distance with tensorflowROUVREAU Vincent
2020-06-25parent_scope when setting variables in a functionROUVREAU Vincent
2020-06-25Some debug tracesROUVREAU Vincent
2020-06-25Error messagesROUVREAU Vincent
2020-06-25Clean up the modificationsROUVREAU Vincent
2020-06-24Only mpfr is a listROUVREAU Vincent