summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-09Try with cython.slnROUVREAU Vincent
2019-08-09Add verbose for ctestROUVREAU Vincent
2019-08-08ctest requires -C on WindowsROUVREAU Vincent
2019-08-08try to debug windows bugROUVREAU Vincent
2019-08-08try to debug windows bugROUVREAU Vincent
2019-08-08try to debug windows bugROUVREAU Vincent
2019-08-08try to debug windows bugROUVREAU 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 ↵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-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-01Merge pull request #76 from VincentRouvreau/gpl_to_mitVincent Rouvreau
Gpl to mit
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-28Try to cache homebrewROUVREAU Vincent
2019-06-28Merge branch 'master' into gpl_to_mitROUVREAU Vincent
2019-06-27Rollback debug traces for travisROUVREAU Vincent
2019-06-27DEbug traces for travisROUVREAU Vincent
2019-06-27Fix travis issue with a newer version. Brew update issueROUVREAU Vincent
2019-06-27Merge branch 'master' of github.com:GUDHI/gudhi-develROUVREAU Vincent
2019-06-27Roll back modification.Vincent Rouvreau
This shall be done in master.
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-19Add brew cache mechanismROUVREAU Vincent
2019-06-19CGAL 4.11 as minimal versionROUVREAU Vincent
2019-06-19update osx_image as brew is out datedROUVREAU Vincent
2019-06-18cgal_mini_sphere_3d requires Eigen3ROUVREAU Vincent
2019-06-18try to brew updateROUVREAU Vincent
2019-06-18Separate the 2 examples as one requires also Eigen3ROUVREAU Vincent
2019-06-18scripts cleanupROUVREAU 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>