summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-09Remove spiral 2d as it can be fetch from python interfaceVincent Rouvreau
2022-11-09Merge pull request #722 from mglisse/std-iterator-17Vincent Rouvreau
Remove std::iterator (deprecated in C++17)
2022-11-09Merge pull request #721 from mglisse/use-fetchVincent Rouvreau
Use fetch_spiral_2d in the doc
2022-11-08Reject positional arguments in RipsComplex.__init__Marc Glisse
2022-11-08Clarify doc of RipsComplex.__init__Marc Glisse
2022-11-04Fix bogus traits.Marc Glisse
Not great, but less broken.
2022-11-04Remove the deprecated std::iteratorMarc Glisse
2022-11-04Use fetch_spiral_2d in the docMarc Glisse
2022-11-04New function to insert several vertices in a Simplex_treeMarc Glisse
+ tweak insert_graph, in case vertex iteration does not happen in an increasing order.
2022-11-04Merge pull request #717 from mglisse/scipy19Vincent Rouvreau
Translate n_jobs to workers for SciPy
2022-11-04More consistent choice of a grid for diagram representationsMarc Glisse
2022-11-04Mention SciPy version in the docMarc 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-03Bump CGAL dependency to >=5.5.1, and drop patchdebian/3.6.0+dfsg-3Gard Spreemann
From CGAL 5.5.1, the CGAL 5.5 compatibility patch is no longer needed. The underlying issue (upstream issue #6799) has been fixed upstream.
2022-11-03Translate n_jobs to workers for SciPyMarc Glisse
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-20Remove tensorflow and sklearn entries. Use comma instead of 'and'Vincent Rouvreau
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-19correction of indentationhschreiber
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 '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