summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-14Fix doc of attributesMarc Glisse
2022-11-14Avoid the word "guess"Marc Glisse
2022-11-14Document grid_Marc Glisse
2022-11-14endpoints for Entropy, idempotent fit(), refactor grid_Marc Glisse
2022-11-04More consistent choice of a grid for diagram representationsMarc Glisse
2022-11-04Merge pull request #636 from wreise/optimize_silhouettesVincent Rouvreau
Optimize silhouettes
2022-11-04Merge pull request #713 from VincentRouvreau/bug/quadratic_behavior_alphaVincent Rouvreau
Stores vertices on init_from_range and insert all of them in the Simplex_tree to avoid quadratic behavior
2022-11-03code review: Use std::ptrdiff_t as internal vertex handle type when not yet ↵Vincent Rouvreau
known
2022-11-03Merge pull request #716 from VincentRouvreau/update_github_actionsVincent Rouvreau
Update actions/checkout and actions/setup-python
2022-10-31Update actions/checkout and actions/setup-pythonVincent Rouvreau
2022-10-31Merge pull request #714 from mglisse/std_optionalVincent Rouvreau
Use std::optional to check C++17 support
2022-10-26Visual Studio requires /std:c++17Marc Glisse
2022-10-26For C++17, at least MacOS 10.14Marc Glisse
2022-10-26Update -std=c++14 for pythonMarc Glisse
2022-10-26Use std::optional to check C++17 supportMarc Glisse
2022-10-21Remove strange behavior with initializer listVincent Rouvreau
2022-10-21Stores vertices on init_from_range and insert all of them in the ↵Vincent Rouvreau
Simplex_tree to avoid quadratic behavior
2022-10-20Merge pull request #711 from ↵Vincent Rouvreau
VincentRouvreau/bug/persistence_utilities_default_output persistence diagram default output is std::cout, not std::clog. Modify utilities help to be in agreement with this
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 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-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 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-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-14Update release note accordingly to c++17 new standardVincent Rouvreau
2022-09-14std::ofstream::streampos is deprecated with c++17Vincent Rouvreau