summaryrefslogtreecommitdiff
path: root/src/python/include
AgeCommit message (Collapse)Author
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-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-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-30collapse edges for python simplex treeROUVREAU Vincent
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>
2020-06-29Code review: points ctorVincent Rouvreau
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2020-06-21Add tests for 3d points on a planeROUVREAU Vincent
2020-06-19When 3d points are on a 2d plane case - Fixes also ↵ROUVREAU Vincent
default_filtration_value=True in 3d
2020-06-16Merge branch 'master' into alpha_complex_3d_pythonROUVREAU Vincent
2020-06-16Code review: check point is not empty. vector reserve. Kernel and Point type ↵ROUVREAU Vincent
for all classes
2020-06-16Update src/python/include/Alpha_complex_factory.hVincent Rouvreau
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2020-06-15Factory to build python alpha complex. 3d version of alpha complex. Needs ↵ROUVREAU Vincent
change in doc as alphacomplexdoc.off is a fake 3d off data file
2020-06-09Merge pull request #337 from mglisse/herabMarc Glisse
Interface for hera's bottleneck_distance
2020-06-05code review: rename ph as pointROUVREAU Vincent
2020-06-04Use ssize_t from pybind11Marc Glisse
2020-05-25C++ version and documentationROUVREAU Vincent
2020-05-24c++ version to trigger exact/inexact kernelROUVREAU Vincent
2020-05-23Delaunay complex and tests all possibilitiesROUVREAU Vincent
2020-05-21Use unique_pointer and template alpha complex interface for python interfaceROUVREAU Vincent
2020-05-15Merge pull request #204 from MathieuCarriere/generatorsVincent Rouvreau
Generators
2020-05-13More size_tMarc Glisse
2020-05-06Reimplement the bottleneck python wrapper with pybind11Marc Glisse
2020-04-29small modifsMathieuCarriere
2020-04-29fix conflictMathieuCarriere