summaryrefslogtreecommitdiff
path: root/src/python/gudhi
AgeCommit message (Expand)Author
2021-04-27Typo correction - Update src/python/gudhi/wasserstein/wasserstein.pyThéo Lacombe
2021-04-12added warning when cost is infty and matching is Nonetlacombe
2021-04-12handle essential parts testtlacombe
2021-04-12improved essential part and enable autodiff managementtlacombe
2021-04-12change name _offdiag to _finite_parttlacombe
2021-04-12merge upstream/master into essential partstlacombe
2021-01-11Ignore doctest for atol doc. Rewrite unitary test for atol doc. To be synchro...ROUVREAU Vincent
2021-01-11skip doctest (but run them)ROUVREAU Vincent
2021-01-11Remove sphinx doc test for atol as points order can be inverted and add it in...ROUVREAU Vincent
2020-12-19Docstring improvements in RipsComplexUmberto Lupo
2020-12-14Fix sphinx warning and doc identationROUVREAU Vincent
2020-12-12Merge pull request #436 from VincentRouvreau/ci_without_cgalVincent Rouvreau
2020-12-11code review: throw an eception if collapse_edges when no Eigen3ROUVREAU Vincent
2020-12-11code review: GUDHI_USE_EIGEN3 generated by CMake in __init__.py as suggested ...ROUVREAU Vincent
2020-12-10Merge pull request #408 from mglisse/subsampleMarc Glisse
2020-12-09Fix #388ROUVREAU Vincent
2020-12-08Fix #388 for the tests to passROUVREAU Vincent
2020-11-18merge master and resolve conflictsROUVREAU Vincent
2020-11-09Don't test the equality case in sparsify_point_set. sqrt.Marc Glisse
2020-11-07Swap clip with int conversionMarc Glisse
2020-11-05More numpy in BettiCurveMarc Glisse
2020-11-03Add comment in code for get_boundaries if not interested in filtration valuesROUVREAU Vincent
2020-11-02Merge master and resolve conflictsROUVREAU Vincent
2020-10-22Document the changeMarc Glisse
2020-09-28doc review: improve reset_filtration documentationROUVREAU Vincent
2020-09-28code review: Let the exception propagateROUVREAU Vincent
2020-08-25Code review: min_dim = 0 as default and some doc reviewROUVREAU Vincent
2020-08-21Add link to extended persistence notebookROUVREAU Vincent
2020-08-18reset_filtration from a dimension (instead of 'until')ROUVREAU Vincent
2020-08-18Merge master and resolve conflictsROUVREAU Vincent
2020-08-18Merge master & resolve conflictsROUVREAU Vincent
2020-08-12code review: boundaries uses only once find and return a pair of iterator. Ex...ROUVREAU Vincent
2020-08-12Update src/python/gudhi/simplex_tree.pyxVincent Rouvreau
2020-08-04Remove JAX from the documentationMarc Glisse
2020-08-04fix wasserstein autodiffMathieuCarriere
2020-08-03Merge pull request #368 from VincentRouvreau/matplotlib_latex_desactivationVincent Rouvreau
2020-08-03code review: no need to test if pointer is NULLROUVREAU Vincent
2020-07-31Rebuild example page and link to example. Add also a link to the publication....ROUVREAU Vincent
2020-07-31code review: nogil and use ptr as suggestedROUVREAU Vincent
2020-07-30collapse edges for python simplex treeROUVREAU Vincent
2020-07-28Code review: rollback lru_cacheROUVREAU Vincent
2020-07-28Code review: Do not print warnings on import gudhiROUVREAU Vincent
2020-07-28Add mechanism to deactivate LaTeX matplotlib renderingROUVREAU Vincent
2020-07-23Merge pull request #348 from martinroyer/atolVincent Rouvreau
2020-07-20update test enable_autodiff and _offdiagtlacombe
2020-07-07added enable autodiff management in _offdiag utils functiontlacombe
2020-07-07correction mistake in teststlacombe
2020-07-07correction typo in test wdisttlacombe
2020-07-06update test including essential partstlacombe
2020-07-06adding essential parts management in wasserstein distancetlacombe