summaryrefslogtreecommitdiff
path: root/src/python/gudhi
AgeCommit message (Expand)Author
2021-11-05code review: try/except in function and assert on length of diagrams for erro...Vincent Rouvreau
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
2021-11-02Merge pull request #490 from Hind-M/generate_points_torus_pythonVincent Rouvreau
2021-11-02Apply MG's suggestionVincent Rouvreau
2021-10-27Replace itertools in grid torus generation function with something faster in ...Hind-M
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
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
2021-10-07Move warnings import to the beginning of knn.py fileHind-M
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
2021-09-08Set the warning filter to "always"Hind-M
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
2021-08-24code review: isinstance can take several instances types as a listROUVREAU Vincent
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
2021-08-10black filesROUVREAU Vincent
2021-08-09Make CubicalPersistence returns all dimensions. Post processing DimensionSele...ROUVREAU Vincent
2021-07-27Remove unnecessary checks for primalityHind-M
2021-07-12Limit homology_coeff_field value to max allowedHind-M
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
2021-06-22black -l 120 modified filesROUVREAU 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-17Fix #461 and review all error cases (no more prints, warnings and exceptions ...ROUVREAU Vincent
2021-06-15Ignore figure as not used on default subplotROUVREAU Vincent
2021-06-15Fix MatplotlibDeprecationWarning: shading='flat' when X and Y have the same d...ROUVREAU Vincent
2021-06-15Remove deprecated max_barcodes in plot_persistence_barcode and max_plots in p...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-07Merge branch 'master' into sklearn_cubicalVincent Rouvreau
2021-06-07Replace 'uniform' flag of torus generation with 'sample' taking two possible ...Hind-M
2021-06-07Improve documentationROUVREAU Vincent
2021-06-07format fileROUVREAU Vincent
2021-06-01Add cubical scikit learn interface documentation and exampleROUVREAU Vincent
2021-06-01Add datasets generators documentationHind-M