summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-09-11Requires CGAL >= 5.1. Fix is_gabriel computationROUVREAU Vincent
2020-09-09Even if CGAL was requiring boost::thread no need to find it for gudhi. ↵ROUVREAU Vincent
boost::thread removed from cgal on https://github.com/CGAL/cgal/commit/8a7d3fa
2020-09-08Remove boost::systemROUVREAU Vincent
2020-09-08CMake > 3.5 to use Boost targets. Compile only what is available from boost ↵ROUVREAU Vincent
targets
2020-09-07Fix compilation error and test with 0. weightsROUVREAU Vincent
2020-09-04Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into ↵ROUVREAU Vincent
weighted_alpha_complex_dD
2020-09-04Alpha_kernel_d, its tests and Alpha complex to use itROUVREAU Vincent
2020-08-26Merge pull request #385 from VincentRouvreau/bitmap_polymorphism_issueVincent Rouvreau
Virtual functions need signatures that exactly match
2020-08-26Merge pull request #387 from ↵Vincent Rouvreau
VincentRouvreau/alpha_complex_3d_does_not_require_eigen Alpha complex 3d does not require eigen
2020-08-25Merge pull request #382 from yuichi-ike/weighted_ripsVincent Rouvreau
Documents for weighted Rips
2020-08-25Code review: use minimal depth recursively instead of computing dimension on ↵ROUVREAU Vincent
each loop
2020-08-25Code review: min_dim = 0 as default and some doc reviewROUVREAU Vincent
2020-08-24code review: override and remove inlineROUVREAU Vincent
2020-08-24code review: really bad copy/paste...ROUVREAU Vincent
2020-08-24code review: call boundary_simplex_range only onceROUVREAU Vincent
2020-08-21Merge branch 'master' into alpha_complex_3d_does_not_require_eigenROUVREAU Vincent
2020-08-21Fix compilation issues when cgal but no eigenROUVREAU Vincent
2020-08-21Add link to cubical notebookROUVREAU Vincent
2020-08-21Add barycenter notebook linkROUVREAU Vincent
2020-08-21Add link to extended persistence notebookROUVREAU Vincent
2020-08-21Move examples and link to notebookROUVREAU Vincent
2020-08-21Virtual functions need signatures that exactly matchROUVREAU Vincent
2020-08-21Add -DCMAKE_BUILD_TYPE=Release on installation docROUVREAU Vincent
2020-08-19docs modifiedyuichi-ike
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. ↵ROUVREAU Vincent
Exception is raised when not found. tested
2020-08-12code review: Add test to get boundaries from a vertexROUVREAU Vincent
2020-08-12code review: add a comment about Simplex_tree_boundary_simplex_iterator ↵ROUVREAU Vincent
default ctor
2020-08-12Update src/python/gudhi/simplex_tree.pyxVincent Rouvreau
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2020-08-04Fix python alpha complex for conda packageROUVREAU Vincent
2020-08-04Remove JAX from the documentationMarc Glisse
jax.grad does not work with our functions (I think it used to work...)
2020-08-04fix wasserstein autodiffMathieuCarriere
2020-08-03Merge pull request #368 from VincentRouvreau/matplotlib_latex_desactivationVincent Rouvreau
Add mechanism to deactivate LaTeX matplotlib rendering
2020-08-03doc review: Add LaTeX in optional runtime dependenciesROUVREAU Vincent
2020-08-03Merge pull request #369 from VincentRouvreau/collapse_edges_stree_pythonVincent Rouvreau
collapse edges for python simplex tree
2020-08-03doc review: specify the error and indicate what to install on UbuntuROUVREAU Vincent
2020-08-03code review: no need to test if pointer is NULLROUVREAU Vincent
2020-08-03code review: simplify edge parsingROUVREAU Vincent
2020-07-31code review: collapse edges should copy the 0-skeleton. A test was addedROUVREAU Vincent
2020-07-31code review: no need to use any other temporary vectorROUVREAU Vincent
2020-07-31code review: remove initialize_filtrationROUVREAU Vincent
2020-07-31code review: using a vector is overkill. emplace_back is more efficientROUVREAU Vincent
2020-07-31Rebuild example page and link to example. Add also a link to the ↵ROUVREAU Vincent
publication. Doc review: document edge collapse ignores simplices of higher dimension.
2020-07-31code review: nogil and use ptr as suggestedROUVREAU Vincent
2020-07-31code review: simplifify tracesROUVREAU Vincent
2020-07-31New website header for pip downloadROUVREAU Vincent
2020-07-30collapse edges for python simplex treeROUVREAU Vincent
2020-07-28Code review: rollback lru_cacheROUVREAU Vincent