summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-31Cannot use a version already used... Even on testpypi...ROUVREAU Vincent
2020-05-31Re-build all from scratchROUVREAU Vincent
2020-05-31Try to find gmpROUVREAU Vincent
2020-05-31Add some fields for PyPi nice renderROUVREAU Vincent
2020-05-31no disjoint sets foundROUVREAU Vincent
2020-05-31Debug traces on osxROUVREAU Vincent
2020-05-31Upload on testpypiROUVREAU Vincent
2020-05-30use python -m twine as recommendedROUVREAU Vincent
2020-05-30help cmake to find vcpkg installationsROUVREAU Vincent
2020-05-30name typoROUVREAU Vincent
2020-05-30Add github actionsROUVREAU Vincent
2020-05-29Try to build wheelsROUVREAU Vincent
2020-05-29Rewrite some summariesMarc Glisse
2020-05-29Merge pull request #329 from VincentRouvreau/use_requirements_for_appveyorVincent Rouvreau
use requirements file for appveyor
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
DTM Rips complex
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 ↵Vincent Rouvreau
VincentRouvreau/cmake_user_version_copy_cpp_cython_generated Cmake user version copy cpp cython generated
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 ↵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-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