summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-04-05compute_persistence in pythonMarc Glisse
Also simplify references, and replace print with assert for errors
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-04-03Simplify some codeMarc Glisse
2020-04-03Dead codeMarc Glisse
2020-04-03Split compute_persistence from get_persistence.Marc Glisse
2020-04-03removed the print of energy in verbose mode, added by errortlacombe
2020-04-01improved doc, adding double quot for inittlacombe
2020-04-01improved doc readabilitytlacombe
2020-04-01Split the cache per dimensionMarc Glisse
Try to reduce slightly the memory use.
2020-04-01improved doc, turns Basic examples as subsections using *tlacombe
2020-04-01code review: use operator[] instead of at()ROUVREAU Vincent
2020-03-31correction typo user.rsttlacombe
2020-03-31update CMakeLists to make things compatible with wasserstein/ repotlacombe
2020-03-31created wasserstein repotlacombe
2020-03-31changed import to import gudhi.barycenter as barycentertlacombe
2020-03-31micro modif changed a word to avoid repetitiontlacombe
2020-03-31merged mastertlacombe
2020-03-31changed into import .barycenter for local import in wasserstein, and ↵tlacombe
modified index to remove barycenter doc
2020-03-31removed unused importtlacombe
2020-03-31modified import in test to get consistent with gudhi.wasserstein.barycentertlacombe
2020-03-31added import barycenter on top of the file so that we can call for ↵tlacombe
gudhi.wasserstein.barycenter
2020-03-31removed barycenters specific doc files as those are included in wasserstein ↵tlacombe
distance now
2020-03-31merged doc from barycenters to wasserstein distancetlacombe
2020-03-30Streamline initialize_filtrationMarc Glisse
2020-03-30Merge pull request #215 from MathieuCarriere/extended_persistenceMarc Glisse
Extended persistence
2020-03-30BiblioMarc Glisse
2020-03-28Default param of 2 for DTMMarc Glisse
2020-03-28Fix testMarc Glisse
2020-03-28Optional sort_resultsMarc Glisse
2020-03-28CommentMarc Glisse
2020-03-28Fix testMarc Glisse
2020-03-28docMarc Glisse
2020-03-28Doc tweaks, default DTM exponentMarc Glisse
2020-03-28Missing testMarc Glisse
2020-03-27docMarc Glisse
2020-03-27Improve coverageMarc Glisse
2020-03-26clean-up use of "implementation"Marc Glisse
2020-03-26licenseMarc Glisse
2020-03-26licenseMarc Glisse
2020-03-26HNSWlib doesn't define __version__Marc Glisse
2020-03-26cmakeMarc Glisse
2020-03-25fix biblioMathieuCarriere
2020-03-25update biblioMathieuCarriere
2020-03-24merge https://github.com/mglisse/gudhi-devel/tree/alpha-cache and fix conflictsROUVREAU Vincent
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