summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-18doc detailsMarc Glisse
2022-02-18Remove dead code.Marc Glisse
2022-02-18Remove NO_REMOVE_NGBMarc Glisse
2022-02-18Remove the old forward version of edge collapseMarc Glisse
2022-02-18Skip the intermediate event / timeline representation, it doesn't seem ↵Marc Glisse
useful anymore
2022-02-18Replace the map of events with a vectorMarc Glisse
approximate version is probably broken for now
2022-02-18commentMarc Glisse
2022-02-18commentMarc Glisse
2022-02-18Dense array for neighborsMarc Glisse
2022-02-18commentMarc Glisse
2022-02-18Store closed neighborhoodMarc Glisse
2022-02-18commentMarc Glisse
2022-02-18commentMarc Glisse
2022-02-18Implement the backward algorithmMarc Glisse
2022-02-16Merge pull request #585 from mglisse/docdtmVincent Rouvreau
More details in the doc of weighted rips
2022-02-14More details in the doc of weighted ripsMarc Glisse
2022-02-14Merge pull request #552 from VincentRouvreau/python_3_5_as_minimal_versionVincent Rouvreau
A proposal for python 3.5 as minimal python version
2022-02-14Merge master and resolve conflict on .github/next_release.mdVincent Rouvreau
2022-02-14Merge pull request #463 from VincentRouvreau/python_stree_equality_operatorVincent Rouvreau
Add equality operator for python Simplex tree
2022-02-14Merge pull request #583 from VincentRouvreau/debug_traces_for_pythonVincent Rouvreau
Debug traces for python module
2022-02-11Debug traces for python moduleVincent Rouvreau
2022-02-10Merge pull request #581 from VincentRouvreau/boost_1_66_as_minimal_versionVincent Rouvreau
Boost 1.66.0 is now the minimal version as required from cgal 5.1
2022-02-10Boost 1.66.0 is now the minimal version as required from cgal 5.1 - Also ↵Vincent Rouvreau
remove useless include boost/version.h
2022-01-26Merge pull request #462 from VincentRouvreau/python_weighted_alpha_complexVincent Rouvreau
Python weighted alpha complex
2022-01-26Code review: Remove empty_point_set_ that can be deduced from num_vertices ↵Vincent Rouvreau
(new method in Alpha_complex -> Abstract_alpha_complex -> In/Exact_alpha_complex_dD -> Alpha_complex_interface
2022-01-26merge master and resolve conflictVincent Rouvreau
2022-01-24Merge masterVincent Rouvreau
2022-01-24doc review: remove unwanted line. Use 'import gudhi as gd'Vincent Rouvreau
2022-01-21Merge pull request #577 from VincentRouvreau/release_note_updateVincent Rouvreau
Release note update
2022-01-21[skip ci] Remove Appveyor badge on readmeVincent Rouvreau
2022-01-21[skip ci] Add exact betti curve in release noteVincent Rouvreau
2022-01-21Merge pull request #548 from Hind-M/gspr/exact-betti-curveVincent Rouvreau
Gspr/exact betti curve
2022-01-21Merge pull request #576 from VincentRouvreau/cmake_without_python_improvementVincent Rouvreau
cmake witout python improvement
2022-01-21[skip ci] Code review: restore TBB version for the complete configuration ↵Vincent Rouvreau
example
2022-01-21Experiment azure ci instead of appveyor for windows (#574)Vincent Rouvreau
* Remove appveyor build Windows builds and tests under azure: * Add windows build in azure yaml file and rename pipelines * Remove '-j 4' as not used * Separate c++ and python compilation (tests are easier to be launched under src/python) * Explain the change in tests_strategy
2022-01-21Merge masterVincent Rouvreau
2022-01-21Merge masterVincent Rouvreau
2022-01-20Rollback c1cf7fe and 5c09f30Vincent Rouvreau
2022-01-20Move cmake options in a dedicated file. cmake is no more looking for python ↵Vincent Rouvreau
and its modules when python option is disabled
2022-01-19Code review: exact_version was useless in Inexact_alpha_complex_dDVincent Rouvreau
2022-01-19Code review: update doc as well for c1cf7fe3Vincent Rouvreau
2022-01-19Code review: None was used to detect unweighted alpha complex. An empty list ↵Vincent Rouvreau
works as well and simplifies the code
2022-01-19Doc review: reword confusing sentenceVincent Rouvreau
2022-01-19Merge masterVincent Rouvreau
2022-01-18Fix BettiCurve doc in source codeHind-M
2022-01-13Merge pull request #570 from VincentRouvreau/next_releaseVincent Rouvreau
[skip ci] reset version for the next one
2022-01-13[skip ci] reset version for the next oneVincent Rouvreau
2022-01-13Merge pull request #569 from VincentRouvreau/release_3_5_0tags/gudhi-release-3.5.0Vincent Rouvreau
Updates for release 3.5.0
2022-01-13Updates for release 3.5.0. Minor updates in new_gudhi_version_creation.mdVincent Rouvreau
2022-01-13Merge pull request #568 from VincentRouvreau/custom_boost_installationVincent Rouvreau
Fix custom boost installation