Vincent Rouvreau

Results 100 comments of Vincent Rouvreau

(this PR requires to merge master for compilation to pass) ```python import gudhi rips_complex = gudhi.RipsComplex(points=[[1, 1], [7, 0], [4, 6], [9, 6], [0, 14], [2, 19], [9, 17]], max_edge_length=12.0)...

> Related to #580. Fix #580 differently from the proposal in the issue. I didn't check from which version of pip `freeze` was implemented

Should not be run on Windows (`if (NOT WIN32)` or `if (NOT CMAKE_HOST_WIN32)`, to be tested on WSL) ```cmake set(GUDHI_RUN_TIME_DEPENDENCIES "PYKEOPS;${GUDHI_RUN_TIME_DEPENDENCIES}") ```

When python dependencies are installed with conda, `pip freeze`: ```txt certifi @ file:///home/conda/feedstock_root/build_artifacts/certifi_1707022139797/work/certifi colorama @ file:///home/conda/feedstock_root/build_artifacts/colorama_1666700638685/work contourpy @ file:///home/conda/feedstock_root/build_artifacts/contourpy_1699041467346/work cycler @ file:///home/conda/feedstock_root/build_artifacts/cycler_1696677705766/work Cython @ file:///home/conda/feedstock_root/build_artifacts/cython_1706274761542/work exceptiongroup @ file:///home/conda/feedstock_root/build_artifacts/exceptiongroup_1704921103267/work fonttools @...

> Understood. I'll see if I can make that work with conda in the meantime. Would you be open to a PR if I find the time to work on...

@mglisse Without the final 's' would be the best spelling ?

No more problem with: * GudhUI/utils/homsimpl : precompiled binary It has been removed on MR #76

List of warnings candidates: * [X] https://github.com/GUDHI/gudhi-devel/blob/6b5b1c0f5d4a1652e668f3ee076ec7fb1b220096/src/python/gudhi/wasserstein/barycenter.py#L59 * [ ] https://github.com/GUDHI/gudhi-devel/blob/6b5b1c0f5d4a1652e668f3ee076ec7fb1b220096/src/python/example/rips_complex_diagram_persistence_from_correlation_matrix_file_example.py#L46-L49 * [ ] https://github.com/GUDHI/gudhi-devel/blob/6b5b1c0f5d4a1652e668f3ee076ec7fb1b220096/src/python/gudhi/representations/metrics.py#L172-L174 * [ ] https://github.com/GUDHI/gudhi-devel/blob/6b5b1c0f5d4a1652e668f3ee076ec7fb1b220096/src/python/gudhi/representations/metrics.py#L179-L181 * [ ] https://github.com/GUDHI/gudhi-devel/blob/6b5b1c0f5d4a1652e668f3ee076ec7fb1b220096/src/python/gudhi/representations/metrics.py#L297-L299 * [ ] https://github.com/GUDHI/gudhi-devel/blob/6b5b1c0f5d4a1652e668f3ee076ec7fb1b220096/src/python/gudhi/representations/metrics.py#L420-L422 * [ ]...

I suppose this is a "developer" and not a "user" version ? This is like that since #484 where I "homogenized" python and c++ documentation rendering for the "user" version....