summaryrefslogtreecommitdiff
path: root/src/python/gudhi
AgeCommit message (Collapse)Author
2022-02-02Doc review: use [sphinx ↵Vincent Rouvreau
docstring](https://sphinx-rtd-tutorial.readthedocs.io/en/latest/docstrings.html) for line not to be bold
2022-02-01Doc review: no double in python, floatVincent Rouvreau
2022-02-01Merge master and resolve conflictsVincent Rouvreau
2022-01-26merge master and resolve conflictVincent Rouvreau
2022-01-21Merge pull request #548 from Hind-M/gspr/exact-betti-curveVincent Rouvreau
Gspr/exact betti curve
2022-01-20Rollback c1cf7fe and 5c09f30Vincent Rouvreau
2022-01-19Code review: update doc as well for c1cf7fe3Vincent Rouvreau
2022-01-19Code review: None was used to detect unweighted alpha complex. An empty list ↵Vincent Rouvreau
works as well and simplifies the code
2022-01-19Merge masterVincent Rouvreau
2022-01-18Fix BettiCurve doc in source codeHind-M
2021-12-03Indent properly the docstringHind-M
Remove redundant return type
2021-11-24Make the new BettiCurve class compatible with the old interfaceHind-M
2021-11-22Merge remote-tracking branch 'upstream/master' into gspr/exact-betti-curveHind-M
2021-11-09Remove sphinx warnings for torusHind-M
2021-11-08Merge master and resolve conflicts (mainly src/python/CMakeLists.txt)Vincent Rouvreau
2021-11-08code review: read_points_from_off_file already throws an exception when off ↵Vincent Rouvreau
file does not exist
2021-11-06Merge pull request #538 from ↵Vincent Rouvreau
VincentRouvreau/empty_diagram_management_for_representations Empty diagram management for representations
2021-11-05code review: try/except in function and assert on length of diagrams for ↵Vincent Rouvreau
error menagement
2021-11-05Merge remote-tracking branch 'upstream/master' into sklearn_cubicalVincent Rouvreau
2021-11-05code review: factorize sample range computationVincent Rouvreau
2021-11-04code review: use len instead of .shape[0]Vincent Rouvreau
2021-11-04code review: try-except inside the ifVincent Rouvreau
2021-11-02Merge pull request #525 from Hind-M/knn_dtm_overflowVincent Rouvreau
Warn about overflow/nan in knn
2021-11-02Merge pull request #490 from Hind-M/generate_points_torus_pythonVincent Rouvreau
First version of points generation on torus
2021-11-02Apply MG's suggestionVincent Rouvreau
2021-10-27Replace itertools in grid torus generation function with something faster in ↵Hind-M
most general use cases
2021-10-26Add comments and some minor changes following code reviewHind-M
2021-10-25Revert "Add warnings in dtm.py for DistanceToMeasure and DTMDensity"Hind-M
This reverts commit f461f050ee8bad509814b4851ab7ae8f43502962.
2021-10-22Fix exception management when sklearn version < 1.0Vincent Rouvreau
2021-10-20Make Entropy work and also fix a bug in the loopVincent Rouvreau
2021-10-18First part of the fixVincent Rouvreau
2021-10-08Add warnings in dtm.py for DistanceToMeasure and DTMDensityHind-M
Add DTMDensity warning test
2021-10-07Move warnings import to the beginning of knn.py fileHind-M
Use isfinite instead of isinf and isnan Use catch_warnings context manager instead of "always" with simplefilter
2021-10-04review: modification proposed from EB + HM comments fixVincentRouvreau
2021-09-22Rename function of torus cpp version and import it with sphere in pointsHind-M
Change documentation accordingly
2021-09-08Set the warning filter to "always"Hind-M
Add test for dtm overflow warning
2021-09-06Merge masterVincentRouvreau
2021-09-06code review: weights is None by default, even for documentationVincentRouvreau
2021-08-30Fix dtm and knn failing testsHind-M
2021-08-27Fix issue #314Hind-M
Add overflow and nan warnings in knn when using torch and hnswlib
2021-08-19No need of n_jobsROUVREAU Vincent
2021-08-19Remove parallel from joblib as it does not improve performancesROUVREAU 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-08-10black filesROUVREAU Vincent
2021-08-09Make CubicalPersistence returns all dimensions. Post processing ↵ROUVREAU Vincent
DimensionSelector can select the desired dimension
2021-07-27Remove unnecessary checks for primalityHind-M
Document homology_coeff_field values in cubical
2021-07-12Limit homology_coeff_field value to max allowedHind-M
Add test with first prime outside the allowed range
2021-07-02code review: bad homology_coeff_field managementROUVREAU Vincent
2021-07-01Revert AlphaComplex3D. To be done with periodicROUVREAU Vincent
2021-07-01Move primality test to Field_Zp::initHind-M
Throw exception when not prime Add tests