summaryrefslogtreecommitdiff
path: root/src/python/gudhi
AgeCommit message (Collapse)Author
2020-04-14Merge remote-tracking branch 'origin/master' into dtmMarc Glisse
2020-04-14Doc improvementsMarc Glisse
2020-04-13Tweak to detect fit_transformMarc Glisse
2020-04-13Remove left-over codeMarc Glisse
eagerpy is only used with enable_autodiff
2020-04-13Generalize enable_autodiff to more implementationsMarc Glisse
Still limited to L^p
2020-04-13Fix NaN gradient with pytorchMarc Glisse
2020-04-13Small autodiff tweaksMarc Glisse
2020-04-13enable_autodiff with keopsMarc Glisse
This doesn't seem like the best way to handle it, we may want to handle it like a wrapper that gets the indices from knn (whatever backend) and then computes the distances.
2020-04-12Parallelize the "precomputed" case of knnMarc Glisse
It is supposed to be possible to compile numpy with openmp, but it looks like it isn't done in any of the usual packages. It may be possible to refactor that code so there is less redundancy.
2020-04-11Use longer namesMarc Glisse
2020-04-06Remove trailing whitespaceMarc 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-03-31created wasserstein repotlacombe
2020-03-31changed import to import gudhi.barycenter as barycentertlacombe
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-31added import barycenter on top of the file so that we can call for ↵tlacombe
gudhi.wasserstein.barycenter
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-28Optional sort_resultsMarc Glisse
2020-03-28CommentMarc Glisse
2020-03-28docMarc Glisse
2020-03-28Doc tweaks, default DTM exponentMarc 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-26cmakeMarc Glisse
2020-03-25fix biblioMathieuCarriere
2020-03-25update biblioMathieuCarriere
2020-03-23new fixesMathieuCarriere
2020-03-22Merge master and fix conflictsROUVREAU Vincent
2020-03-20small fixMathieuCarriere
2020-03-19added decoding functionMathieuCarriere
2020-03-19new fixesMathieuCarriere
2020-03-17fix conflictMathieuCarriere
2020-03-17update python docMathieuCarriere
2020-03-17removed _optimal_matching from barycenter as it is now handled by ↵tlacombe
wasserstein_distance.
2020-03-17merging master (including wasserstein distance) into wbary ; modified ↵tlacombe
CMakeList to solve conflicts
2020-03-17Merge pull request #236 from tlacombe/optimal_matching_wassersteinMarc Glisse
optimal matching in Wasserstein distance (pot) (Fix #203)
2020-03-16fix conflictMathieuCarriere
2020-03-16Merge pull request #211 from VincentRouvreau/iterator_over_simplex_treeVincent Rouvreau
Iterator over simplex tree
2020-03-16Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into ↵MathieuCarriere
extended_persistence
2020-03-16Merge pull request #214 from takeshimeonerespect/masterMarc Glisse
About adding timedelay for feature engineering
2020-03-16Merge remote-tracking branch 'upstream/master' into wbary-theotlacombe
merge master to solve hera conflict
2020-03-16Add get_simplices method - contrary to get_filtration method, sort is not ↵ROUVREAU Vincent
performed