summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-02Move Edge collapse sectionROUVREAU Vincent
2020-05-25Code review: remove inner_effected_indcs clear as it will be done when ↵ROUVREAU Vincent
closing the brackets
2020-05-25Code review: filtered_edge_collapse is not requiring an output_iterator but ↵ROUVREAU Vincent
a callback/functor
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 ↵ROUVREAU Vincent
collapse
2020-05-25Code review: No need to pass an edge to closed_common_neighbours_row_index, ↵ROUVREAU Vincent
can be 2 vertices as it simplifies the code
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-25code review: remove strange keyword in biblioROUVREAU Vincent
2020-05-25Merge last master versionROUVREAU Vincent
2020-05-22Merge branch 'master' of github.com:GUDHI/gudhi-develROUVREAU Vincent
2020-05-22Update new gudhi version processROUVREAU Vincent
2020-05-22Merge pull request #325 from ↵Vincent Rouvreau
VincentRouvreau/fix_cubical_cofaces_of_pp_when_no_pairs Fix cubical cofaces of pp when no pairs
2020-05-21periodic fix and adds corresponding unitary tests for bug fixROUVREAU Vincent
2020-05-21Merge remote-tracking branch 'mathieu/master' into ↵ROUVREAU Vincent
fix_cubical_cofaces_of_pp_when_no_pairs
2020-05-21Merge branch 'master' of github.com:GUDHI/gudhi-develROUVREAU Vincent
2020-05-21Next releaseROUVREAU Vincent
2020-05-20Merge branch 'master' of https://github.com/GUDHI/gudhi-develMathieuCarriere
2020-05-20Merge pull request #313 from mglisse/dtmdensityMarc Glisse
DTM density estimator
2020-05-20Merge pull request #317 from mglisse/nogil2Marc Glisse
nogil for cubical complex
2020-05-20Merge branch 'master' of https://github.com/GUDHI/gudhi-develMathieuCarriere
2020-05-20fix bugMathieuCarriere
2020-05-203.2.0 versionROUVREAU Vincent
2020-05-19long lineMarc Glisse
2020-05-19Test with explicit weightsMarc Glisse
and remove duplicated assignment
2020-05-18Infer k when we pass the distances to the nearest neighborsMarc Glisse
2020-05-18Merge pull request #316 from VincentRouvreau/gudhi_3_2_0_release_noteVincent Rouvreau
Release note for version 3.2.0
2020-05-18Update .github/next_release.mdVincent Rouvreau
Co-authored-by: Théo Lacombe <lacombe1993@gmail.com>
2020-05-18Update .github/next_release.mdVincent Rouvreau
Co-authored-by: Théo Lacombe <lacombe1993@gmail.com>
2020-05-18Update gudhi versionROUVREAU Vincent
2020-05-18Merge pull request #319 from VincentRouvreau/wasserstein_summary_documentationVincent Rouvreau
When reviewing python gudhi dependencies, I missed this one
2020-05-18When Reviewing dependencies, I missed this oneROUVREAU Vincent
2020-05-17One more nogil in cubicalMarc Glisse
2020-05-16nogil for cubical constructorMarc Glisse
There may be some extra copying until cython3, but it is probably not that bad.
2020-05-16Minimal nogil support for cubical complexesMarc Glisse
2020-05-16Add submodule init in the worflowVincent Rouvreau
2020-05-16Release note for version 3.2.0ROUVREAU Vincent
2020-05-15Merge pull request #295 from yuichi-ike/weighted_ripsVincent Rouvreau
Weighted rips
2020-05-15Merge pull request #204 from MathieuCarriere/generatorsVincent Rouvreau
Generators
2020-05-14document modifiedyuichi-ike
2020-05-13Trailing whitespaceMarc Glisse
2020-05-13More size_tMarc Glisse