summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28remove sphinx test on azure and apveyorROUVREAU Vincent
2020-05-28Let's try to fix sphinx compilationon Osx and WinROUVREAU Vincent
2020-05-28comment modifiedyuichi-ike
2020-05-27try to workaround no PyKeOps on WindowsROUVREAU Vincent
2020-05-27Merge pull request #327 from VincentRouvreau/cmake_user_version_copy_cpp_cyth...Vincent Rouvreau
2020-05-27use requirements file for appveyorROUVREAU Vincent
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-25code review: remove strange keyword in biblioROUVREAU Vincent
2020-05-25Merge last master versionROUVREAU Vincent
2020-05-25C++ version and documentationROUVREAU Vincent
2020-05-24c++ version to trigger exact/inexact kernelROUVREAU Vincent
2020-05-23Delaunay complex and tests all possibilitiesROUVREAU Vincent
2020-05-23First working versionROUVREAU Vincent
2020-05-22brute force version - complexity is read onlyROUVREAU 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 VincentRouvreau/fix_cubical_cofaces_of_pp_when_n...Vincent Rouvreau
2020-05-22class name changed, documents modifiedyuichi-ike
2020-05-21Use unique_pointer and template alpha complex interface for python interfaceROUVREAU Vincent
2020-05-21periodic fix and adds corresponding unitary tests for bug fixROUVREAU Vincent
2020-05-21Merge remote-tracking branch 'mathieu/master' into fix_cubical_cofaces_of_pp_...ROUVREAU Vincent
2020-05-21Merge branch 'master' of github.com:GUDHI/gudhi-develROUVREAU Vincent
2020-05-21Next releaseROUVREAU Vincent
2020-05-21bug fixedyuichi-ike
2020-05-21DTM Rips added (straightforward way)yuichi-ike
2020-05-20Merge branch 'master' of https://github.com/GUDHI/gudhi-develMathieuCarriere
2020-05-20Merge pull request #313 from mglisse/dtmdensityMarc Glisse