summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-08add scipy for sphinx documentationROUVREAU Vincent
2019-03-08pip install --userROUVREAU Vincent
2019-03-08with apt setuptoolsROUVREAU Vincent
2019-03-08without setuptoolsROUVREAU Vincent
2019-03-08upgrade pip installationROUVREAU Vincent
2019-03-08Add setuptools and cache pip installationROUVREAU Vincent
2019-03-08Add Python pip and testsROUVREAU Vincent
2019-03-08Add Python and sphinx in the build matrixROUVREAU Vincent
2019-03-08doxygen typoROUVREAU Vincent
2019-03-08No utils on doxygen targetROUVREAU Vincent
2019-03-08Some comments, split cmake commands and add specific make targetROUVREAU Vincent
2019-03-08Merge branch 'master' of github.com:GUDHI/gudhi-develROUVREAU Vincent
2019-03-08new target for doxygenROUVREAU Vincent
2019-03-08Add travis build statusVincent Rouvreau
2019-03-08missing eigen3ROUVREAU Vincent
2019-03-08make install requires sudoROUVREAU Vincent
2019-03-08Try with Header Only version of CGALROUVREAU Vincent
2019-03-08add all kind of stuff for CGALROUVREAU Vincent
2019-03-08add qtbase5-dev for CGALROUVREAU Vincent
2019-03-08let's try tavisROUVREAU Vincent
2019-03-08more verboseROUVREAU Vincent
2019-03-08Add Travis CI for examples tests and utilsROUVREAU Vincent
2019-03-08Update README.mdVincent Rouvreau
2019-03-08Update README.mdVincent Rouvreau
2019-03-08Use Markdown for README and add some informationsROUVREAU Vincent
2019-02-14Fix https://gitlab.inria.fr/GUDHI/gudhi-devel/issues/28vrouvrea
[python - install] make install does not install properly Use 'python setup.py install' command instead of copying files git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4108 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 652d3597897aa3e7d1df97083cc3e2e4ae14f090
2019-02-14Fix https://gitlab.inria.fr/GUDHI/gudhi-devel/issues/25 [python] A Cmake ↵vrouvrea
option to set/unset runtime_library_dirs cmake -DWITH_GUDHI_CYTHON_RUNTIME_LIBRARY_DIRS=OFF .. # to disable runtime_library_dirs set in setup.py cf. Debian disallows setting rpath, so I'm currently unsetting runtime_library_dirs for the Python extensions. Could this perhaps be made into a CMake option? https://git.nonempty.org/debian-gudhi/tree/debian/patches/0005-Don-t-set-runtime-library-dirs-for-Python-extensions.patch?h=debian/sid&id=fed62e52ab396f0d6ba9029f12d5ef35d7761989 git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4105 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 75f19373b2f01c2757bf1b11c81beff64021ddd8
2019-02-12merge cubical_small_fix to fixvrouvrea
https://gitlab.inria.fr/GUDHI/gudhi-devel/issues/5 [Bitmap_cubical_complex] Perseus file reader rejects infinity git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4103 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b036b89564e31e4c385cb0b782db22a3ca445a9f
2019-02-12Fix doc for C++ and Python.vrouvrea
Fix some warnings on Nerve GIC sphinx doc generation git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@4101 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 57eacb8c4108be212e61796c65e3b45bb9c13644
2019-02-12Add unitary test for inf value readvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@4100 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5cdac452d9c79cf63c62ec1382de4140a719286f
2019-02-12Fix doc typovrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@4099 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b9987650ddf369c58b46955de6af9cd2d94831b3
2019-02-04Merge last trunk modificationsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@4088 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 422db01787f7c105092e7f12b023a7a8e1f7d316
2019-01-30Merge of last modifications in Nerve_GIC branch : remove input template type ↵vrouvrea
as the function code were restricting its type git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4082 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 8cba0b33ef5c6fa4e5bead0a1332b920d89273e4
2019-01-24Fix persistence_from_file example when the file is not conform.vrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4075 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9a1b15f6d0b02084babd70ce8001cd90b6c35c85
2019-01-22Merge of adjacency_list_direction_improvement branch.vrouvrea
Test and benchmark of directed, undirected and bidirectionnal adjacency list. Use of directed when possible as it is the more efficient. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4069 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 1ab5c9e741ea57d734e3ee34f207c6790b132a48
2019-01-18Add boost graph adjacency benchmarkvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/adjacency_list_direction_improvement@4068 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 6970242e9449e0cab0c03819cd4373335a50c697
2019-01-18Add setS test for adjacency_list verticesvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/adjacency_list_direction_improvement@4066 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 78e72b061f0e863617641384d7cca9291e107aac
2019-01-17Fix issue #5 : [Bitmap_cubical_complex] Perseus file reader rejects infinityvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@4064 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 77ec6d5d1f69ba3e1b0a1027d902084bb25d08f3
2019-01-17Fix cpplintvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@4063 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7186509b0d722fc7a4264eeaf504cef1c1be3a2a
2019-01-17Merge last trunk modificationsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@4062 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 495752e4da032e54a1a88adbcd030f526bc80a43
2019-01-17adjacency lists can be directed, undirected or bidirectional for Simplex ↵vrouvrea
tree insert_graph method Use of directed adjacency lists to fasten computation and use less memory git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/adjacency_list_direction_improvement@4061 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 839fabc15398ce590d09806bd783cd656029f3c1
2019-01-16A branch to fix Simplex_tree::insert_graph documentation and swap.vrouvrea
Will also modify Rips to use directed adjacency list which is the more efficient in terms of memory use and time of computation git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/adjacency_list_direction_improvement@4060 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 291c93ad4c9e70d2a31579673933be5334f49663
2018-12-17Merge tangential-miro branchvrouvrea
Add reference to cubical in persistence module git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4038 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 832343cd6e2357c9e229d5b34f6de03e50d2da67
2018-11-27Fix cpplintvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4018 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e4b0a5d84504abc43c57511049a90f57d79deeec
2018-11-27Fix cpplintvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4017 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5c45240299ca8c373a0782e291da59c0e1375678
2018-11-27cpplint fixvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4016 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b27f48ffe04f04ca1320657ee4ef24df2ad1c673
2018-11-27Fix cpplintvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4015 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 706e843528c5f06a090215eaf2fc8c0e25cb5557
2018-11-27Merge alpha_complex_3d_module_vincent after second review roundvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4014 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d2f4f38b34ef898ed3b1f267278aaa2ae4cab58f
2018-11-23Code review : Use CGAL::to_double(it->exact()) for Exact version, and ↵vrouvrea
CGAL::to_double(*it) otherwise git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@4013 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5ff40181e71c7df721df38fa90635cee8ab7e799
2018-11-23 // We could use Epick + CGAL::Tag_true for not weighted nor periodic, but ↵vrouvrea
during benchmark, we found a bug // https://github.com/CGAL/cgal/issues/3460 // This is the reason we only use Epick + CGAL::Tag_false, or Epeck // // FAST SAFE EXACT // Epick + CGAL::Tag_false Epeck Epeck git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@4012 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 88e844333b5bae8fcfd1104e493cdada1e4a4a3b