summaryrefslogtreecommitdiff
path: root/src/python/gudhi/simplex_tree.pyx
AgeCommit message (Collapse)Author
2020-05-07Warn for initialize_filtrationMarc Glisse
2020-04-29Merge remote-tracking branch 'origin/master' into gen2Marc Glisse
2020-04-23Merge remote-tracking branch 'origin/master' into compute_persistenceMarc Glisse
2020-04-23Fix pasto in the docMarc Glisse
2020-04-05Proper exception in write_output_diagramMarc Glisse
2020-04-05compute_persistence in pythonMarc Glisse
Also simplify references, and replace print with assert for errors
2020-04-03Simplify some codeMarc Glisse
2020-04-03Split compute_persistence from get_persistence.Marc Glisse
2020-03-30Streamline initialize_filtrationMarc Glisse
2020-03-25fix biblioMathieuCarriere
2020-03-25update biblioMathieuCarriere
2020-03-24print -> assertMarc Glisse
2020-03-24Remove min_persistence from generatorsMarc Glisse
It is supposed to be handled in persistence() already.
2020-03-23new fixesMathieuCarriere
2020-03-20small fixMathieuCarriere
2020-03-19added decoding functionMathieuCarriere
2020-03-19new fixesMathieuCarriere
2020-03-17update python docMathieuCarriere
2020-03-17Merge remote-tracking branch 'origin/master' into gen2Marc Glisse
2020-03-16fix conflictMathieuCarriere
2020-03-16Add get_simplices method - contrary to get_filtration method, sort is not ↵ROUVREAU Vincent
performed
2020-03-08Typo in shape of arrayMarc Glisse
2020-03-07min_persistence for generatorsMarc Glisse
2020-03-07persistence generators for lower-star and flag filtrationsMarc Glisse
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