summaryrefslogtreecommitdiff
path: root/src/python/test/test_simplex_tree.py
AgeCommit message (Expand)Author
2022-11-16Use float for max_filtration in testMarc Glisse
2022-10-16Merge branch 'master' into insertMarc Glisse
2022-06-07Merge pull request #590 from VincentRouvreau/simplex_tree_extended_persistenc...Vincent Rouvreau
2022-05-22Update src/python/test/test_simplex_tree.pyalbert-github
2022-05-22Spelling correctionsalbert-github
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-01Merge remote-tracking branch 'origin/master' into insertMarc 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-21extended_persistence uses directly get_persistent_pairsVincent Rouvreau
2022-03-21Add some c++ tests and use unitary_tests_utils. Fix python testVincent Rouvreau
2022-03-08Merge master and resolve commitsVincent Rouvreau
2022-02-18Remove the old forward version of edge collapseMarc Glisse
2022-02-14code review: ctor shall raise a TypeError when constructed from something els...Vincent 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-10-20Add simplex tree test for persistence_intervals_in_dimensionVincent Rouvreau
2021-03-25Add equality operator for python Simplex treeROUVREAU 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-11-02Merge master and resolve conflictsROUVREAU Vincent
2020-09-01expansion with blocker and how to modify filtration valueROUVREAU Vincent
2020-08-28A prototype to fix #364ROUVREAU 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-12code review: Add test to get boundaries from a vertexROUVREAU Vincent
2020-07-31code review: collapse edges should copy the 0-skeleton. A test was addedROUVREAU Vincent
2020-07-31static construction from arrayMarc Glisse
2020-07-30collapse edges for python simplex treeROUVREAU Vincent
2020-07-08insert edges from sparse matrixMarc Glisse
2020-07-08Rename insert_array -> insert_edges_from_arrayMarc Glisse
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-05-29convert matrix to SimplexTreeMarc Glisse
2020-03-30Streamline initialize_filtrationMarc Glisse
2020-03-23new fixesMathieuCarriere
2020-03-19new fixesMathieuCarriere
2020-03-17fix testMathieuCarriere
2020-03-17fixesMathieuCarriere
2020-03-16fix conflictMathieuCarriere
2020-03-16Add get_simplices method - contrary to get_filtration method, sort is not per...ROUVREAU Vincent
2020-02-26Code review: remove import pytest leftoversROUVREAU Vincent