summaryrefslogtreecommitdiff
path: root/src/python/gudhi
AgeCommit message (Expand)Author
2020-04-28Unbreak KDEMarc Glisse
2020-04-28Always save points_Marc Glisse
2020-04-28plot_diagram when there are no finite pointsMarc Glisse
2020-04-21Compute prominence, not its opposite...Marc Glisse
2020-03-17doc default n_clustersMarc Glisse
2020-03-15sklearn's score_sample returns log(density)Marc Glisse
2020-03-14Merge remote-tracking branch 'origin/master' into tomatoMarc Glisse
2020-03-10Merge pull request #227 from tlacombe/improving_plot_rendering_pythonVincent Rouvreau
2020-03-09Make fit return selfMarc Glisse
2020-03-09Test explicitly if weights is None, instead of relying on conversion to Bool.Marc Glisse
2020-03-09Allow passing weights to fit_predictMarc Glisse
2020-03-09removed infty line plot in plot_diagram if no pts at inftytlacombe
2020-03-06set greyblock to False by default in densitytlacombe
2020-03-05updated doctlacombe
2020-03-05Update src/python/gudhi/persistence_graphical_tools.pyThéo Lacombe
2020-03-05Use logDTM by default (to be revisited)Marc Glisse
2020-03-05Fix merge_thresholdMarc Glisse
2020-03-03updated doc and example handling Nx2 numpy arraystlacombe
2020-03-03handle numpy array, should now adapt the doctlacombe
2020-03-02bugs from incomplete renamingMarc Glisse
2020-02-29default parameter for DTM = dim. doc.Marc Glisse
2020-02-29ReformatMarc Glisse
2020-02-28metric==CallableMarc Glisse
2020-02-28Use official formula for DTMMarc Glisse
2020-02-26formattingMarc Glisse
2020-02-26Bug in gcc-8Marc Glisse
2020-02-26Doc syntaxMarc Glisse
2020-02-26Initial commit of tomatoMarc Glisse
2020-02-26Fix #229 incomplete citation in nerve_GIC python documentationROUVREAU Vincent
2020-02-25solved scale issue and removed title/aspect as functions return axtlacombe
2020-02-25Revert "Global improvement of rendering with Python tools"tlacombe
2020-02-14Global improvement of rendering with Python toolstlacombe
2020-02-12Merge pull request #182 from mglisse/extMarc Glisse
2020-02-11License and authorMarc Glisse
2020-02-08Euclidean with a capital EMarc Glisse
2020-02-07More uniform notations between the 2 wassersteinsMarc Glisse
2020-01-27Merge pull request #189 from mglisse/docVincent Rouvreau
2020-01-20Merge remote-tracking branch 'origin/master' into extMarc Glisse
2020-01-20Simplify the pybind11 codeMarc Glisse
2020-01-20Sprinkle some "except +" in cython filesMarc Glisse
2020-01-18Separate optional arguments from common argumentsMarc Glisse
2020-01-18Merge remote-tracking branch 'origin/master' into docMarc Glisse
2020-01-15In python2, does not work. is ok for Python 2 and 3ROUVREAU Vincent
2020-01-14Merge pull request #192 from tlacombe/wdistVincent Rouvreau
2020-01-13Update src/python/gudhi/wasserstein.pyThéo Lacombe
2020-01-13Merge pull request #197 from VincentRouvreau/python_import_reorderVincent Rouvreau
2020-01-13fix typo in doc wasserstein_distance with new variables naming conventions.tlacombe
2020-01-13update variable names, going for order and internal_ptlacombe
2020-01-13Fix #194 : Rename read_off as it only read points from OFF fileROUVREAU Vincent
2020-01-10Reorder import and docstrings. Modify test_representationsROUVREAU Vincent