summaryrefslogtreecommitdiff
path: root/src/python/include
AgeCommit message (Expand)Author
2022-11-21Handle clang warningsMarc Glisse
2022-10-16Merge branch 'master' into insertMarc Glisse
2022-06-07Merge pull request #590 from VincentRouvreau/simplex_tree_extended_persistenc...Vincent Rouvreau
2022-05-17Merge remote-tracking branch 'origin/master' into collapse-pr2Marc Glisse
2022-04-22Merge branch 'master' into simplex_tree_extended_persistence_enhancementVincent Rouvreau
2022-04-11Merge pull request #596 from VincentRouvreau/float_relative_precision_alpha_p...Vincent Rouvreau
2022-04-01Merge remote-tracking branch 'origin/master' into insertMarc Glisse
2022-03-30Merge remote-tracking branch 'origin/master' into insertMarc Glisse
2022-03-30get/set float_relative_precision and its documentationVincent Rouvreau
2022-03-21extended_persistence uses directly get_persistent_pairsVincent Rouvreau
2022-03-08Merge master and resolve commitsVincent Rouvreau
2022-02-18edge collapse doesn't use eigen anymoreMarc Glisse
2022-01-26Code review: Remove empty_point_set_ that can be deduced from num_vertices (n...Vincent Rouvreau
2022-01-19Code review: exact_version was useless in Inexact_alpha_complex_dDVincent Rouvreau
2021-11-08code review: factorization - Point_cgal_to_cython weighted version calls unwe...Vincent Rouvreau
2021-09-06Only dD version of Alpha complex for pythonVincentRouvreau
2021-07-01Revert AlphaComplex3D. To be done with periodicROUVREAU Vincent
2021-06-09code review: constify autoROUVREAU Vincent
2021-04-27vector initialization improvementROUVREAU Vincent
2021-04-22code review: rename block_func when it is a type. Type is a 'callable'ROUVREAU Vincent
2021-04-07alpha complex python module requires cgal 5.1 for weighted version. Alpha com...ROUVREAU Vincent
2021-04-03Python alpha complex specific 3d with weighted version and functor to get pointsROUVREAU Vincent
2021-03-18Add weight supportROUVREAU Vincent
2020-12-12Merge pull request #436 from VincentRouvreau/ci_without_cgalVincent Rouvreau
2020-12-11code review: throw an eception if collapse_edges when no Eigen3ROUVREAU Vincent
2020-12-11code review: GUDHI_USE_EIGEN3 generated by CMake in __init__.py as suggested ...ROUVREAU Vincent
2020-12-10Merge pull request #409 from mglisse/fardistMarc Glisse
2020-12-10Fix memory leakROUVREAU Vincent
2020-12-09Fix #388ROUVREAU Vincent
2020-12-08Fix #388 for the tests to passROUVREAU Vincent
2020-11-09Merge remote-tracking branch 'origin/master' into fardistMarc Glisse
2020-10-31s/kernel/distance/ for choose_n_farthest_points argumentMarc Glisse
2020-08-28A prototype to fix #364ROUVREAU Vincent
2020-08-24code review: call boundary_simplex_range only onceROUVREAU Vincent
2020-08-18Merge master & resolve conflictsROUVREAU Vincent
2020-08-12code review: boundaries uses only once find and return a pair of iterator. Ex...ROUVREAU Vincent
2020-08-03code review: simplify edge parsingROUVREAU Vincent
2020-07-31code review: collapse edges should copy the 0-skeleton. A test was addedROUVREAU Vincent
2020-07-31code review: no need to use any other temporary vectorROUVREAU Vincent
2020-07-31code review: remove initialize_filtrationROUVREAU Vincent
2020-07-31code review: using a vector is overkill. emplace_back is more efficientROUVREAU Vincent
2020-07-30Review commentsMarc Glisse
2020-07-30collapse edges for python simplex treeROUVREAU Vincent
2020-07-08Remove redundant checkMarc Glisse
2020-07-08Merge remote-tracking branch 'origin/master' into insertMarc Glisse
2020-07-03A fix proposal for boudaries of a simplex python versionROUVREAU Vincent
2020-07-01Code review: let's use override as a good practiceROUVREAU Vincent
2020-06-29Code review: override is a good practiceVincent Rouvreau
2020-06-29Code review: points ctorVincent Rouvreau
2020-06-23Merge remote-tracking branch 'origin/master' into insertMarc Glisse