summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-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-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
2019-05-10Clarify doc of witness complexMarc Glisse
2019-04-26numpy is now a hard dependency. persistence_intervals_in_dimension and ↵ROUVREAU Vincent
read_persistence_intervals_in_dimension now returns a numpy array of dimension 2 (list of [birth, death]).
2019-04-26Merge branch 'master' into toplex_mapROUVREAU Vincent
2019-04-18Doc reformat.Marc Glisse
2019-04-18Merge remote-tracking branch 'origin/master' into sparsev3Marc Glisse
2019-04-16Add min and max filtration values for the sparse RipsMarc Glisse
2019-04-13Fix the documentation of what relation i and j satisfy in the lower ↵Marc Glisse
triangular part of a matrix.
2019-04-13Handle triangular matrixMarc Glisse
2019-04-11commentsMarc Glisse