summaryrefslogtreecommitdiff
path: root/src/python/CMakeLists.txt
AgeCommit message (Collapse)Author
2020-03-24Remove min_persistence from generatorsMarc Glisse
It is supposed to be handled in persistence() already.
2020-03-17Remove thread_local workaroundROUVREAU Vincent
2020-03-17merging master (including wasserstein distance) into wbary ; modified ↵tlacombe
CMakeList to solve conflicts
2020-03-16Merge pull request #214 from takeshimeonerespect/masterMarc Glisse
About adding timedelay for feature engineering
2020-03-16Merge remote-tracking branch 'upstream/master' into wbary-theotlacombe
merge master to solve hera conflict
2020-03-14Merge remote-tracking branch 'origin/master' into tomatoMarc Glisse
2020-03-05Remove travis and use appveyor for OSx. Fix parallel test by setting tests ↵ROUVREAU Vincent
dependencies
2020-02-26Initial commit of tomatoMarc Glisse
2020-02-14update from upstream/master and merge CMakeListstlacombe
2020-02-06Print pybind11 version, protect testMarc Glisse
2020-02-06modify CMakeLists.txttakenouchi
2020-01-31timedelay added on forktakeshimeonerespect
2019-12-26Check for pybind11Marc Glisse
2019-12-26Fix compilationMarc Glisse
2019-12-16update CMakeLists and create test_wasserstein_barytlacombe
2019-12-16Fix MPFR when CGAL is not header onlyROUVREAU Vincent
2019-12-10Remove FindMPFR mechanism as the job is already done by CGALROUVREAU Vincent
2019-12-05Add MPFR dependency for python module. Use Epeck_d by default for Alpha ↵ROUVREAU Vincent
complex. Add boolean exact version mechanism
2019-11-15Example uses matplotlibMarc Glisse
2019-11-15The big rename: sktda -> representationsMarc Glisse
2019-11-15Run example as a test, without graphicsMarc Glisse
2019-11-08Move sktda to GUDHI_PYTHON_MODULES_EXTRA.Marc Glisse
2019-11-08Merge remote-tracking branch 'origin/master' into sklearn_tdaMarc Glisse
2019-11-05Create GUDHI_PYTHON_MODULES_EXTRA without auto-importMarc Glisse
Put Wasserstein in it.
2019-11-04Merge pull request #95 from tlacombe/wdist-theoVincent Rouvreau
wasserstein distance added on fork
2019-10-27Print sklearn version next to the other modulesMarc Glisse
2019-09-24no python documentation generation if POT is not foundROUVREAU Vincent
2019-09-23update CMakeListstlacombe
2019-09-20C++ 14 is the new standard for the projectROUVREAU Vincent
2019-09-10Move cython directory stuff to python directory. Make example work. Fix ↵ROUVREAU Vincent
CMake for sktda. Make sktda a submodule of gudhi package.
2019-09-09Code review: rename cython as python (make target and directoryROUVREAU Vincent