summaryrefslogtreecommitdiff
path: root/src/python/gudhi/cubical_complex.pyx
AgeCommit message (Expand)Author
2021-11-04code review: use len instead of .shape[0]Vincent Rouvreau
2021-10-18First part of the fixVincent Rouvreau
2021-07-27Remove unnecessary checks for primalityHind-M
2021-07-01Move primality test to Field_Zp::initHind-M
2020-05-20Merge branch 'master' of https://github.com/GUDHI/gudhi-develMathieuCarriere
2020-05-20fix bugMathieuCarriere
2020-05-17One more nogil in cubicalMarc Glisse
2020-05-16nogil for cubical constructorMarc Glisse
2020-05-16Minimal nogil support for cubical complexesMarc Glisse
2020-05-13Trailing whitespaceMarc Glisse
2020-05-13compute_persistenceMarc Glisse
2020-04-29small modifsMathieuCarriere
2020-04-28update outputMathieuCarriere
2020-04-28fix conflictMathieuCarriere
2020-04-06compute_persistence for cubicalMarc Glisse
2020-04-03Split compute_persistence from get_persistence.Marc Glisse
2020-03-11moved location of top_dimensional_coface functionmathieu
2020-03-10new fixesmathieu
2020-02-13fix Marc's commentsmathieu
2020-02-12Fix tests according to exception managementROUVREAU Vincent
2020-02-06Use exceptions uinstead of error message for non existing filesROUVREAU Vincent
2020-02-06Use exceptions uinstead of error message for non existing filesROUVREAU Vincent
2020-01-27Merge branch 'master' into print_warnings_to_stderrROUVREAU Vincent
2020-01-16fixed typo for CubicalComplexMathieuCarriere
2020-01-16get rid of persistence_generators and modified name for cubical complexMathieuCarriere
2020-01-16added wrapper functionsmathieu
2020-01-15In python2, does not work. is ok for Python 2 and 3ROUVREAU Vincent
2020-01-14print errors to stderrROUVREAU Vincent
2020-01-10Reorder import and docstrings. Modify test_representationsROUVREAU Vincent
2020-01-07Doc review: anything convertible to a numpy ndarrayROUVREAU Vincent
2020-01-07Code review: less strict with numpy arrays for cubical ctors. Also accept listsROUVREAU Vincent
2019-12-20Fix dimension cell linearization and test connected sublevel setsROUVREAU Vincent
2019-12-18use ravel instead of flatten (that makes a copy) and no more converting to a ...ROUVREAU Vincent
2019-12-18Reuse top_dimensional_cells instead of numpy_array argument to create a cubicalROUVREAU Vincent
2019-12-16Add numpy ndarray to init a cubical and a periodic oneROUVREAU Vincent
2019-11-18Make the license a comment instead of a stringMarc Glisse
2019-11-16More 'is' to '=='Marc Glisse
2019-09-09Code review: rename cython as python (make target and directoryROUVREAU Vincent