summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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
2020-06-02More n_jobs in metricsMarc Glisse
2020-06-02Parallelism in pairwise_distancesMarc Glisse
2020-06-01Simplify setup.py to read introduction.rstROUVREAU Vincent
2020-06-01Interface for hera's bottleneck_distanceMarc Glisse
2020-06-01Let's go like thisROUVREAU Vincent
2020-06-01Try to fix rst doc for PypiROUVREAU Vincent
2020-06-01Try to fix rst doc for PypiROUVREAU Vincent
2020-06-01try to fix pypi docROUVREAU Vincent
2020-05-31It was not markdown but rst...ROUVREAU Vincent
2020-05-31add md fileROUVREAU Vincent
2020-05-31Add introduction to pypi description and new release versionROUVREAU Vincent
2020-05-31Add some fields for PyPi nice renderROUVREAU Vincent
2020-05-29Rewrite some summariesMarc Glisse
2020-05-29Merge pull request #329 from VincentRouvreau/use_requirements_for_appveyorVincent Rouvreau
2020-05-28just code, no testROUVREAU Vincent
2020-05-28Remove this test as it fails under windowsROUVREAU Vincent
2020-05-28Merge pull request #324 from yuichi-ike/dtm-filtrationVincent Rouvreau
2020-05-28Let's try thisROUVREAU Vincent
2020-05-28sphinx-build workaround differentlyROUVREAU Vincent
2020-05-28Let's try to fix sphinx compilationon Osx and WinROUVREAU Vincent
2020-05-28comment modifiedyuichi-ike
2020-05-26Remove debug msgROUVREAU Vincent
2020-05-26Fix #206ROUVREAU Vincent
2020-05-26test fixed, documents modifiedyuichi-ike
2020-05-25Code review: remove inner_effected_indcs clear as it will be done when closin...ROUVREAU Vincent
2020-05-25Code review: filtered_edge_collapse is not requiring an output_iterator but a...ROUVREAU Vincent
2020-05-25Code review: add some comments on three_clique_indicesROUVREAU Vincent
2020-05-25Code review: remove effected_indices clearROUVREAU Vincent
2020-05-25Code review: Remove domination_indicator_ as it is a left over from strong co...ROUVREAU Vincent
2020-05-25Code review: No need to pass an edge to closed_common_neighbours_row_index, c...ROUVREAU Vincent
2020-05-25Code review: rename check_edge_domination as edge_is_dominatedROUVREAU Vincent
2020-05-25Code review: rows_ is not mandatoryROUVREAU Vincent
2020-05-25Code review: emplace wo std::make_pairROUVREAU Vincent
2020-05-25Code review: use emplace on unordered_map in insert_vertexROUVREAU Vincent
2020-05-25Code review: Rename insert_new_edge methodROUVREAU Vincent
2020-05-25Use C++ boolean logical operatorROUVREAU Vincent
2020-05-25Code review: Remove num_vertices and initialize sparse matrix in the constructorROUVREAU Vincent
2020-05-25Code review: use std::sort instead of std::stable_sortROUVREAU Vincent
2020-05-25Code review: row_to_vertex_ can be a vectorROUVREAU Vincent
2020-05-25Merge last master versionROUVREAU Vincent