summaryrefslogtreecommitdiff
path: root/src/cython
AgeCommit message (Expand)Author
2019-09-10Merge remote-tracking branch 'upstream/master' into sklearn_tdaROUVREAU Vincent
2019-09-09reviewsmathieu
2019-09-09Code review: rename cython as python (make target and directoryROUVREAU Vincent
2019-09-09fixed a few typos and added entropymathieu
2019-09-06Use setuptools to remove warnings about install_requires and setup_requiresROUVREAU Vincent
2019-09-05Reduce number of linesROUVREAU Vincent
2019-09-05Reduce number of code lineROUVREAU Vincent
2019-08-08Add persistence_graphical_tools mechanismROUVREAU Vincent
2019-08-08Merge branch 'master' into split_gudhi_python_in_modulesROUVREAU Vincent
2019-08-08Rename bottleneck_distance module name as bottleneck. Cannot have gudhi.bottl...ROUVREAU Vincent
2019-08-07Add the rest of modulesROUVREAU Vincent
2019-08-06Add all modules that do not depend on Simplex treeROUVREAU Vincent
2019-08-06First version with only simplex tree that compiles. Cannot find how not to ge...ROUVREAU Vincent
2019-08-02First version that compiles the simplex_tree moduleROUVREAU Vincent
2019-07-10Copy warning about max_alpha_square from C++ doc to python doc.Marc Glisse
2019-07-05move cython in a gudhi directory - like the python package oneROUVREAU Vincent
2019-07-05Available/missing python modules are now managed by the __init__.pyROUVREAU Vincent
2019-07-01Code review: it is better to keep GPL for modules depending on CGALROUVREAU Vincent
2019-06-27Malformed tableROUVREAU Vincent
2019-06-26Format Python files with blackROUVREAU Vincent
2019-06-26Change Python template and fix copyrightsROUVREAU Vincent
2019-06-19removed clustering filesMathieuCarriere
2019-06-19CGAL 4.11 as minimal versionROUVREAU Vincent
2019-06-14Fix CGAL version in example installation sectionROUVREAU Vincent
2019-06-14added human file and updated path in ex_clustering.pymathieu
2019-06-14Remove gudhi_patches for CGAL and CGAL 4.11.0 is now the minimal CGAL version...ROUVREAU Vincent
2019-06-13added sklearn_tda examplesMathieuCarriere
2019-06-13added sklearn_tda clusteringMathieuCarriere
2019-06-13added sklearn_tda metricsMathieuCarriere
2019-06-13added sklearn_tda kernelsMathieuCarriere
2019-06-13added sklearn_tda vectorizationsMathieuCarriere
2019-06-13added sklearn_tda preprocessing functionsMathieuCarriere
2019-06-13Merge master branchROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2019-06-13Merge pull request #69 from VincentRouvreau/bottleneck_documentationVincent Rouvreau
2019-06-12Merge branch 'master' into persistence_intervals_numpy_arrays_vincentROUVREAU Vincent
2019-06-07Fix doc review. Add citations for python doc version. Replace (13,0) with (0,...ROUVREAU Vincent
2019-06-06Fix sphinx testROUVREAU Vincent
2019-06-06Fix #11 - Distance computation shall be better documented.ROUVREAU Vincent
2019-06-06Merge pull request #66 from VincentRouvreau/small_fixesVincent Rouvreau
2019-06-05Add some debug tracesROUVREAU Vincent
2019-06-05Fix #20: Add OFF section in file format and all documents target to it instea...ROUVREAU Vincent
2019-06-04Fix #7 : document better get_persistence_pairs (C++) and persistence_pairs (P...ROUVREAU Vincent
2019-06-03Fix #55ROUVREAU Vincent
2019-06-03Fix #46ROUVREAU Vincent
2019-06-03modify cells height for C++ doc. Use bullet lists to have the same font heigh...ROUVREAU Vincent
2019-05-29Rename nerve_gic_complex_sum.rst as nerve_gic_complex_sum.inc and use introdu...ROUVREAU Vincent
2019-05-29Reformat modules summary and occupy 100% of the pageROUVREAU Vincent
2019-05-27Merge pull request #54 from mglisse/witness-docVincent Rouvreau
2019-05-27long linesMarc Glisse