summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-03-05Add some tests and documentation for NaN management in ↵ROUVREAU Vincent
make_filtration_non_decreasing Simplex tree method
2020-03-03Fix #172 and add a proper comment on the modificationROUVREAU Vincent
2020-02-26Fix #229 incomplete citation in nerve_GIC python documentationROUVREAU Vincent
2020-02-26Merge pull request #210 from VincentRouvreau/modern_cmake_for_boostVincent Rouvreau
Modern cmake for boost
2020-02-12Merge pull request #182 from mglisse/extMarc Glisse
Interface to hera's Wasserstein distance
2020-02-12Make boost available even if cmake is < 3.5ROUVREAU Vincent
2020-02-12Fix code coverage generationROUVREAU Vincent
2020-02-12Merge branch 'master' into modern_cmake_for_boostROUVREAU Vincent
2020-02-11License and authorMarc Glisse
2020-02-10Use setuptools.find_packagesMarc Glisse
2020-02-08Euclidean with a capital EMarc Glisse
2020-02-07Name argumentMarc Glisse
Co-Authored-By: Théo Lacombe <lacombe1993@gmail.com>
2020-02-07More uniform notations between the 2 wassersteinsMarc Glisse
2020-02-07Bad link for last versionROUVREAU Vincent
2020-02-06pytest.approxMarc Glisse
2020-02-06use bibtexMarc Glisse
2020-02-06Make pybind11 mandatory and simplifyMarc Glisse
The use of install_requires and setup_requires looks strange, I would expect cython in setup_requires, not install_requires. But setup_requires doesn't seem to work so well anyway.
2020-02-06Print pybind11 version, protect testMarc Glisse
2020-02-05Add gudhi.representations in setup.py packagesROUVREAU Vincent
2020-02-04Code review: Rollback installation as these examples are not optimized with TBBROUVREAU Vincent
2020-02-04Fix #186 - Link with TBB for all simplex tree userROUVREAU Vincent
2020-02-03Contradictory requirements for CGALMarc Glisse
2020-01-30Use mutex from stl instead of tbb one that is deprecatedROUVREAU Vincent
2020-01-30Document dependency on pybind11Marc Glisse
2020-01-30Allow use of preinstalled HeraMarc Glisse
2020-01-27Merge pull request #209 from mglisse/doccxxVincent Rouvreau
Reorganize the main page of C++ doc
2020-01-27Merge pull request #189 from mglisse/docVincent Rouvreau
Link the doc for subsampling & point file readers, some reorg
2020-01-24Accordingly to the documentation, cmake 3.5 is required for modern boost findingROUVREAU Vincent
2020-01-24Remove boost timer as not usedROUVREAU Vincent
2020-01-24Modern cmake for boost approachROUVREAU Vincent
2020-01-20TypoMarc Glisse
2020-01-20Link kd-tree and subsampling from the main docMarc Glisse
2020-01-20Reorder skbl and toplexmap so that skbl is next to contractionsMarc Glisse
2020-01-20Missing entry in TOCMarc Glisse
2020-01-20Shuffle the modules on the main pageMarc Glisse
2020-01-20Share tests for wasserstein_distanceMarc Glisse
2020-01-20Merge remote-tracking branch 'origin/master' into extMarc Glisse
2020-01-20Simplify the pybind11 codeMarc Glisse
2020-01-20Adapt testsMarc Glisse
It is still failing by default, until I touch alpha_complex.pyx and rebuild it, after which it works ?!
2020-01-20Sprinkle some "except +" in cython filesMarc Glisse
2020-01-18Separate optional arguments from common argumentsMarc Glisse
I copy-pasted what is done in RipsComplex. Before that, sphinx was grouping nb_points with off_file, as if it couldn't be used with points.
2020-01-18Merge remote-tracking branch 'origin/master' into docMarc Glisse
2020-01-17No need to copy code conventions in user versionROUVREAU Vincent
2020-01-15In python2, does not work. is ok for Python 2 and 3ROUVREAU Vincent
2020-01-15Fix #96 : set language_level. It does not work when using ↵ROUVREAU Vincent
compiler_directives of cythonize.
2020-01-15In python2 itertools zip_longest is named izip_longestROUVREAU Vincent
2020-01-14Merge pull request #192 from tlacombe/wdistVincent Rouvreau
Wdist
2020-01-13Update src/python/gudhi/wasserstein.pyThéo Lacombe
Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
2020-01-13Merge pull request #197 from VincentRouvreau/python_import_reorderVincent Rouvreau
Fix #144 : Reorder import and docstrings. Modify test_representations
2020-01-13Merge pull request #198 from VincentRouvreau/python_read_off_renameVincent Rouvreau
Fix #194 : Rename read_off as it only read points from OFF file