summaryrefslogtreecommitdiff
path: root/src/python/include
AgeCommit message (Expand)Author
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-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-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
2020-06-29Code review: points ctorVincent Rouvreau
2020-06-21Add tests for 3d points on a planeROUVREAU Vincent
2020-06-19When 3d points are on a 2d plane case - Fixes also default_filtration_value=T...ROUVREAU Vincent
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
2020-06-16Update src/python/include/Alpha_complex_factory.hVincent Rouvreau
2020-06-15Factory to build python alpha complex. 3d version of alpha complex. Needs cha...ROUVREAU Vincent
2020-06-09Merge pull request #337 from mglisse/herabMarc Glisse
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
2020-05-13More size_tMarc Glisse
2020-05-06Reimplement the bottleneck python wrapper with pybind11Marc Glisse
2020-04-29small modifsMathieuCarriere
2020-04-29fix conflictMathieuCarriere
2020-04-29Merge remote-tracking branch 'origin/master' into gen2Marc Glisse
2020-04-28update outputMathieuCarriere
2020-04-28fix conflictMathieuCarriere
2020-04-23Merge remote-tracking branch 'origin/master' into compute_persistenceMarc Glisse
2020-04-05compute_persistence in pythonMarc Glisse
2020-04-03Dead codeMarc Glisse
2020-04-03Split compute_persistence from get_persistence.Marc Glisse
2020-03-30Streamline initialize_filtrationMarc Glisse
2020-03-24Remove min_persistence from generatorsMarc Glisse
2020-03-23new fixesMathieuCarriere