summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
Interface for hera's bottleneck_distance
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
Alpha complex python enhancement
2020-06-05Autogenerate the images when building the docMarc Glisse
It does slow down building the doc significantly though.
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
Support e=None for bottleneck_distance
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
class attribute
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
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
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 ↵ROUVREAU Vincent
critical_edge_indicator_
2020-06-04Use ssize_t from pybind11Marc Glisse
2020-06-04Fix warningsROUVREAU Vincent
2020-06-04code review: no need to loop backwardROUVREAU Vincent
2020-06-04user_version: don't copy hera if an external version is specifiedMarc Glisse
2020-06-04Workaround for ssize_t on windowsMarc Glisse
2020-06-04Fix tests and utilsROUVREAU Vincent
2020-06-04Revert "Try to add inf values"ROUVREAU Vincent
This reverts commit 8e3e8efcb0c9a3e5650545ee0d9756129b10a95c.
2020-06-04Try to add inf valuesROUVREAU Vincent
2020-06-04Merge pull request #345 from VincentRouvreau/fix_sphinx_warningVincent Rouvreau
Fix sphinx warning and link inside the rips sphinx doc
2020-06-04Remove useless tracesROUVREAU Vincent
2020-06-03Merge pull request #338 from mglisse/parrepMarc Glisse
Parallelism in pairwise_distances
2020-06-03Add an example that tests the persistence is conserved when using edge ↵ROUVREAU Vincent
collapse, versus a classical rips
2020-06-03Mention Joblib in installation docMarc Glisse
2020-06-03doc review: use :class: to link to the ref manual, rollback link to the user ↵ROUVREAU Vincent
manual
2020-06-02code review: GUDHI_CHECK if u==v oninsert_edge methodROUVREAU Vincent
2020-06-02code review: Remove the clear as this function won't be called several timesROUVREAU Vincent
2020-06-02doc review: Move a sentence as a module summaryROUVREAU Vincent
2020-06-02Move Edge collapse sectionROUVREAU Vincent
2020-06-02Fix sphinx warning and link inside the docROUVREAU Vincent
2020-06-02Support e=None for bottleneck_distanceMarc Glisse
2020-06-02Some testMarc Glisse
2020-06-02n_jobs for kernelsMarc Glisse