summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵ROUVREAU Vincent
warning
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
Pip build on ci
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. ↵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-11Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into ↵ROUVREAU Vincent
pip_build_on_ci
2020-08-11Merge pull request #380 from VincentRouvreau/next_version_3_4_0Vincent Rouvreau
Next release + version creation improvement
2020-08-11Next release + version creation improvementROUVREAU Vincent
2020-08-11Merge pull request #379 from VincentRouvreau/gudhi_3_3_0Vincent Rouvreau
gudhi 3.3.0 + new gudhi version improvement
2020-08-11gudhi 3.3.0 + new gudhi version improvementROUVREAU Vincent
2020-08-11Add build pip CIROUVREAU Vincent
2020-08-10Merge pull request #375 from VincentRouvreau/pip_windows_fixVincent Rouvreau
debug pip packaging
2020-08-10Some cleanups before the mergeROUVREAU Vincent
2020-08-10Is it still ok ?ROUVREAU Vincent
2020-08-10syntax errorROUVREAU Vincent
2020-08-10Try w/o deltreeROUVREAU Vincent
2020-08-05Try a patch fixROUVREAU Vincent
2020-08-05vcpkg upgradeROUVREAU Vincent
2020-08-05vcpkg update as bzip2 failsROUVREAU Vincent
2020-08-05Merge branch 'master' into pip_windows_fixROUVREAU Vincent
2020-08-04Merge pull request #376 from VincentRouvreau/fix_alpha_complex_3d_for_condaVincent Rouvreau
Fix python alpha complex for conda package
2020-08-04Fix python alpha complex for conda packageROUVREAU Vincent
2020-08-04No boost testsROUVREAU Vincent
2020-08-04All in oneROUVREAU Vincent
2020-08-04try to cache vcpkg installROUVREAU Vincent
2020-08-04lost some packagesROUVREAU Vincent
2020-08-04vcpkg list not searchROUVREAU Vincent
2020-08-04boost-test for boost-unit-test-frameworkROUVREAU Vincent
2020-08-04set some cmake variablesROUVREAU Vincent
2020-08-04not valid ymlROUVREAU Vincent
2020-08-04list boost packagesROUVREAU Vincent
2020-08-04on push or PRROUVREAU Vincent
2020-08-04on push or PRROUVREAU Vincent
2020-08-04debug pip packagingROUVREAU Vincent
2020-08-04debug pip packagingROUVREAU Vincent
2020-08-04Merge pull request #373 from VincentRouvreau/brew_fixVincent Rouvreau
Avoid brew install cgal issue
2020-08-04Merge pull request #371 from MathieuCarriere/masterMarc Glisse
Wasserstein autodiff
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