summaryrefslogtreecommitdiff
path: root/src/python/include
AgeCommit message (Collapse)Author
2023-01-11Merge pull request #736 from mglisse/hera-matchVincent Rouvreau
Provide matching in hera.wasserstein_distance
2022-11-21Handle clang warningsMarc Glisse
The other virtual functions already had override. `#if` ended up presenting the compiler with preprocessed code that admittedly looked suspicious, although it is obviously fine if you look at the original source. Still, the brackets don't hurt much.
2022-11-16Output matching from hera.wasserstein_distanceMarc Glisse
2022-10-16Merge branch 'master' into insertMarc Glisse
2022-06-07Merge pull request #590 from ↵Vincent Rouvreau
VincentRouvreau/simplex_tree_extended_persistence_enhancement extended_persistence uses directly get_persistent_pairs
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 ↵Vincent Rouvreau
VincentRouvreau/float_relative_precision_alpha_python Float relative precision alpha python
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 ↵Vincent Rouvreau
(new method in Alpha_complex -> Abstract_alpha_complex -> In/Exact_alpha_complex_dD -> Alpha_complex_interface
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 ↵Vincent Rouvreau
unweighted version
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 ↵ROUVREAU Vincent
complex factory does not require a weighted specific version for alpha complex dD
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
Add build and tests wo cgal and eigen and wo cgal
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
and roll back the other solution
2020-12-10Merge pull request #409 from mglisse/fardistMarc Glisse
Pass a distance function instead of a kernel to choose_n_farthest_points
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
and remove example installation
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. ↵ROUVREAU Vincent
Exception is raised when not found. tested
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
already done in the caller
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
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>