summaryrefslogtreecommitdiff
path: root/src/python
AgeCommit message (Collapse)Author
2020-02-25Revert "Global improvement of rendering with Python tools"tlacombe
This reverts commit 34e1ae726e27fdd7c41f6d80d8ed7f6504dc3a0d.
2020-02-25Update timedelay.pymtakenouchi
2020-02-25Update timedelay.pymtakenouchi
2020-02-25Update point_cloud.rstmtakenouchi
2020-02-25Update test_time_delay.pymtakenouchi
2020-02-25Update timedelay.pymtakenouchi
2020-02-24changed doc for CI ?tlacombe
2020-02-24changed double quote into simple quote to be consistent with wasserstein.pytlacombe
2020-02-24update doc for barycentertlacombe
2020-02-19Update timedelay.pymtakenouchi
2020-02-17specified that the alg returns None if input is emptytlacombe
2020-02-17removed message about empty dgmtlacombe
2020-02-17update doc + removed normalization + use argwheretlacombe
2020-02-14moved import after docstring + reduce lines < 80 chartlacombe
2020-02-14Global improvement of rendering with Python toolstlacombe
2020-02-14update import gudhi.wassersteintlacombe
2020-02-14added two more tests for barycentertlacombe
2020-02-14barycenter update, adding more tests and details about log (assigments, ↵tlacombe
cost, nb iter)
2020-02-14Update test_time_delay.pymtakenouchi
2020-02-14update from upstream/master and merge CMakeListstlacombe
2020-02-14Update test_time_delay.pymtakenouchi
2020-02-14Update test_time_delay.pymtakenouchi
2020-02-14Update test_time_delay.pymtakenouchi
2020-02-14Update test_time_delay.pymtakenouchi
2020-02-14Update test_time_delay.pymtakenouchi
2020-02-14Update timedelay.pymtakenouchi
2020-02-14Add __init__.pymtakenouchi
2020-02-13simplex tree skeleton iteratorROUVREAU Vincent
2020-02-12Merge pull request #182 from mglisse/extMarc Glisse
Interface to hera's Wasserstein distance
2020-02-11Update src/python/include/Simplex_tree_interface.hVincent Rouvreau
Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
2020-02-11Code review: non-optimal way to test filtration generatorROUVREAU Vincent
2020-02-11Update src/python/gudhi/simplex_tree.pyxVincent Rouvreau
Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
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-06modify CMakeLists.txttakenouchi
2020-02-05Add gudhi.representations in setup.py packagesROUVREAU Vincent
2020-02-04Delete test_point_cloud.pytakeshimeonerespect
2020-02-04change a file nametakenouchi
2020-02-03Contradictory requirements for CGALMarc Glisse
2020-02-03Update timedelay.pytakeshimeonerespect
2020-01-31timedelay added on forktakeshimeonerespect
2020-01-30Document dependency on pybind11Marc Glisse