summaryrefslogtreecommitdiff
path: root/src/python/gudhi/simplex_tree.pyx
AgeCommit message (Collapse)Author
2020-02-13simplex tree skeleton iteratorROUVREAU Vincent
2020-02-11Update src/python/gudhi/simplex_tree.pyxVincent Rouvreau
Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
2020-02-04fixed Vincent's commentsmathieu
2020-01-28Code review: rename get_simplex_filtration with get_simplex_and_filtration. ↵ROUVREAU Vincent
Remove exception raise. Fix failed tests. Reword documentation
2020-01-27A first naive iterator implementation with yieldROUVREAU Vincent
2020-01-26added extended persistence functionMathieuCarriere
2020-01-15In python2, does not work. is ok for Python 2 and 3ROUVREAU Vincent
2020-01-10Reorder import and docstrings. Modify test_representationsROUVREAU Vincent
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-18Make the license a comment instead of a stringMarc Glisse
I think this interacts better with sphinx automodule
2019-11-05Fix documentation indentationMarc Glisse
2019-09-09Code review: rename cython as python (make target and directoryROUVREAU Vincent