summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-04fixes to Marc's commentsMathieuCarriere
2019-11-04fixed typosMathieuCarriere
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-04fixes of Marc's commentsMathieuCarriere
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-27Print sklearn version next to the other modulesMarc Glisse
2019-10-27Wasserstein also uses SciPyMarc Glisse
2019-10-27Mention POT in installation instructionsMarc Glisse
2019-10-27Let cmake detect sklearnMarc Glisse
Not used yet, but it should protect the doc and future tests.
2019-10-27Make example executableMarc Glisse
2019-10-27Add interpreter to exampleMarc Glisse
2019-10-25Add token doc file so sphinx builds the doc.Marc Glisse
2019-10-24Fix issues #113 (replace 'is not' with '!=') and #109 (replace palette with ↵ROUVREAU Vincent
a more visible one)
2019-10-24Add debug traces for read_persistence_intervals_and_dimensionROUVREAU Vincent
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
2019-10-10Add maximal edge length parameter for sparse rips persistence utilityROUVREAU Vincent
2019-10-09Fix wikipedia link for Cech complexMarc Glisse
2019-10-03Merge pull request #100 from GUDHI/mglisse-patch-1Vincent Rouvreau
Fix DOI
2019-10-02Fix DOIMarc Glisse
Fix #99
2019-09-25Merge pull request #97 from VincentRouvreau/dockerfile_for_gudhi_3.0.0Vincent Rouvreau
Dockerfile for gudhi 3.0.0
2019-09-25Merge branch 'master' into dockerfile_for_gudhi_3.0.0ROUVREAU Vincent
2019-09-24no python documentation generation if POT is not foundROUVREAU Vincent
2019-09-24Seems POT requires to be installed separatly from the other pip requirementsROUVREAU Vincent
2019-09-24Add POT for wasserstein purposeROUVREAU Vincent
2019-09-24Modification rollback as it does not trigger Docker hub container constructionROUVREAU Vincent
2019-09-24Add POT for CIROUVREAU Vincent
2019-09-24Rename Dockerfile for circleci. Add a Dockerfile to test the installationROUVREAU Vincent
2019-09-23updated pot install instructions, including condatlacombe