summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-19correction of indentationhschreiber
2022-10-19Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-10-19Add contributors to weighted ripsVincent Rouvreau
2022-10-19Merge branch 'master' into optimize_silhouetteswreise
2022-10-19Merge pull request #708 from mglisse/testalphaVincent Rouvreau
Split alpha-complex unit test in 2 files
2022-10-19Merge pull request #706 from mglisse/barsVincent Rouvreau
Fix badly centered barcode
2022-10-19Update src/Alpha_complex/test/Alpha_complex_dim3_unit_test.cppMarc Glisse
Co-authored-by: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>
2022-10-19persistence diagram default output is std::cout, not std::clog. Modify ↵Vincent Rouvreau
utilities help to be in agreement with this
2022-10-18Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-10-18Merge branch 'bottleneck_distance_issue_fix' of ↵hschreiber
github.com:hschreiber/gudhi-devel into bottleneck_distance_issue_fix
2022-10-18syntax correctionhschreiber
2022-10-18Merge branch 'GUDHI:master' into bottleneck_distance_issue_fixhschreiber
2022-10-18added possibility of negative values in persistance diagramhschreiber
2022-10-18Merge pull request #704 from VincentRouvreau/feature/cech_util_modeVincent Rouvreau
Cech_persistence utility for safe/exact/fast mode
2022-10-18Merge pull request #697 from VincentRouvreau/feature/cpp17Vincent Rouvreau
c++17 as a new standard to compile the library
2022-10-16doc + commentsMarc Glisse
2022-10-16Merge branch 'master' into insertMarc Glisse
2022-10-15Treat the case when there are less points than landscape layerswreise
2022-10-15Remove old lineswreise
2022-10-15Simplify sorting in landscapeswreise
2022-10-15Split Alpha_complex_unit_test.cpp into 2 filesMarc Glisse
It was taking too much memory to compile
2022-10-15Duplicate Alpha_complex_unit_test.cpp history in ↵Marc Glisse
Alpha_complex_dim3_unit_test.cpp history.
2022-10-15Remove unnecessary includesMarc Glisse
2022-10-15Fix badly centered barcodeMarc Glisse
2022-10-12Clean argpartitionwreise
2022-10-07Remove enumeratewreise
2022-10-07Merge branch 'master' into optimize_silhouetteswreise
2022-10-07Add triming of the range; Marcs' commentswreise
2022-10-07Test: resolution when nan in the rangewreise
2022-10-05Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-10-05Merge pull request #699 from VincentRouvreau/some_doxygen_detailsVincent Rouvreau
Some doxygen details
2022-10-05Merge pull request #698 from VincentRouvreau/bug/transate_french_commentVincent Rouvreau
Translate french comment
2022-10-05doc review: confusion between i.e. and e.g.Vincent Rouvreau
2022-10-05Merge pull request #686 from albert-github/feature/bug_spell_20220825Vincent Rouvreau
Spelling corrections
2022-10-05Merge pull request #694 from hschreiber/unused_variables_warning_fixVincent Rouvreau
Compilation warnings fix
2022-09-26Cech_persistence utility for safe/exact/fast modeVincent Rouvreau
2022-09-16Add Hind as co-author of the cech moduleVincent Rouvreau
2022-09-16Add Hind as co-author of the cech module as she reworked itVincent Rouvreau
2022-09-16Proposal for how_to_cite_gudhi updateVincent Rouvreau
2022-09-16Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-09-16Advise doxygen 1.9.5 as it is now available on condaVincent Rouvreau
2022-09-16Force light modeVincent Rouvreau
2022-09-16Merge pull request #673 from albert-github/feature/bug_obsolete_transparentVincent Rouvreau
Obsolete doxygen settings
2022-09-16Merge pull request #680 from VincentRouvreau/bug/fix_sklearn_cubical_exampleVincent Rouvreau
Fixing bad newshape argument in sklearn cubical example
2022-09-16Translate french commentVincent Rouvreau
2022-09-14Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-09-14Update release note accordingly to c++17 new standardVincent Rouvreau
2022-09-14std::ofstream::streampos is deprecated with c++17Vincent Rouvreau
2022-09-14c++17 is the new standard and MSVC 17 alsoVincent Rouvreau
2022-09-14Merge pull request #658 from VincentRouvreau/ninja_for_osx_and_windowsVincent Rouvreau
try ninja for osx