summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-16Merge pull request #260 from VincentRouvreau/alpha_complex_improvementVincent Rouvreau
merge https://github.com/mglisse/gudhi-devel/tree/alpha-cache
2020-04-16Fix doc of Simplex_tree about keysMarc Glisse
2020-04-16Update the concept of the simplicial complexMarc Glisse
We use the key now. It wouldn't be hard to use an unordered_map, but since we usually have an unused field key...
2020-04-14Install Ubuntu's python3-grpcioMarc Glisse
since the one from PyPI seems broken at the moment.
2020-04-14pip install eagerpyMarc Glisse
2020-04-07Document dependencies for building the docMarc Glisse
2020-04-06Merge pull request #167 from tlacombe/wbary-theoMarc Glisse
Wbary theo
2020-04-06Remove trailing whitespaceMarc Glisse
2020-04-06Merge remote-tracking branch 'upstream/master' into wbary-theoMarc Glisse
2020-04-04Merge pull request #275 from mglisse/biblioMarc Glisse
Improve local bibliographies in python
2020-04-04Missing biblio in one file, change title levelMarc Glisse
2020-04-04Merge pull request #271 from tlacombe/patch-1Vincent Rouvreau
Update next_release.md
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-03removed the print of energy in verbose mode, added by errortlacombe
2020-04-03rollbackROUVREAU Vincent
2020-04-03openssl issue with pipROUVREAU Vincent
2020-04-02Update next_release.mdThéo Lacombe
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-31added Turner 2014 Frechet in the bibliographytlacombe
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-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
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