summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-15Factory to build python alpha complex. 3d version of alpha complex. Needs cha...ROUVREAU Vincent
2020-06-06Merge pull request #326 from VincentRouvreau/alpha_complex_python_fast_and_exactVincent Rouvreau
2020-06-05code review: exact version was not correctROUVREAU Vincent
2020-06-05Merge pull request #344 from mglisse/bottlenoneMarc Glisse
2020-06-05Doc tweak by VincentMarc Glisse
2020-06-05code review: rename complexity with precisionROUVREAU Vincent
2020-06-05code review: rename ph as pointROUVREAU Vincent
2020-06-05Code review: 'fast' class attribute was not necessary and redundant with C++ ...ROUVREAU Vincent
2020-06-05Code review: no link to CGAL::Lazy_exact_nt and no guarantee on fast precisionROUVREAU Vincent
2020-06-05Code review: type is floatROUVREAU Vincent
2020-06-05Update src/python/gudhi/alpha_complex.pyxVincent Rouvreau
2020-06-04Merge pull request #345 from VincentRouvreau/fix_sphinx_warningVincent Rouvreau
2020-06-03Merge pull request #338 from mglisse/parrepMarc Glisse
2020-06-03Mention Joblib in installation docMarc Glisse
2020-06-03doc review: use :class: to link to the ref manual, rollback link to the user ...ROUVREAU Vincent
2020-06-02Fix sphinx warning and link inside the docROUVREAU Vincent
2020-06-02Support e=None for bottleneck_distanceMarc Glisse
2020-06-02Some testMarc Glisse
2020-06-02n_jobs for kernelsMarc Glisse
2020-06-02More n_jobs in metricsMarc Glisse
2020-06-02Parallelism in pairwise_distancesMarc Glisse
2020-05-29Rewrite some summariesMarc Glisse
2020-05-29Merge pull request #329 from VincentRouvreau/use_requirements_for_appveyorVincent Rouvreau
2020-05-28just code, no testROUVREAU Vincent
2020-05-28Remove this test as it fails under windowsROUVREAU Vincent
2020-05-28Merge pull request #324 from yuichi-ike/dtm-filtrationVincent Rouvreau
2020-05-28Let's try thisROUVREAU Vincent
2020-05-28sphinx-build workaround differentlyROUVREAU Vincent
2020-05-28Let's try to fix sphinx compilationon Osx and WinROUVREAU Vincent
2020-05-28comment modifiedyuichi-ike
2020-05-26Remove debug msgROUVREAU Vincent
2020-05-26Fix #206ROUVREAU Vincent
2020-05-26test fixed, documents modifiedyuichi-ike
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-23First working versionROUVREAU Vincent
2020-05-22brute force version - complexity is read onlyROUVREAU Vincent
2020-05-22class name changed, documents modifiedyuichi-ike
2020-05-21Use unique_pointer and template alpha complex interface for python interfaceROUVREAU Vincent
2020-05-21periodic fix and adds corresponding unitary tests for bug fixROUVREAU Vincent
2020-05-21bug fixedyuichi-ike
2020-05-21DTM Rips added (straightforward way)yuichi-ike
2020-05-20Merge branch 'master' of https://github.com/GUDHI/gudhi-develMathieuCarriere
2020-05-20Merge pull request #313 from mglisse/dtmdensityMarc Glisse
2020-05-20Merge pull request #317 from mglisse/nogil2Marc Glisse
2020-05-20fix bugMathieuCarriere
2020-05-19long lineMarc Glisse
2020-05-19Test with explicit weightsMarc Glisse
2020-05-18Infer k when we pass the distances to the nearest neighborsMarc Glisse