summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-16Update src/python/include/Alpha_complex_factory.hVincent Rouvreau
2020-06-15Add image for edge collapseROUVREAU Vincent
2020-06-15Factory to build python alpha complex. 3d version of alpha complex. Needs cha...ROUVREAU Vincent
2020-06-12Mention pip packageMarc Glisse
2020-06-12Merge pull request #335 from VincentRouvreau/gudhi_pip_packageVincent Rouvreau
2020-06-11case n_centers = 1martinroyer
2020-06-11test value tweakmartinroyer
2020-06-11Apply suggestions from code review #456 martinroyer
2020-06-11Make some neighborhoods openMarc Glisse
2020-06-11added filetlacombe
2020-06-11Upload dlls from gudhi directoryROUVREAU Vincent
2020-06-11Replace SparseMatrix with vector<SparseVector>Marc Glisse
2020-06-11Store edge indices instead of unused filtration value, in the matrixMarc Glisse
2020-06-11Make u_set_dominated_edges_ implicitMarc Glisse
2020-06-11Remove unused u_set_removed_edges_Marc Glisse
2020-06-11cannot import WinDLL from ctypes on non-windows systemsROUVREAU Vincent
2020-06-11Add distributor the right to add dll to the packageROUVREAU Vincent
2020-06-10remove epsilonsmartinroyer
2020-06-10Apply suggestions from code reviewmartinroyer
2020-06-09Merge remote-tracking branch 'origin/master' into tomato2Marc Glisse
2020-06-09doc tweaksMarc Glisse
2020-06-09Merge pull request #337 from mglisse/herabMarc Glisse
2020-06-09awful testmartinroyer
2020-06-09remove randomness in examplemartinroyer
2020-06-09Update src/python/gudhi/representations/vector_methods.pymartinroyer
2020-06-09tweak test results from docmartinroyer
2020-06-09Update src/python/gudhi/representations/vector_methods.pymartinroyer
2020-06-09fix minimal examplemartinroyer
2020-06-09Apply suggestions from code reviewmartinroyer
2020-06-09move cython from install_requires to setup_requiresROUVREAU Vincent
2020-06-08ATOL introduction as finite vectorisation methodmartinroyer
2020-06-06Merge pull request #326 from VincentRouvreau/alpha_complex_python_fast_and_exactVincent Rouvreau
2020-06-05Autogenerate the images when building the docMarc Glisse
2020-06-05author, etcMarc Glisse
2020-06-05code review: exact version was not correctROUVREAU Vincent
2020-06-05Doc changes after Vincent's reviewMarc Glisse
2020-06-05Merge pull request #344 from mglisse/bottlenoneMarc Glisse
2020-06-05Doc tweak by VincentMarc Glisse
2020-06-05code review: rename complexity with precisionROUVREAU Vincent
2020-06-05code review: rename ph as pointROUVREAU Vincent
2020-06-05Code review: 'fast' class attribute was not necessary and redundant with C++ ...ROUVREAU Vincent
2020-06-05Code review: no link to CGAL::Lazy_exact_nt and no guarantee on fast precisionROUVREAU Vincent
2020-06-05Code review: type is floatROUVREAU Vincent
2020-06-05Update src/python/gudhi/alpha_complex.pyxVincent Rouvreau
2020-06-04rollback 85dc5c1 as the information is not quite the same in both structureROUVREAU Vincent
2020-06-04code review: better use a for loopROUVREAU Vincent
2020-06-04code review: remove u_set_dominated_edges_ as it is redundant with critical_e...ROUVREAU Vincent
2020-06-04Use ssize_t from pybind11Marc Glisse
2020-06-04Fix warningsROUVREAU Vincent
2020-06-04code review: no need to loop backwardROUVREAU Vincent