Vincent Rouvreau
Vincent Rouvreau
https://github.com/GUDHI/gudhi-devel/blob/7fb68dacfdabd39c060cd5dda9d8f5fa0aa1b250/src/common/doc/header.html#L4 http://www.w3.org/1999/xhtml is no more reachable.
I wonder why we don't initialize `dim` to -1 instead of 0 to avoid this final subtraction, but it isn't new in this PR. _Originally posted by @mglisse in https://github.com/GUDHI/gudhi-devel/pull/886#discussion_r1333557810_
As discussed on this PR (cf. https://github.com/GUDHI/gudhi-devel/pull/919#discussion_r1331094368 ), we should document differently Alpha complex in order to have a documentation entry point for Delaunay complex ( and why not a...
I tried [this stackoverflow method](https://math.stackexchange.com/a/2017583) to generate random points on the surface of a 2-torus and it works fine. Contrarily to [`generate_points_on_torus_3D`](https://github.com/GUDHI/gudhi-devel/blob/f1b7e56bec0fe88090324c34b9a2cede04d4e47b/src/common/include/gudhi/random_point_generators.h#L151), cf. the result for 300 random points: ![Peek...
On GUDHI, we require CMake >= 3.8. We should upgrade cmake minimal version to 3.14 (March 2019)
The following files were deleted from the upstream sources in order to comply with Debian policy. * [X] GudhUI/utils/homsimpl : precompiled binary * [X] data/filtered_simplicial_complex/bunny_5000_complex.fsc : unclear license * [...
To be discussed, but magic methods should appear in Python documentation for the SimplexTree
While testing on a VM, it ends with: ```txt python -m delvewheel show .\dist\gudhi-3.8.0a0-cp310-cp310-win_amd64.whl Analyzing gudhi-3.8.0a0-cp310-cp310-win_amd64.whl The following DLLs will be copied into the wheel. msvcp140.dll (C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\msvcp140.dll)...
## Problem When fixing [PR 836](https://github.com/GUDHI/gudhi-devel/pull/836#discussion_r1147929781), it has been discussed that some cmake generators (like visual studio) ignore CMAKE_BUILD_TYPE. ## Possible fix: The advice is to try and use generator...