summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-22Simplify strange iterator useMarc Glisse
the syntax with [] is already used a few lines above
2020-10-22Document the changeMarc Glisse
It would be possible to emit the duplicate points instead of stopping, but the current implementation makes that inconvenient.
2020-10-19Handle duplicated pointsMarc Glisse
2020-10-16Merge pull request #396 from VincentRouvreau/tensorflow_wasserstein_testVincent Rouvreau
Added tests for wasserstein distance with tensorflow
2020-10-05code review: move test_wasserstein_distance_grad from ↵ROUVREAU Vincent
test_wasserstein_distance.py to test_wasserstein_with_tensors.py
2020-10-05Merge pull request #363 from VincentRouvreau/stree_reset_filtrationVincent Rouvreau
A proposal for simplex_tree reset_filtration (python & C++)
2020-09-29Added tests for wasserstein distance with tensorflowROUVREAU Vincent
2020-09-28Merge pull request #391 from VincentRouvreau/optional_boost_librariesVincent Rouvreau
Optional boost libraries
2020-09-28code review: Simplify recursivityROUVREAU Vincent
2020-09-28doc review: improve reset_filtration documentationROUVREAU 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. ↵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-08-28Merge pull request #383 from VincentRouvreau/python_code_coverageVincent Rouvreau
python code coverage on CI
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
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-23Merge pull request #384 from VincentRouvreau/cmake_release_build_type_docVincent Rouvreau
Add -DCMAKE_BUILD_TYPE=Release on installation doc
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 ↵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-18Only python 3.8 should be enough to detect issuesROUVREAU Vincent
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