summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-25update biblioMathieuCarriere
2020-03-23new fixesMathieuCarriere
2020-03-20small fixMathieuCarriere
2020-03-19added decoding functionMathieuCarriere
2020-03-19new fixesMathieuCarriere
2020-03-18fix docMathieuCarriere
2020-03-17fix Marc's commentsMathieuCarriere
2020-03-17implement Marc's suggestionsMathieuCarriere
2020-03-17fix conflictMathieuCarriere
2020-03-17update python docMathieuCarriere
2020-03-17Merge pull request #252 from VincentRouvreau/add_tensor_flow_to_CIVincent Rouvreau
Fix #249
2020-03-17Fix #249ROUVREAU Vincent
2020-03-17Merge pull request #242 from mglisse/genripsMarc Glisse
Generators for Simplex_tree
2020-03-17Remove code that was commented out.Marc Glisse
2020-03-17Merge pull request #236 from tlacombe/optimal_matching_wassersteinMarc Glisse
optimal matching in Wasserstein distance (pot) (Fix #203)
2020-03-17fix testMathieuCarriere
2020-03-17fixesMathieuCarriere
2020-03-16correction of typo in usr.rsttlacombe
2020-03-16correction typo in usr.rsttlacombe
2020-03-16fix conflictMathieuCarriere
2020-03-16Merge pull request #211 from VincentRouvreau/iterator_over_simplex_treeVincent Rouvreau
Iterator over simplex tree
2020-03-16changed typo in doc (diag --> dgm), used integer for order and internal p, ↵tlacombe
simplify th ecode
2020-03-16Merge branch 'extended_persistence' of ↵MathieuCarriere
https://github.com/MathieuCarriere/gudhi into extended_persistence
2020-03-16Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into ↵MathieuCarriere
extended_persistence
2020-03-16changed doc of matchings for a more explicit (and hopefully sphinx-valid) ↵tlacombe
version
2020-03-16Merge pull request #214 from takeshimeonerespect/masterMarc Glisse
About adding timedelay for feature engineering
2020-03-16Add get_simplices method - contrary to get_filtration method, sort is not ↵ROUVREAU Vincent
performed
2020-03-13Merge branch 'master' into iterator_over_simplex_treeROUVREAU Vincent
2020-03-13Merge branch 'extended_persistence' of ↵mathieu
https://github.com/MathieuCarriere/gudhi into extended_persistence
2020-03-13Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into ↵mathieu
extended_persistence
2020-03-13Merge pull request #237 from ↵Vincent Rouvreau
VincentRouvreau/handle_nan_in_simplex_tree_make_filtration_non_decreasing Fix #172 and add a proper comment on the modification
2020-03-13Merge pull request #247 from mglisse/doc-githubVincent Rouvreau
Mention git submodule sync
2020-03-13Merge branch 'master' into iterator_over_simplex_treeROUVREAU Vincent
2020-03-13Merge remote-tracking branch 'upstream/master' into optimal_matching_wassersteinMarc Glisse
2020-03-13Mention git submodule syncMarc Glisse
2020-03-13Merge pull request #246 from mglisse/hera-updateVincent Rouvreau
Update hera
2020-03-12Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into ↵MathieuCarriere
extended_persistence
2020-03-12Update heraMarc Glisse
2020-03-12Point the hera submodule to github instead of bitbucketMarc Glisse
2020-03-11clean test_wasserstein from useless np.arraytlacombe
2020-03-10Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into ↵mathieu
extended_persistence
2020-03-10fix indentation in wassersteintlacombe
2020-03-10Update src/python/gudhi/wasserstein.pyThéo Lacombe
Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
2020-03-10fix typo in test_wasserstein_distancetlacombe
2020-03-10correction of typo in the doctlacombe
2020-03-10changed output of matching as a (n x 2) array, adapted tests and doctlacombe
2020-03-10removed _clean_match and changed matching format, it is now a (n x 2) numpy ↵tlacombe
array
2020-03-10Try without triggerVincent Rouvreau
2020-03-10removed P[P < 0.5] thresholding ; as it shouldn't happen anymore.tlacombe
2020-03-10Merge pull request #227 from tlacombe/improving_plot_rendering_pythonVincent Rouvreau
Global improvement of rendering with Python tools and fix #27