summaryrefslogtreecommitdiff
path: root/src/python/gudhi/alpha_complex.pyx
AgeCommit message (Expand)Author
2022-04-05nogil for float_relative_precision methodsVincent Rouvreau
2022-03-31code review: no need to nogil for cheap functions. Repeat get_float_relative_...Vincent Rouvreau
2022-03-30get/set float_relative_precision and its documentationVincent Rouvreau
2022-01-20Rollback c1cf7fe and 5c09f30Vincent Rouvreau
2022-01-19Code review: update doc as well for c1cf7fe3Vincent Rouvreau
2022-01-19Code review: None was used to detect unweighted alpha complex. An empty list ...Vincent Rouvreau
2021-11-08code review: read_points_from_off_file already throws an exception when off f...Vincent Rouvreau
2021-09-06code review: weights is None by default, even for documentationVincentRouvreau
2021-06-09doc review: use 120 characters per line and warning about the numbering of ve...ROUVREAU Vincent
2021-06-09code review: weights should be None by default and not an empty list, clearerROUVREAU Vincent
2021-03-24Remove read_weights and depreciate off_fileROUVREAU Vincent
2021-03-23Remove weighted_points, as it is overdesignedROUVREAU Vincent
2021-03-22Fix sphinx issuesROUVREAU Vincent
2021-03-18Add weight supportROUVREAU Vincent
2021-03-15Add read_weights in reader_utils. Add exceptions for file not found and incon...ROUVREAU Vincent
2021-03-12Reword alpha complex constructor documentationROUVREAU Vincent
2021-03-12review constructor and test with one point and without pointsROUVREAU Vincent
2020-07-01Doc review: add some details about get_pointROUVREAU Vincent
2020-06-15Factory to build python alpha complex. 3d version of alpha complex. Needs cha...ROUVREAU Vincent
2020-06-05code review: exact version was not correctROUVREAU Vincent
2020-06-05code review: rename complexity with precisionROUVREAU Vincent
2020-06-05Code review: 'fast' class attribute was not necessary and redundant with C++ ...ROUVREAU Vincent
2020-06-05Update src/python/gudhi/alpha_complex.pyxVincent Rouvreau
2020-05-24c++ version to trigger exact/inexact kernelROUVREAU Vincent
2020-05-23Delaunay complex and tests all possibilitiesROUVREAU Vincent
2020-05-23First working versionROUVREAU Vincent
2020-05-22brute force version - complexity is read onlyROUVREAU Vincent
2020-05-21Use unique_pointer and template alpha complex interface for python interfaceROUVREAU Vincent
2020-05-04Add some nogil for cythonMarc Glisse
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-20Sprinkle some "except +" in cython filesMarc Glisse
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
2019-12-16Rollback exact version mechanismROUVREAU Vincent
2019-12-05nicer doc presentationROUVREAU Vincent
2019-12-05Add MPFR dependency for python module. Use Epeck_d by default for Alpha compl...ROUVREAU 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