summaryrefslogtreecommitdiff
path: root/src/python
AgeCommit message (Expand)Author
2020-02-06Make pybind11 mandatory and simplifyMarc Glisse
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
2020-01-30Allow use of preinstalled HeraMarc Glisse
2020-01-28Code review: rename get_simplex_filtration with get_simplex_and_filtration. R...ROUVREAU Vincent
2020-01-27A first naive iterator implementation with yieldROUVREAU Vincent
2020-01-27Merge pull request #189 from mglisse/docVincent Rouvreau
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
2020-01-20Sprinkle some "except +" in cython filesMarc Glisse
2020-01-18Separate optional arguments from common argumentsMarc Glisse
2020-01-18Merge remote-tracking branch 'origin/master' into docMarc Glisse
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 compiler_directives...ROUVREAU Vincent
2020-01-15In python2 itertools zip_longest is named izip_longestROUVREAU Vincent
2020-01-14Merge pull request #192 from tlacombe/wdistVincent Rouvreau
2020-01-13Update src/python/gudhi/wasserstein.pyThéo Lacombe
2020-01-13Merge pull request #197 from VincentRouvreau/python_import_reorderVincent Rouvreau
2020-01-13Merge pull request #198 from VincentRouvreau/python_read_off_renameVincent Rouvreau
2020-01-13fix typo in doc wasserstein_distance with new variables naming conventions.tlacombe
2020-01-13update variable names, going for order and internal_ptlacombe
2020-01-13Add scikit-learn as a third party library as it is required by persistence re...ROUVREAU Vincent
2020-01-13Fix #194 : Rename read_off as it only read points from OFF fileROUVREAU Vincent
2020-01-10Reorder import and docstrings. Modify test_representationsROUVREAU Vincent
2020-01-10Fix #105: Add alpha value on the picture, clarify simplices removal from the ...ROUVREAU Vincent
2020-01-09align textMarc Glisse
2020-01-09Move point utilities in the indexMarc Glisse
2020-01-09Spell out types as in PEP 484Marc Glisse
2020-01-08update variable name in doctlacombe
2020-01-08changing variable name in test filestlacombe
2020-01-07changing variable name from (p, q) to (q, internal_p). Must also be done in t...tlacombe
2020-01-07Merge pull request #178 from VincentRouvreau/numpy_array_input_for_cubicalVincent Rouvreau
2020-01-07Doc review: anything convertible to a numpy ndarrayROUVREAU Vincent
2020-01-07Code review: use list in examples instead of numpy arraysROUVREAU Vincent
2020-01-07Code review: use list in examples instead of numpy arraysROUVREAU Vincent
2020-01-07Code review: less strict with numpy arrays for cubical ctors. Also accept listsROUVREAU Vincent
2020-01-04Link the doc for subsampling & point file readers, some reorgMarc Glisse
2019-12-27Expose more optionsMarc Glisse
2019-12-26Check for pybind11Marc Glisse
2019-12-26Update docMarc Glisse
2019-12-26Fix compilationMarc Glisse