summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-28pip --no-cache-dirMarc Glisse
2020-03-27Merge pull request #262 from mglisse/pipMarc Glisse
2020-03-26Add 3 pip runtime dependenciesMarc Glisse
2020-03-23Merge pull request #254 from VincentRouvreau/python_modules_documentation_imp...Vincent Rouvreau
2020-03-23Shorter headers in sphinx: Introduced in -> Since and Copyright -> LicenseROUVREAU Vincent
2020-03-23Merge pull request #165 from VincentRouvreau/delaunay_triangulationVincent Rouvreau
2020-03-23Code review: remove useless vectorROUVREAU Vincent
2020-03-23Code review: use complex_simplex_range instead of the filtration oneROUVREAU Vincent
2020-03-23Doc review: document what is the filtration value when not computedROUVREAU Vincent
2020-03-22Merge master and resolve conflictsROUVREAU Vincent
2020-03-22Merge pull request #200 from VincentRouvreau/print_warnings_to_stderrVincent Rouvreau
2020-03-22Merge master and fix conflictsROUVREAU Vincent
2020-03-17Merge pull request #253 from VincentRouvreau/remove_workaroundsVincent Rouvreau
2020-03-17Another proposal to fix #248ROUVREAU Vincent
2020-03-17Remove thread_local workaroundROUVREAU Vincent
2020-03-17Fix #224ROUVREAU Vincent
2020-03-17Merge pull request #252 from VincentRouvreau/add_tensor_flow_to_CIVincent Rouvreau
2020-03-17Fix #249ROUVREAU Vincent
2020-03-17Merge pull request #242 from mglisse/genripsMarc Glisse
2020-03-17Remove code that was commented out.Marc Glisse
2020-03-17Merge pull request #236 from tlacombe/optimal_matching_wassersteinMarc Glisse
2020-03-16correction of typo in usr.rsttlacombe
2020-03-16correction typo in usr.rsttlacombe
2020-03-16Merge pull request #211 from VincentRouvreau/iterator_over_simplex_treeVincent Rouvreau
2020-03-16changed typo in doc (diag --> dgm), used integer for order and internal p, si...tlacombe
2020-03-16changed doc of matchings for a more explicit (and hopefully sphinx-valid) ver...tlacombe
2020-03-16Merge pull request #214 from takeshimeonerespect/masterMarc Glisse
2020-03-16Add get_simplices method - contrary to get_filtration method, sort is not per...ROUVREAU Vincent
2020-03-13Merge branch 'master' into iterator_over_simplex_treeROUVREAU Vincent
2020-03-13Merge pull request #237 from VincentRouvreau/handle_nan_in_simplex_tree_make_...Vincent Rouvreau
2020-03-13Merge pull request #247 from mglisse/doc-githubVincent Rouvreau
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
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-10fix indentation in wassersteintlacombe
2020-03-10Update src/python/gudhi/wasserstein.pyThéo Lacombe
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 a...tlacombe
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
2020-03-10Fix example - only fails on OSxROUVREAU Vincent
2020-03-09removed infty line plot in plot_diagram if no pts at inftytlacombe
2020-03-06Tweak doc.Marc Glisse