summaryrefslogtreecommitdiff
path: root/src/python/gudhi
AgeCommit message (Collapse)Author
2020-05-26Remove mainMarc Glisse
2020-05-26test fixed, documents modifiedyuichi-ike
2020-05-25docMarc Glisse
2020-05-25Add testMarc Glisse
2020-05-25indentMarc Glisse
2020-05-25Make specifying an impossible number of clusters a warningMarc Glisse
2020-05-25Rename and document max_weight_per_cc_Marc Glisse
2020-05-25Document attribute weights_Marc Glisse
2020-05-25handle n<kMarc Glisse
2020-05-25Use radius as default KDE bandwidthMarc Glisse
2020-05-25plotting almost empty diagramsMarc Glisse
2020-05-25bugsMarc Glisse
2020-05-25commentsMarc Glisse
2020-05-24Move metric to paramsMarc Glisse
2020-05-24c++ version to trigger exact/inexact kernelROUVREAU Vincent
2020-05-23Remove metric="neighbors"Marc Glisse
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-22class name changed, documents modifiedyuichi-ike
2020-05-21no input_typeMarc Glisse
2020-05-21Random fixesMarc Glisse
2020-05-21Use unique_pointer and template alpha complex interface for python interfaceROUVREAU Vincent
2020-05-21TODOMarc Glisse
2020-05-21periodic fix and adds corresponding unitary tests for bug fixROUVREAU Vincent
2020-05-21DTM Rips added (straightforward way)yuichi-ike
2020-05-20Merge branch 'master' of https://github.com/GUDHI/gudhi-develMathieuCarriere
2020-05-20Merge pull request #313 from mglisse/dtmdensityMarc Glisse
DTM density estimator
2020-05-20fix bugMathieuCarriere
2020-05-19long lineMarc Glisse
2020-05-19long lineMarc Glisse
2020-05-19continueMarc Glisse
2020-05-18Merge branch 'dtmdensity' into tomato2Marc Glisse
2020-05-18Infer k when we pass the distances to the nearest neighborsMarc Glisse
2020-05-18Start refactoring of TomatoMarc Glisse
2020-05-17One more nogil in cubicalMarc Glisse
2020-05-16nogil for cubical constructorMarc Glisse
There may be some extra copying until cython3, but it is probably not that bad.
2020-05-16Minimal nogil support for cubical complexesMarc Glisse
2020-05-16Redundant assertMarc Glisse
2020-05-15Merge pull request #295 from yuichi-ike/weighted_ripsVincent Rouvreau
Weighted rips
2020-05-15Merge pull request #204 from MathieuCarriere/generatorsVincent Rouvreau
Generators
2020-05-13Merge branch 'dtmdensity' into tomato2Marc Glisse
2020-05-13Merge remote-tracking branch 'origin/master' into tomato2Marc Glisse
2020-05-13Trailing whitespaceMarc Glisse
2020-05-13compute_persistenceMarc Glisse
2020-05-12Merge remote-tracking branch 'origin/master' into dtmdensityMarc Glisse
2020-05-12More testMarc Glisse
2020-05-12test + reformatMarc Glisse
2020-05-12comment modifiedyuichi-ike
2020-05-12reference and comments addedyuichi-ike