summaryrefslogtreecommitdiff
path: root/src/python/gudhi/simplex_tree.pyx
AgeCommit message (Expand)Author
2020-12-14Fix sphinx warning and doc identationROUVREAU Vincent
2020-12-11code review: throw an eception if collapse_edges when no Eigen3ROUVREAU Vincent
2020-12-11code review: GUDHI_USE_EIGEN3 generated by CMake in __init__.py as suggested ...ROUVREAU Vincent
2020-12-09Fix #388ROUVREAU Vincent
2020-12-08Fix #388 for the tests to passROUVREAU Vincent
2020-11-18merge master and resolve conflictsROUVREAU Vincent
2020-11-03Add comment in code for get_boundaries if not interested in filtration valuesROUVREAU Vincent
2020-11-02Merge master and resolve conflictsROUVREAU Vincent
2020-09-28doc review: improve reset_filtration documentationROUVREAU Vincent
2020-09-28code review: Let the exception propagateROUVREAU Vincent
2020-08-25Code review: min_dim = 0 as default and some doc reviewROUVREAU Vincent
2020-08-21Add link to extended persistence notebookROUVREAU Vincent
2020-08-18reset_filtration from a dimension (instead of 'until')ROUVREAU Vincent
2020-08-18Merge master and resolve conflictsROUVREAU Vincent
2020-08-18Merge master & resolve conflictsROUVREAU Vincent
2020-08-12code review: boundaries uses only once find and return a pair of iterator. Ex...ROUVREAU Vincent
2020-08-12Update src/python/gudhi/simplex_tree.pyxVincent Rouvreau
2020-08-03code review: no need to test if pointer is NULLROUVREAU Vincent
2020-07-31Rebuild example page and link to example. Add also a link to the publication....ROUVREAU Vincent
2020-07-31code review: nogil and use ptr as suggestedROUVREAU Vincent
2020-07-30collapse edges for python simplex treeROUVREAU Vincent
2020-07-03A proposal for simplex_tree reset_filtration (python & C++)ROUVREAU Vincent
2020-07-03A fix proposal for boudaries of a simplex python versionROUVREAU Vincent
2020-07-02Fix #358ROUVREAU Vincent
2020-05-09Merge remote-tracking branch 'origin/master' into nogil1Marc Glisse
2020-05-07Warn for initialize_filtrationMarc Glisse
2020-05-04Add some nogil for cythonMarc 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
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
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 per...ROUVREAU Vincent
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