summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-01-12Fix #567Vincent Rouvreau
2022-01-05Merge pull request #565 from VincentRouvreau/release_candidate_2Vincent Rouvreau
Fix release candidate 2
2022-01-05Rollback build for every python version and package osx for python >= 3.7Vincent Rouvreau
2022-01-05Merge pull request #564 from VincentRouvreau/release_3_5_0Vincent Rouvreau
Release 3.5.0rc2
2022-01-04Also remve 3.6 ofr osx as it is not available for x64Vincent Rouvreau
2022-01-04test all config as it failsVincent Rouvreau
2022-01-04width in cm is not working for doxygenVincent Rouvreau
2022-01-04Update release noteVincent Rouvreau
2022-01-04Release candidate number 2Vincent Rouvreau
2022-01-04Fix #563Vincent Rouvreau
2022-01-04Merge pull request #556 from Hind-M/python_tests_debugVincent Rouvreau
Fix failing tests in debug mode
2022-01-04Merge pull request #562 from VincentRouvreau/release_3_5_0Vincent Rouvreau
[skip ci] update release note
2022-01-04[skip ci] update release noteVincent Rouvreau
2022-01-04Merge pull request #557 from VincentRouvreau/python_3_10_pip_packageVincent Rouvreau
pip package for python 3.10