summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-08-08Rename bottleneck_distance module name as bottleneck. Cannot have ↵ROUVREAU Vincent
gudhi.bottleneck_distance.bottleneck_distance and gudhi.bottleneck_distance.
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 ↵ROUVREAU Vincent
generate .cpp in sources
2019-08-02First version that compiles the simplex_tree moduleROUVREAU Vincent
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 ↵ROUVREAU Vincent
displayed when not installed.
2019-07-01Code review: Contraction only depends on ↵ROUVREAU Vincent
CGAL_queue/Modifiable_priority_queue.h which is LGPL, not GPL
2019-07-01Code review: it is better to keep GPL for modules depending on CGALROUVREAU Vincent
2019-06-28Merge branch 'master' into gpl_to_mitROUVREAU Vincent
2019-06-27Merge branch 'master' of github.com:GUDHI/gudhi-develROUVREAU Vincent
2019-06-27Merge master modificationsROUVREAU 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-26Reverse #aedd692 that changed copyright yearVincent Rouvreau
2019-06-19Remove MathJax.COPYRIGHT as MathJax.js has been removedROUVREAU Vincent
2019-06-19CGAL 4.11 as minimal versionROUVREAU Vincent
2019-06-18cgal_mini_sphere_3d requires Eigen3ROUVREAU Vincent
2019-06-18Separate the 2 examples as one requires also Eigen3ROUVREAU Vincent
2019-06-14Add CGAL dependency for Contraction instead of including CGAL filesROUVREAU Vincent
2019-06-14Remove homsimpl as it is GPLROUVREAU Vincent
2019-06-14Fix CGAL version in example installation sectionROUVREAU Vincent
2019-06-14Fix bad python3 namespace in doxygenROUVREAU Vincent
2019-06-14Merge pull request #70 from VincentRouvreau/persistent_cohomology_documentationVincent Rouvreau
Persistent cohomology documentation
2019-06-14Remove gudhi_patches for CGAL and CGAL 4.11.0 is now the minimal CGAL ↵ROUVREAU Vincent
version required. Modification of documentation accordingly
2019-06-13Update src/Persistent_cohomology/example/plain_homology.cppVincent Rouvreau
Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
2019-06-13Merge master branchROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2019-06-13Modify plain_homology example to highlight persistence_dim_max parameterROUVREAU Vincent
2019-06-13Merge pull request #69 from VincentRouvreau/bottleneck_documentationVincent Rouvreau
Bottleneck documentation
2019-06-12RephraseROUVREAU Vincent
2019-06-12Fix alpha complex 3d utilities and add links to utils pagesROUVREAU Vincent
2019-06-12Only one constructor to clarify documentation about persistence_dim_max ↵ROUVREAU Vincent
parameter
2019-06-12Merge pull request #64 from VincentRouvreau/main_documentation_pagesVincent Rouvreau
Main documentation pages
2019-06-12Merge branch 'master' into bottleneck_documentationROUVREAU Vincent
2019-06-12Remove references manualROUVREAU Vincent
2019-06-12Merge branch 'master' into main_documentation_pagesROUVREAU Vincent
2019-06-12Merge branch 'master' into persistence_intervals_numpy_arrays_vincentROUVREAU Vincent
2019-06-11try to fix Alpha_complex_test_unit on windowsROUVREAU Vincent
2019-06-07Fix doc review. Add citations for python doc version. Replace (13,0) with ↵ROUVREAU Vincent
(0,13) in figure
2019-06-07Update src/Bottleneck_distance/doc/Intro_bottleneck_distance.hVincent Rouvreau
Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
2019-06-07Update src/Bottleneck_distance/doc/Intro_bottleneck_distance.hVincent Rouvreau
Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
2019-06-07MathJax.js no more requiredROUVREAU Vincent
2019-06-07Merge branch 'master' of github.com:GUDHI/gudhi-develROUVREAU Vincent
2019-06-07Try with a direct link to mathjax websiteROUVREAU Vincent
2019-06-06Fix sphinx testROUVREAU Vincent