summaryrefslogtreecommitdiff
path: root/src/python/gudhi
AgeCommit message (Collapse)Author
2020-02-13Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into ↵mathieu
wasserstein_representations
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-12Fix tests according to exception managementROUVREAU 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-08Euclidean with a capital EMarc Glisse
2020-02-07added sklearn trickMathieuCarriere
2020-02-07More uniform notations between the 2 wassersteinsMarc Glisse
2020-02-06Use exceptions uinstead of error message for non existing filesROUVREAU Vincent
2020-02-06Use exceptions uinstead of error message for non existing filesROUVREAU Vincent
2020-02-04fixed Vincent's commentsmathieu
2020-02-03Update timedelay.pytakeshimeonerespect
2020-01-31revert first commitMathieuCarriere
2020-01-31Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into ↵MathieuCarriere
wasserstein_representations
2020-01-31Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into ↵MathieuCarriere
extended_persistence
2020-01-31factorization of distance and kernel computationsMathieuCarriere
2020-01-31timedelay added on forktakeshimeonerespect
2020-01-28Code review: rename get_simplex_filtration with get_simplex_and_filtration. ↵ROUVREAU Vincent
Remove exception raise. Fix failed tests. Reword documentation
2020-01-27A first naive iterator implementation with yieldROUVREAU Vincent
2020-01-27Merge branch 'master' into print_warnings_to_stderrROUVREAU Vincent
2020-01-27Merge pull request #189 from mglisse/docVincent Rouvreau
Link the doc for subsampling & point file readers, some reorg
2020-01-26added extended persistence functionMathieuCarriere
2020-01-20Merge remote-tracking branch 'origin/master' into extMarc Glisse
2020-01-20Simplify the pybind11 codeMarc Glisse
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-16added wasserstein classmathieu
2020-01-15In python2, does not work. is ok for Python 2 and 3ROUVREAU Vincent
2020-01-14print errors to stderrROUVREAU 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-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-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-09Spell out types as in PEP 484Marc Glisse
but don't actually use annotations. A quick try with sphinx-autodoc-typehints failed, I didn't investigate much, it can wait.
2020-01-07changing variable name from (p, q) to (q, internal_p). Must also be done in ↵tlacombe
tests files and doc
2020-01-07Merge pull request #178 from VincentRouvreau/numpy_array_input_for_cubicalVincent Rouvreau
Fix #158 - Add numpy ndarray to init a cubical and a periodic one
2020-01-07Doc review: anything convertible to a numpy ndarrayROUVREAU 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-26Update docMarc Glisse
2019-12-26Basic binding for wasserstein_distanceMarc Glisse
2019-12-20Fix dimension cell linearization and test connected sublevel setsROUVREAU Vincent
2019-12-19removed plot barycenter. Will be integrated in a tutorialtlacombe
2019-12-19clean code and doctlacombe