summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-15alpha complex persistence now requires cgal 5.1ROUVREAU Vincent
2020-09-15Make Kernel available publicly for tests purposeROUVREAU Vincent
2020-09-15This should be correct and efficient for 0-dimension weighted alphaROUVREAU Vincent
2020-09-14Fix Alpha complex to have the same results than Alpha complex 3dROUVREAU Vincent
2020-09-14Add but comment a test to compare dD and 3D alpha complexROUVREAU Vincent
2020-09-14alpha_complex_persistence utils can use weighted points. Update Alpha_kernel_...ROUVREAU Vincent
2020-09-11Add weighted ctor and its testROUVREAU Vincent
2020-09-11fonction was renamed between 5.1 and 5.2ROUVREAU Vincent
2020-09-11Requires CGAL >= 5.1. Fix is_gabriel computationROUVREAU Vincent
2020-09-09Use cgal 5.1 as only boost header onlyROUVREAU Vincent
2020-09-09Even if CGAL was requiring boost::thread no need to find it for gudhi. boost:...ROUVREAU Vincent
2020-09-08Remove boost::systemROUVREAU Vincent
2020-09-08CMake > 3.5 to use Boost targets. Compile only what is available from boost t...ROUVREAU Vincent
2020-09-07Fix compilation error and test with 0. weightsROUVREAU Vincent
2020-09-04Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into weighted_a...ROUVREAU Vincent
2020-09-04Alpha_kernel_d, its tests and Alpha complex to use itROUVREAU Vincent
2020-08-28Merge pull request #383 from VincentRouvreau/python_code_coverageVincent Rouvreau
2020-08-28bad identationROUVREAU Vincent
2020-08-28code review: Rollback as these changes does not helpROUVREAU Vincent
2020-08-26Merge pull request #385 from VincentRouvreau/bitmap_polymorphism_issueVincent Rouvreau
2020-08-26Merge pull request #387 from VincentRouvreau/alpha_complex_3d_does_not_requir...Vincent Rouvreau
2020-08-25Merge pull request #382 from yuichi-ike/weighted_ripsVincent Rouvreau
2020-08-25Code review: use minimal depth recursively instead of computing dimension on ...ROUVREAU Vincent
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-23Merge pull request #384 from VincentRouvreau/cmake_release_build_type_docVincent Rouvreau
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-21Virtual functions need signatures that exactly matchROUVREAU Vincent
2020-08-21Add -DCMAKE_BUILD_TYPE=Release on installation docROUVREAU Vincent
2020-08-20Some cleanup. CircleCI docker image build requires updateROUVREAU Vincent
2020-08-20Add some debug traces and install pytest-cov for code coverageROUVREAU Vincent
2020-08-20Let's clean failROUVREAU Vincent
2020-08-20Roll back - why cannot clean ?ROUVREAU Vincent
2020-08-19Try to setup.py clean failureROUVREAU Vincent
2020-08-19need to appendROUVREAU Vincent
2020-08-19python code coverage on python circleci target. Fix language_level cython war...ROUVREAU Vincent
2020-08-19docs modifiedyuichi-ike
2020-08-18reset_filtration from a dimension (instead of 'until')ROUVREAU Vincent
2020-08-18Merge pull request #381 from VincentRouvreau/pip_build_on_ciVincent Rouvreau
2020-08-18Merge master and resolve conflictsROUVREAU Vincent
2020-08-18Merge master & resolve conflictsROUVREAU Vincent
2020-08-18Only python 3.8 should be enough to detect issuesROUVREAU Vincent
2020-08-12code review: boundaries uses only once find and return a pair of iterator. Ex...ROUVREAU Vincent
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 defau...ROUVREAU Vincent
2020-08-12Update src/python/gudhi/simplex_tree.pyxVincent Rouvreau
2020-08-11Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into pip_build_...ROUVREAU Vincent