summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-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
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-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
2018-11-21Separate tests to parallelize compilationvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@4010 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 33bd17816b7258d16e20943e2f54b5379d174b84
2018-11-21Code review : Use # error instead of static_assert(false, ...) for CGAL ↵vrouvrea
version detection Doc review : Better document CGAL types (FT, Weighted_point_3, Point_3, ...) Weighted alpha complex 3d example simplification git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@4009 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 187d7a08468c96192b3cb82c93a2df5b425290f9
2018-11-19Fix compilation issue in debug modevrouvrea
to_double(*it) is also available if *it is a double Bad comment in Value_from_iterator between Epeck and Epick git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@4005 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: cba42be09eeee39a12a6f0adf8ff72f9147f5d1a
2018-11-19Merge last trunk modifications and remove the note about create_complex ↵vrouvrea
max_alpha_square git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@4004 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 64548e4d0674fb5dd07645eee5c63785b099a168
2018-11-19Merge last trunk modificationsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@4003 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 94bbb0a5588ceee1ecf73d0503892e2f6c78274f
2018-11-19Fix cpplint and no more need of incr_dim in propagate_alpha_filtrationvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4002 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7e4a3924d93b8bbb235376bf074811ec827f4e9d
2018-11-17Make it clearer that create_complex can/should be called without a second ↵glisse
argument. Move the test restricting propagation to dim>1 earlier. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/AC-glisse@4000 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 108a3ce1b96e097d5218f9154c7f17c13203cfa1
2018-11-17Simplify example.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/AC-glisse@3999 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ec94f4c900994fea36d76663a352bf9a5cf232c9
2018-11-17Repeated "if" in the doc.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/AC-glisse@3998 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 39df24b52cd76333ffcdadfb7d9102ff8c29c3c8
2018-11-16Code review : Simplex_tree is a complex not a simplexvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3996 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5b361b52c6fa4b977e807946f48bb490de5d9d87
2018-11-16Doc review : Add a note to explain setting max_alpha_square value won't ↵vrouvrea
speed up the complex creation, on the contrary. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3995 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 293e99e3946641f042f862c267baf548b08e53ca
2018-11-16Code review : Factorize some templatesvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3994 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: fe719a7bae84c6378bc9dc583de97414e6f8cf74
2018-11-16Doc review : "shall be of complexity ***type***"vrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3992 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 8ab7645755e3aa0211d39935db6edeb059c05b43
2018-11-16Code review : Boost minimal version is now 1.56. No more need to test if < 1.53.vrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3991 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a38b391f763d9aa0aff7746f3a82ee305386b28e
2018-11-16Doc review : User version bad description for Alpha complex 3dvrouvrea
Add a comment for alpha complex 3d example creation for templates Code review : SAFE is now the default version git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3990 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a283cc630ac78634d6700aefb981d130c9464024
2018-11-14Fix cpplintvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3981 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 6ce28c75070b0f5d962472f5452e4b03fccbd94f
2018-11-14Merge last trunk modifications and resolve conflict on ↵vrouvrea
src/Alpha_complex/utilities/alphacomplex.md git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3979 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2a63709432810154d7939e9bdd74f9d55d0aee43
2018-11-14Fix https://github.com/CGAL/cgal/issues/3153vrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3978 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 41b598d277452a2ebcf9eedc3a7e144d96e46b1d
2018-11-14Merge last trunk modificationsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/simplex_tree_fix_vincent@3976 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b246c9007b06ed57d59dc1d18b02262d9c765fb9
2018-11-01changes example compilation in GUDHI_modules.cmakemcarrier
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/Nerve_GIC@3973 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5e0b803f01774750a9b63f9d691d30b3c625ccd1
2018-10-31git-svn-id: ↵mcarrier
svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/Nerve_GIC@3971 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 55e1647f8361d2fb59ea672091d30d6697b887dc
2018-10-31Make dependency with boost 1.56 instead of 1.48vrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/boost_1.56_vincent@3967 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a5941b8c4f65ec8e6f62117aceb5f22e0142f255
2018-10-24True interleaving distance for the sparse Rips.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3964 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 6c342750c0ea2e7d48e8c3fc9cc2a4d04f8b379b
2018-10-18Add persistence_dim_max argument in simplex tree persistence documentationvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3963 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ef8f3b0c2b0e3cdbda73687f1e65877213918830
2018-10-17Alpha complex 3d test was not checking CGAL is 4.11vrouvrea
Rewrite CMakeLists.txt to detect CGAL 4.11 for Alpha complex 3d git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3962 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7ccddf06201760ef4fddc4432a3b208b8b0213f7
2018-10-17Merge branch sparserips-pythonvrouvrea
Fix doxygen bad link on sparsify point set function Fix some lines too long git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3961 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 94946e2dd7853bd65d6790546ad2ef8a35d298c1
2018-10-17Some indentation fixvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/sparserips-python@3960 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 6dce53b98bc0b299a3621602f385b3b44e16d489
2018-10-10Make RipsComplex a clickable linkglisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/sparserips-python@3942 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 642ae449f85cf8516fc632716ea14b22f74ec517
2018-10-10add myself as coauthorglisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/sparserips-python@3941 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 61cf8acdce3bc5cb0c8261166e195eccc3f8bb54