summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-04Missing biblio in one file, change title levelMarc Glisse
2020-04-04Revert "sphinx label warnings"Marc Glisse
This reverts commit d9e6b4f51bc8517453653be2904ab6db9aaab85e. It was able to remove the warnings about duplicate labels, but then it shows [WA1] instead of [1] in the generated doc. And for things cited on multiple pages, it uses the same everywhere, so on a single page, you can have a mix of [I1], [WI2], etc. Not very pretty.
2020-04-04sphinx label warningsMarc Glisse
2020-04-04Local bibliographies in sphinxMarc Glisse
2020-03-30Merge pull request #215 from MathieuCarriere/extended_persistenceMarc Glisse
Extended persistence
2020-03-28Merge pull request #264 from mglisse/pipMarc Glisse
pip --no-cache-dir
2020-03-28pip --no-cache-dirMarc Glisse
See if that helps with memory issues...
2020-03-27Merge pull request #262 from mglisse/pipMarc Glisse
Add 3 pip runtime dependencies
2020-03-26Add 3 pip runtime dependenciesMarc Glisse
2020-03-25fix biblioMathieuCarriere
2020-03-25update biblioMathieuCarriere
2020-03-23new fixesMathieuCarriere
2020-03-23Merge pull request #254 from ↵Vincent Rouvreau
VincentRouvreau/python_modules_documentation_improvement Python modules documentation improvement
2020-03-23Shorter headers in sphinx: Introduced in -> Since and Copyright -> LicenseROUVREAU Vincent
2020-03-23Merge pull request #165 from VincentRouvreau/delaunay_triangulationVincent Rouvreau
Delaunay triangulation for alpha complex in dD
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
Print warnings to stderr
2020-03-22Merge master and fix conflictsROUVREAU Vincent
2020-03-20small fixMathieuCarriere
2020-03-19added decoding functionMathieuCarriere
2020-03-19new fixesMathieuCarriere
2020-03-18fix docMathieuCarriere
2020-03-17Merge pull request #253 from VincentRouvreau/remove_workaroundsVincent Rouvreau
Remove workarounds
2020-03-17Another proposal to fix #248ROUVREAU Vincent
2020-03-17fix Marc's commentsMathieuCarriere
2020-03-17Remove thread_local workaroundROUVREAU Vincent
2020-03-17Fix #224ROUVREAU Vincent
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