summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-16Doc review: Add the starting point of the documentationROUVREAU Vincent
2019-11-16Merge branch 'master' into alpha_complex_with_cgal_epeck_dROUVREAU Vincent
2019-11-16Merge pull request #123 from VincentRouvreau/alpha_complex_3d_get_pointVincent Rouvreau
Add a get_point method for Alpha_complex_3d.
2019-11-15Code review: Point_3 is an Alpha_shape_3::Point instead of ↵ROUVREAU Vincent
std::conditionnal(...)
2019-11-11Add scikit-learn to CI for sklearn-tda branchVincent Rouvreau
2019-11-07Code review: Add suggested code using NT_converter to simplify the different ↵ROUVREAU Vincent
alpha_complex_filtration computations cases
2019-11-07Code review: it is with Epeck_d that it is advised to have CGAL >= 5.0. ↵ROUVREAU Vincent
Error message clarification
2019-11-07Code review: replace streambufffer with streambuffer - was copied/ pasted ↵ROUVREAU Vincent
from several places
2019-11-07Doc review : This remark is only available for the dD case, not for the 3d case.ROUVREAU Vincent
2019-11-07Merge pull request #130 from mglisse/align-docVincent Rouvreau
Fix documentation indentation
2019-11-07Merge pull request #128 from mglisse/extra-modulesVincent Rouvreau
Fix #125
2019-11-06Update comment for GUDHI_PYTHON_MODULES_EXTRAMarc Glisse
2019-11-06Merge pull request #126 from mglisse/underline-sizeVincent Rouvreau
Fix size of underlines for sphinx
2019-11-06Add doc warningsROUVREAU Vincent
2019-11-05Fix documentation indentationMarc Glisse
2019-11-05Create GUDHI_PYTHON_MODULES_EXTRA without auto-importMarc Glisse
Put Wasserstein in it.
2019-11-05Fix size of underlines for sphinxMarc Glisse
2019-11-05Exact version only for CGAL < 5.XROUVREAU Vincent
2019-11-05Modify alpha_complex_persistence utility documentation accordingly to code ↵ROUVREAU Vincent
change
2019-11-05Modify alpha_lcomplex_persistence utility for fast, safe and exact versions. ↵ROUVREAU Vincent
Add some tests
2019-11-05Use Epeck_d for examples. Add an Epick_d (fast version) example and test itROUVREAU Vincent
2019-11-05Add Alpha complex tests with Epeck_d - the new default oneROUVREAU Vincent
2019-11-05Do not print #define variableROUVREAU Vincent
2019-11-04Epeck is now the default value. Epick and Epeck in doc. User warning on ctor ↵ROUVREAU Vincent
if Epeck with CGAL < 5.X
2019-11-04Merge pull request #95 from tlacombe/wdist-theoVincent Rouvreau
wasserstein distance added on fork
2019-11-04Merge pull request #124 from mglisse/alpha-cplx-ctorVincent Rouvreau
Use documented CGAL interfaces for Epick_d (or Epeck_d)
2019-11-04Use range-for loopROUVREAU Vincent
2019-11-04Clarification : Points must be in Bare_point_3 or in Weighted_point_3 ↵ROUVREAU Vincent
*means* points must be in Point_3
2019-11-04Use Point_3 instead of Bare_point_3 in non-weighted casesROUVREAU Vincent
2019-11-01Use documented CGAL interfaces for Epick_d (or Epeck_d)Marc Glisse
2019-10-31Fix #98 : set conda link to the correct one (not licensing link)ROUVREAU Vincent
2019-10-31Add a get_point method for Alpha_complex_3d. Change Point_3 type to be ↵ROUVREAU Vincent
either Weighted_point_3 or Bare_point_3 (new type). Add some get_point method tests.
2019-10-31Merge pull request #104 from VincentRouvreau/sparse_rips_utils_thresholdVincent Rouvreau
Add maximal edge length parameter for sparse rips persistence utility
2019-10-31Increase numItermax in the call to POT.Marc Glisse
This number is pretty arbitrary...
2019-10-28Merge pull request #103 from GUDHI/mglisse-patch-2Vincent Rouvreau
Fix wikipedia link for Cech complex
2019-10-28Merge pull request #110 from skachano/patch-1Vincent Rouvreau
Include <cmath> for std::fabs
2019-10-28Merge pull request #115 from jmarino/doxygen-fixVincent Rouvreau
fix documentation not being generated with Doxygen 1.8.16 - issue #108
2019-10-27Wasserstein also uses SciPyMarc Glisse
2019-10-27Mention POT in installation instructionsMarc Glisse
2019-10-18Merge branch 'wdist-theo' of https://github.com/tlacombe/gudhi-devel into ↵tlacombe
wdist-theo
2019-10-18Update src/python/gudhi/wasserstein.py Théo Lacombe
typo correction Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
2019-10-18correction edges lengths ==> edge lengthstlacombe
2019-10-18Update src/python/gudhi/wasserstein.pyThéo Lacombe
Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
2019-10-17Few improvements to the documentation.tlacombe
2019-10-17removed GPL license, updated expected gudhi release (set at 3.1.0 for now)tlacombe
2019-10-17fix documentation not being generated with Doxygen 1.8.16Jose Marino
2019-10-17Include <cmath> for std::fabsSiargey Kachanovich
2019-10-17updated wasserstein doc to be sphinx-compatible + correction of typo in the .rsttlacombe
2019-10-17updated index.rst to include Wasserstein distancetlacombe
2019-10-15Add conda package badgesVincent Rouvreau