summaryrefslogtreecommitdiff
path: root/src/python/gudhi
AgeCommit message (Expand)Author
2020-01-07Merge pull request #178 from VincentRouvreau/numpy_array_input_for_cubicalVincent Rouvreau
2020-01-07Doc review: anything convertible to a numpy ndarrayROUVREAU Vincent
2020-01-07Code review: less strict with numpy arrays for cubical ctors. Also accept listsROUVREAU Vincent
2019-12-20Fix dimension cell linearization and test connected sublevel setsROUVREAU Vincent
2019-12-18use ravel instead of flatten (that makes a copy) and no more converting to a ...ROUVREAU Vincent
2019-12-18Reuse top_dimensional_cells instead of numpy_array argument to create a cubicalROUVREAU Vincent
2019-12-16Add numpy ndarray to init a cubical and a periodic oneROUVREAU Vincent
2019-12-16Rollback exact version mechanismROUVREAU Vincent
2019-12-12Merge branch 'master' into exact_alpha_complex_python_versionROUVREAU Vincent
2019-12-11cleanup for landscape resolutionmathieu
2019-12-11cleanupmathieu
2019-12-11fixed landscapemathieu
2019-12-08fixed useless coordinates in Landscape if min and max are computed from dataMathieuCarriere
2019-12-05nicer doc presentationROUVREAU Vincent
2019-12-05Add MPFR dependency for python module. Use Epeck_d by default for Alpha compl...ROUVREAU Vincent
2019-11-29Fix various links for sphinxMarc Glisse
2019-11-28Merge pull request #160 from VincentRouvreau/persistence_graphical_tool_fixVincent Rouvreau
2019-11-27Fix #150 axes has no attribute colorbarROUVREAU Vincent
2019-11-26Merge pull request #147 from mglisse/sktda-tweaks-glisseMarc Glisse
2019-11-22Fix link to bottleneck_distance.Marc Glisse
2019-11-21Generalize Clamping to min and maxMarc Glisse
2019-11-20More tweaks in representationsMarc Glisse
2019-11-20Minor tweaks to representationsMarc Glisse
2019-11-20Use matplotlib axes to be able to subplot persistence graphical toolsROUVREAU Vincent
2019-11-20Merge branch 'master' into persistence_graphical_tool_improvementsROUVREAU Vincent
2019-11-19Merge pull request #71 from MathieuCarriere/sklearn_tdaVincent Rouvreau
2019-11-19Add warning in the doc of assign_filtrationMarc Glisse
2019-11-18Make the license a comment instead of a stringMarc Glisse
2019-11-16More 'is' to '=='Marc Glisse
2019-11-15The big rename: sktda -> representationsMarc Glisse
2019-11-14Attributes -> Parameters in __init__Marc Glisse
2019-11-14Syntax of return type in docstringMarc Glisse
2019-11-14Remove mentions of the exact sliced Wasserstein (not implemented)Marc Glisse
2019-11-14Make the license a comment instead of a docstringMarc Glisse
2019-11-09added copyrightsmathieu
2019-11-09Replace 'is' with == or similar.Marc Glisse
2019-11-08Merge remote-tracking branch 'origin/master' into sklearn_tdaMarc Glisse
2019-11-07Merge pull request #130 from mglisse/align-docVincent Rouvreau
2019-11-06Update comment for GUDHI_PYTHON_MODULES_EXTRAMarc Glisse
2019-11-05Fix documentation indentationMarc Glisse
2019-11-05Create GUDHI_PYTHON_MODULES_EXTRA without auto-importMarc Glisse
2019-11-04fixes to Marc's commentsMathieuCarriere
2019-11-04fixed typosMathieuCarriere
2019-11-04fixes of Marc's commentsMathieuCarriere
2019-10-31Increase numItermax in the call to POT.Marc Glisse
2019-10-24Fix issues #113 (replace 'is not' with '!=') and #109 (replace palette with a...ROUVREAU Vincent
2019-10-18Update src/python/gudhi/wasserstein.py Théo Lacombe
2019-10-18Update src/python/gudhi/wasserstein.pyThéo Lacombe
2019-10-17Few improvements to the documentation.tlacombe
2019-10-17updated wasserstein doc to be sphinx-compatible + correction of typo in the .rsttlacombe