summaryrefslogtreecommitdiff
path: root/src/python/gudhi/simplex_tree.pyx
AgeCommit message (Expand)Author
2022-11-21Insert vertices firstMarc Glisse
2022-11-18Merge pull request #741 from mglisse/maxdimMarc Glisse
2022-11-17Rename argument of expansionMarc Glisse
2022-11-16Clarify doc.Marc Glisse
2022-10-16doc + commentsMarc Glisse
2022-10-16Merge branch 'master' into insertMarc Glisse
2022-07-28Modify doc in simplex_tree in order to match codeHind-M
2022-06-07Merge pull request #590 from VincentRouvreau/simplex_tree_extended_persistenc...Vincent Rouvreau
2022-05-17Merge remote-tracking branch 'origin/master' into collapse-pr2Marc Glisse
2022-04-22Merge branch 'master' into simplex_tree_extended_persistence_enhancementVincent Rouvreau
2022-04-08name argument, assert messageMarc Glisse
2022-04-01Merge remote-tracking branch 'origin/master' into insertMarc Glisse
2022-04-01Doc repeated simplex + nogilMarc Glisse
2022-04-01SimplexTree.insert_batch for multiple simplices of the same dimensionMarc Glisse
2022-03-30Merge remote-tracking branch 'origin/master' into insertMarc Glisse
2022-03-28doc review: add a warning about phantom simplices for blocker_funcVincent Rouvreau
2022-03-28doc review: remove segfault note as it is no more the caseVincent Rouvreau
2022-03-24Rewrite python docMarc Glisse
2022-03-21extended_persistence uses directly get_persistent_pairsVincent Rouvreau
2022-03-08Merge master and resolve commitsVincent Rouvreau
2022-02-28code review: copy simplex tree c++ pointer in a factorized nogil functionVincent Rouvreau
2022-02-28doc review: reformulate the copy notesVincent Rouvreau
2022-02-28code review: use 'isinstance' instead of 'type'Vincent Rouvreau
2022-02-22Remove mention of eigenMarc Glisse
2022-02-14code review: ctor shall raise a TypeError when constructed from something els...Vincent Rouvreau
2022-02-14some left overVincent Rouvreau
2022-02-14Rewrite test as #463 is merged. Rephrase constructor documentationVincent Rouvreau
2022-02-14Merge masterVincent Rouvreau
2022-02-14Remove shallow copyVincent Rouvreau
2022-02-11__copy__, __deepcopy__, copy, and copy ctors. Still pb with the docVincent Rouvreau
2022-02-10Add SimplexTree copy method and its testVincent Rouvreau
2022-01-21Merge masterVincent Rouvreau
2021-11-04code review: use len instead of .shape[0]Vincent Rouvreau
2021-10-18First part of the fixVincent Rouvreau
2021-07-12Limit homology_coeff_field value to max allowedHind-M
2021-04-22code review: rename block_func when it is a type. Type is a 'callable'ROUVREAU Vincent
2021-04-15Update src/python/gudhi/simplex_tree.pyxVincent Rouvreau
2021-04-15Set Cython language level to remove warningHind
2021-03-25Add equality operator for python Simplex treeROUVREAU Vincent
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-09-01expansion with blocker and how to modify filtration valueROUVREAU Vincent