summaryrefslogtreecommitdiff
path: root/src/python/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-11-02Merge pull request #490 from Hind-M/generate_points_torus_pythonVincent Rouvreau
First version of points generation on torus
2021-08-26Pybind11 is mandatory for python module (as explained in the doc and as it ↵ROUVREAU Vincent
is imported by setup.py)
2021-08-26Deploy pyproject.tomlROUVREAU Vincent
2021-08-11Add test for sphere and torusHind-M
Fix numerical approximations inconsistencies with dim fraction exponent when generating points as grid on torus Add notes in doc regarding the torus versions use cases
2021-06-25Fix #486ROUVREAU Vincent
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-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-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-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-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-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-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-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
2020-06-24Add some debug traces on mpfr release/debug packagesROUVREAU Vincent
2020-06-24Try to set MPFR_LIBRARIES_DIRROUVREAU Vincent
2020-06-24secure library_dirs in setup.py for Windows compilationROUVREAU Vincent
2020-06-19Merge remote-tracking branch 'origin/master' into tomato2Marc Glisse
2020-06-12Merge pull request #335 from VincentRouvreau/gudhi_pip_packageVincent Rouvreau
gudhi pip package for version 3.2.0
2020-06-11Upload dlls from gudhi directoryROUVREAU Vincent
2020-06-11Add distributor the right to add dll to the packageROUVREAU Vincent
2020-06-09Merge remote-tracking branch 'origin/master' into tomato2Marc Glisse
2020-06-01Interface for hera's bottleneck_distanceMarc Glisse
2020-05-31It was not markdown but rst...ROUVREAU Vincent
2020-05-31Add introduction to pypi description and new release versionROUVREAU Vincent