summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-06-13Merge master branchROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2019-06-13Merge pull request #69 from VincentRouvreau/bottleneck_documentationVincent Rouvreau
Bottleneck documentation
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
2019-06-06Fix #11 - Distance computation shall be better documented.ROUVREAU Vincent
2019-06-06Add an example to explain how the distance is computedROUVREAU Vincent
2019-06-06Merge pull request #66 from VincentRouvreau/small_fixesVincent Rouvreau
Small fixes
2019-06-06Fix doc reviewROUVREAU Vincent
2019-06-05Merge branch 'master' of github.com:GUDHI/gudhi-develROUVREAU Vincent
2019-06-05Add some debug tracesROUVREAU Vincent
2019-06-05typoMarc Glisse
2019-06-05Merge branch 'master' into kernelsROUVREAU Vincent
2019-06-05Fix #20: Add OFF section in file format and all documents target to it ↵ROUVREAU Vincent
instead of geomview.org documentation. Modify data/points/alphacomplexdoc.off in dimension 3 to be used as an example for OFF section in file format.
2019-06-04Fix #7 : document better get_persistence_pairs (C++) and persistence_pairs ↵ROUVREAU Vincent
(Python) methods
2019-06-04Fix #9 : rename Complex_ds as FilteredComplex. Set private types of ↵ROUVREAU Vincent
non-exposed types
2019-06-03Fix #55ROUVREAU Vincent
2019-06-03Fix #46ROUVREAU Vincent
2019-06-03Fix #56ROUVREAU Vincent
2019-06-03Precise that the default version is not weighted and not periodicROUVREAU Vincent
2019-06-03modify cells height for C++ doc. Use bullet lists to have the same font ↵ROUVREAU Vincent
height on main page
2019-05-29Citations for bottleneck distanceMarc Glisse
2019-05-29Rename nerve_gic_complex_sum.rst as nerve_gic_complex_sum.inc and use ↵ROUVREAU Vincent
introduction sections
2019-05-29Reformat modules summary and occupy 100% of the pageROUVREAU Vincent
2019-05-28fix typoROUVREAU Vincent
2019-05-28Use markdown for main page. Fix some doxyfileROUVREAU Vincent
2019-05-28std::numeric_limits::max conflict with windows max macroROUVREAU Vincent
2019-05-28std::max conflict with windows macroROUVREAU Vincent
2019-05-28std::max conflict with windows macroROUVREAU Vincent
2019-05-28std::max conflict with windows macroROUVREAU Vincent
2019-05-28std::abs requires cmath includeROUVREAU Vincent
2019-05-27Merge pull request #54 from mglisse/witness-docVincent Rouvreau
Clarify doc of witness complex
2019-05-27long linesMarc Glisse
2019-05-27long linesMarc Glisse
2019-05-24Fix unset boolean by defaultROUVREAU Vincent
2019-05-22Merge pull request #49 from mglisse/sparsev3Vincent Rouvreau
All seems good to me and the new interface (with min and max) will allow to benchmark it with Strong collapse.
2019-05-21Use numpy to speed computations for plot_persistence_density and fix code reviewROUVREAU Vincent
2019-05-10Fix blocker formulaMarc Glisse
I had copied it straight from the paper, without adding the factor 2 we have everywhere.
2019-05-10max_dim=INT_MAX for sparse Rips by default.Marc Glisse