summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-11-04fixes of Marc's commentsMathieuCarriere
2019-10-27Print sklearn version next to the other modulesMarc Glisse
2019-10-27Let cmake detect sklearnMarc Glisse
2019-10-27Make example executableMarc Glisse
2019-10-27Add interpreter to exampleMarc Glisse
2019-10-25Add token doc file so sphinx builds the doc.Marc Glisse
2019-09-11fixed error in DiagramScalermathieu
2019-09-10Merge remote-tracking branch 'upstream/master' into sklearn_tdaROUVREAU Vincent
2019-09-10Move cython directory stuff to python directory. Make example work. Fix CMake...ROUVREAU Vincent
2019-09-10Rename private variables as some of them are reservedROUVREAU Vincent
2019-09-10Merge remote-tracking branch 'upstream/master' into sklearn_tdaROUVREAU Vincent
2019-09-09reviewsmathieu
2019-09-09typo after search and replaceROUVREAU Vincent
2019-09-09Merge branch 'master' into split_gudhi_python_in_modulesROUVREAU Vincent
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-30Eigen scope refineROUVREAU Vincent
2019-08-30Modify the documentation headers with last web site modificationsROUVREAU Vincent
2019-08-29Add conda installation. NumPy became mandatoryROUVREAU Vincent
2019-08-29Merge pull request #83 from VincentRouvreau/split_gudhi_python_in_modulesVincent Rouvreau
2019-08-20Fix issue #10 and modify main and installation documentations accordinglyROUVREAU Vincent
2019-08-20Add include iostream when needed, and remove CGAL includes when not requiredROUVREAU Vincent
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-08-09More max_alpha_square hiding/warning. Warn about alternate definition of Rips.Marc Glisse
2019-08-09Merge pull request #60 from GUDHI/simplex_tree_insert_duplicated_vertices_fix...Vincent Rouvreau
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: no need to check 'where homsimpl'ROUVREAU Vincent
2019-07-01Add modification headerROUVREAU Vincent
2019-07-01Code review: As CHOMP is no more delivered, a clear error message shall be di...ROUVREAU Vincent
2019-07-01Code review: Contraction only depends on CGAL_queue/Modifiable_priority_queue...ROUVREAU Vincent
2019-07-01Code review: it is better to keep GPL for modules depending on CGALROUVREAU Vincent
2019-06-28Code review: Keep the comment that returning true is strangeROUVREAU Vincent
2019-06-28We can now roll back rec_insert_simplex_and_subfaces_sorted and dimension com...ROUVREAU Vincent
2019-06-28Merge branch 'master' into gpl_to_mitROUVREAU Vincent
2019-06-28Merge branch 'master' into simplex_tree_insert_duplicated_vertices_fix_vincentROUVREAU Vincent
2019-06-27Merge branch 'master' of github.com:GUDHI/gudhi-develROUVREAU Vincent
2019-06-27Merge branch 'master' into simplex_tree_insert_duplicated_vertices_fix_vincentROUVREAU Vincent
2019-06-27Code review : call std::unique right after std::sort. Repetition has been rem...ROUVREAU Vincent