summaryrefslogtreecommitdiff
path: root/src/python/gudhi
AgeCommit message (Expand)Author
2021-11-17fix docMathieuCarriere
2021-11-12avoid transposeMathieuCarriere
2021-11-12fix non-default vs defaultMathieuCarriere
2021-11-12removed unraveling in cubicalMathieuCarriere
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 f...Vincent Rouvreau
2021-11-07Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2021-11-07fix cubical codeMathieuCarriere
2021-11-06Merge pull request #538 from VincentRouvreau/empty_diagram_management_for_rep...Vincent Rouvreau
2021-11-05modified API for multiple dimensions and finite + essentialMathieuCarriere
2021-11-05code review: try/except in function and assert on length of diagrams for erro...Vincent Rouvreau
2021-11-05code review: factorize sample range computationVincent Rouvreau
2021-11-05update doc and pieces of codeMathieuCarriere
2021-11-04code review: use len instead of .shape[0]Vincent Rouvreau
2021-11-04code review: try-except inside the ifVincent Rouvreau
2021-11-03Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
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-19cleanupMathieuCarriere
2021-10-18First part of the fixVincent Rouvreau
2021-10-18changed name differentiation ---> tensorflow and separated functions into dif...MathieuCarriere
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-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-14Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2021-08-11Add test for sphere and torusHind-M
2021-07-27Remove unnecessary checks for primalityHind-M
2021-07-12Limit homology_coeff_field value to max allowedHind-M
2021-07-07small fixMathieuCarriere
2021-07-05removed paddingMathieuCarriere
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