summaryrefslogtreecommitdiff
path: root/src/python
AgeCommit message (Expand)Author
2021-10-18First part of the fixVincent Rouvreau
2021-10-08Merge branch 'master' into knn_dtm_overflowHind-M
2021-10-08Add torch dependency for some python testsHind-M
2021-10-08Add warnings in dtm.py for DistanceToMeasure and DTMDensityHind-M
2021-10-07Move warnings import to the beginning of knn.py fileHind-M
2021-09-22Rename function of torus cpp version and import it with sphere in pointsHind-M
2021-09-22Replace the doc sphere image plotted with trisurf with another using scattere...Hind-M
2021-09-13make_filtration_non_decreasing no more called in alpha complex dD exact versi...VincentRouvreau
2021-09-08Set the warning filter to "always"Hind-M
2021-09-07Merge pull request #527 from VincentRouvreau/fix_documentation_broken_linksVincent Rouvreau
2021-09-06Merge masterVincentRouvreau
2021-09-06Only dD version of Alpha complex for pythonVincentRouvreau
2021-09-06code review: weights is None by default, even for documentationVincentRouvreau
2021-08-31Fix broken links. Add a tool to generate cpp example pageROUVREAU Vincent
2021-08-30Fix dtm and knn failing testsHind-M
2021-08-27Fix issue #314Hind-M
2021-08-26Fix #416ROUVREAU Vincent
2021-08-26Pybind11 is mandatory for python module (as explained in the doc and as it is...ROUVREAU Vincent
2021-08-26Deploy pyproject.tomlROUVREAU Vincent
2021-08-26Add all build dependencies (to be buildable in a virtual env - even if cmake ...ROUVREAU Vincent
2021-08-26remove install_requires as pep 518 recommandsROUVREAU Vincent
2021-08-12Merge pull request #506 from VincentRouvreau/test_another_sphinx_themesVincent Rouvreau
2021-08-12Merge pull request #518 from VincentRouvreau/mailing_lists_migrationVincent Rouvreau
2021-08-11Add test for sphere and torusHind-M
2021-08-05mailing lists migration and rephrase contributions in installation guidesROUVREAU Vincent
2021-07-27Remove unnecessary checks for primalityHind-M
2021-07-12Limit homology_coeff_field value to max allowedHind-M
2021-07-01Revert AlphaComplex3D. To be done with periodicROUVREAU Vincent
2021-07-01Move primality test to Field_Zp::initHind-M
2021-06-29Fix issue #502: check homology_coeff_field primality before computing persist...Hind-M
2021-06-25Fix #486ROUVREAU Vincent
2021-06-25update headers, conf.py for the new theme and bottleneck image to be smallerROUVREAU Vincent
2021-06-25add sphinx-paramlinks and python-docs-theme in installation guideROUVREAU Vincent
2021-06-24Use python_docs_theme. Dependency added in gudhi-deployROUVREAU Vincent
2021-06-22Add exception when input points not in 3dROUVREAU Vincent
2021-06-22Fix #448. Add Alpha complex 3d python module unitary tests accordingly.ROUVREAU Vincent
2021-06-21rename test as it is only for weightedROUVREAU Vincent
2021-06-21Remove advice to use CGAL > 5.0 for performances reason as CGAL 5.1 is requir...ROUVREAU Vincent
2021-06-09Merge branch 'master' into python_weighted_alpha_complexVincent Rouvreau
2021-06-09doc review: use 120 characters per line and warning about the numbering of ve...ROUVREAU Vincent
2021-06-09code review: weights should be None by default and not an empty list, clearerROUVREAU Vincent
2021-06-09code review: constify autoROUVREAU Vincent
2021-06-09doc review: remove 'specific'ROUVREAU Vincent
2021-06-07Replace 'uniform' flag of torus generation with 'sample' taking two possible ...Hind-M
2021-06-07Add a 3d sphere image to doc for datasets_generatorsHind-M
2021-06-04Actually update test namesGard Spreemann
2021-06-01Add datasets generators documentationHind-M
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-28Merge pull request #365 from tlacombe/essential_part_in_wassersteinVincent Rouvreau