summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-10-09Fix wikipedia link for Cech complexMarc Glisse
2019-09-24no python documentation generation if POT is not foundROUVREAU Vincent
2019-09-23updated pot install instructions, including condatlacombe
2019-09-23updated wasserstein.py ; added _ in front of private functions, added ↵tlacombe
q=np.inf, added emptydiagram management.
2019-09-23updated doc for sphinx compilationtlacombe
2019-09-23update test wasserstein.tlacombe
2019-09-23update CMakeListstlacombe
2019-09-23update of CMakeLists and third_party_libraries.cmake to add wasserstein ↵tlacombe
distance and POT dependancies
2019-09-23wasserstein distance added on forktlacombe
2019-09-20c++14 in installation documentationROUVREAU Vincent
2019-09-20C++ 14 is the new standard for the projectROUVREAU Vincent
2019-09-11fixed error in DiagramScalermathieu
2019-09-11Rename Eigen3 as Eigen (sphinx warning)ROUVREAU Vincent
2019-09-10Merge remote-tracking branch 'upstream/master' into sklearn_tdaROUVREAU 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-10Rename private variables as some of them are reservedROUVREAU Vincent
2019-09-10Merge remote-tracking branch 'upstream/master' into sklearn_tdaROUVREAU Vincent
2019-09-09reviewsmathieu
2019-09-09typo after search and replaceROUVREAU Vincent
2019-09-09Merge branch 'master' into split_gudhi_python_in_modulesROUVREAU Vincent
2019-09-09Code review: rename cython as python (make target and directoryROUVREAU Vincent
2019-09-09fixed a few typos and added entropymathieu
2019-09-06Use setuptools to remove warnings about install_requires and setup_requiresROUVREAU Vincent
2019-09-05Reduce number of linesROUVREAU Vincent
2019-09-05Reduce number of code lineROUVREAU Vincent
2019-08-30Eigen scope refineROUVREAU Vincent
2019-08-30Modify the documentation headers with last web site modificationsROUVREAU Vincent
2019-08-29Add conda installation. NumPy became mandatoryROUVREAU Vincent
2019-08-29Merge pull request #83 from VincentRouvreau/split_gudhi_python_in_modulesVincent Rouvreau
Split gudhi python in modules
2019-08-20Fix issue #10 and modify main and installation documentations accordinglyROUVREAU Vincent
2019-08-20Add include iostream when needed, and remove CGAL includes when not requiredROUVREAU Vincent
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-08-09More max_alpha_square hiding/warning. Warn about alternate definition of Rips.Marc Glisse
2019-08-09Merge pull request #60 from ↵Vincent Rouvreau
GUDHI/simplex_tree_insert_duplicated_vertices_fix_vincent Simplex tree insert duplicated vertices fix vincent
2019-08-08Add persistence_graphical_tools mechanismROUVREAU Vincent
2019-08-08Merge branch 'master' into split_gudhi_python_in_modulesROUVREAU Vincent
2019-08-08Rename bottleneck_distance module name as bottleneck. Cannot have ↵ROUVREAU Vincent
gudhi.bottleneck_distance.bottleneck_distance and gudhi.bottleneck_distance.
2019-08-07Add the rest of modulesROUVREAU Vincent
2019-08-06Add all modules that do not depend on Simplex treeROUVREAU Vincent
2019-08-06First version with only simplex tree that compiles. Cannot find how not to ↵ROUVREAU Vincent
generate .cpp in sources
2019-08-02First version that compiles the simplex_tree moduleROUVREAU Vincent
2019-07-10Copy warning about max_alpha_square from C++ doc to python doc.Marc Glisse
2019-07-05move cython in a gudhi directory - like the python package oneROUVREAU Vincent
2019-07-05Available/missing python modules are now managed by the __init__.pyROUVREAU Vincent
2019-07-01Code review: no need to check 'where homsimpl'ROUVREAU Vincent
2019-07-01Add modification headerROUVREAU Vincent
2019-07-01Code review: As CHOMP is no more delivered, a clear error message shall be ↵ROUVREAU Vincent
displayed when not installed.
2019-07-01Code review: Contraction only depends on ↵ROUVREAU Vincent
CGAL_queue/Modifiable_priority_queue.h which is LGPL, not GPL
2019-07-01Code review: it is better to keep GPL for modules depending on CGALROUVREAU Vincent
2019-06-28Code review: Keep the comment that returning true is strangeROUVREAU Vincent