summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-20Merge branch 'master' into persistence_graphical_tool_improvementsROUVREAU Vincent
2019-11-19Merge pull request #71 from MathieuCarriere/sklearn_tdaVincent Rouvreau
sklearn-tda
2019-11-19Merge pull request #145 from mglisse/warn-assign-filtVincent Rouvreau
Add warning in the doc of assign_filtration
2019-11-19Add warning in the doc of assign_filtrationMarc Glisse
Apparently some users expect that it will magically "fix" other simplices so it remains a valid filtration.
2019-11-19Merge pull request #127 from VincentRouvreau/alpha_complex_with_cgal_epeck_dVincent Rouvreau
Alpha complex with cgal epeck d
2019-11-19Doc review: Add the starting point of the documentation in the Alpha complex ↵ROUVREAU Vincent
reference
2019-11-18Make the license a comment instead of a stringMarc Glisse
I think this interacts better with sphinx automodule
2019-11-16Merge pull request #137 from mglisse/is_equalVincent Rouvreau
Replace 'is' with == or similar.
2019-11-16Merge pull request #138 from mglisse/empty_complexVincent Rouvreau
Empty complexes have 0 (not -1) Betti numbers
2019-11-16Doc review: Add the starting point of the documentationROUVREAU Vincent
2019-11-16Merge branch 'master' into alpha_complex_with_cgal_epeck_dROUVREAU Vincent
2019-11-16Merge pull request #123 from VincentRouvreau/alpha_complex_3d_get_pointVincent Rouvreau
Add a get_point method for Alpha_complex_3d.
2019-11-16More 'is' to '=='Marc Glisse
2019-11-15Code review: Point_3 is an Alpha_shape_3::Point instead of ↵ROUVREAU Vincent
std::conditionnal(...)
2019-11-15Example uses matplotlibMarc Glisse
2019-11-15Token documentationMarc Glisse
2019-11-15The big rename: sktda -> representationsMarc Glisse
2019-11-15Run example as a test, without graphicsMarc 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
We don't want it in the autogenerated sphinx doc
2019-11-14Add link from the main doc page.Marc Glisse
2019-11-11Add scikit-learn to CI for sklearn-tda branchVincent Rouvreau
2019-11-09added copyrightsmathieu
2019-11-09Empty complexes have 0 (not -1) Betti numbersMarc Glisse
2019-11-09Replace 'is' with == or similar.Marc Glisse
Related to issue #113, but I did not touch persistence_graphical_tools.py which is handled in PR #119. I don't know if I got them all, I guess we'll start seeing the warnings with python-3.8 soon enough.
2019-11-08Move sktda to GUDHI_PYTHON_MODULES_EXTRA.Marc Glisse
2019-11-08Merge remote-tracking branch 'origin/master' into sklearn_tdaMarc Glisse
2019-11-08Enable the napoleon extension for sphinx.Marc Glisse
2019-11-07Code review: Add suggested code using NT_converter to simplify the different ↵ROUVREAU Vincent
alpha_complex_filtration computations cases
2019-11-07Code review: it is with Epeck_d that it is advised to have CGAL >= 5.0. ↵ROUVREAU Vincent
Error message clarification
2019-11-07Code review: replace streambufffer with streambuffer - was copied/ pasted ↵ROUVREAU Vincent
from several places
2019-11-07Doc review : This remark is only available for the dD case, not for the 3d case.ROUVREAU Vincent
2019-11-07Merge pull request #130 from mglisse/align-docVincent Rouvreau
Fix documentation indentation
2019-11-07Merge pull request #128 from mglisse/extra-modulesVincent Rouvreau
Fix #125
2019-11-06Also document __init__Marc Glisse
2019-11-06Update comment for GUDHI_PYTHON_MODULES_EXTRAMarc Glisse
2019-11-06Merge pull request #126 from mglisse/underline-sizeVincent Rouvreau
Fix size of underlines for sphinx
2019-11-06Add doc warningsROUVREAU Vincent
2019-11-05Fix documentation indentationMarc Glisse
2019-11-05Create GUDHI_PYTHON_MODULES_EXTRA without auto-importMarc Glisse
Put Wasserstein in it.
2019-11-05Fix size of underlines for sphinxMarc Glisse
2019-11-05Exact version only for CGAL < 5.XROUVREAU Vincent
2019-11-05Modify alpha_complex_persistence utility documentation accordingly to code ↵ROUVREAU Vincent
change
2019-11-05Modify alpha_lcomplex_persistence utility for fast, safe and exact versions. ↵ROUVREAU Vincent
Add some tests
2019-11-05Use Epeck_d for examples. Add an Epick_d (fast version) example and test itROUVREAU Vincent
2019-11-05Add Alpha complex tests with Epeck_d - the new default oneROUVREAU Vincent
2019-11-05Do not print #define variableROUVREAU Vincent
2019-11-04fixes to Marc's commentsMathieuCarriere