Vincent Rouvreau
Vincent Rouvreau
[Atol doc unitary test](https://github.com/GUDHI/gudhi-devel/blob/7f2709ea12124f514c29b10019558ba3e3ee0975/src/python/test/test_representations.py#L49-L72) has been merged w/o review
GUDHI_MISSING_MODULES and GUDHI_MODULES shall be set properly when in function of third parties library presence and version. This may require to separate Witness complex of its Euclidean version (that requires...
User reports they use numpy to load/save persistence diagrams with dimension information. ```python np.loadtxt('./rips.pers') array([[2. , 0.138335 , inf], [1. , 0.104347 , inf], ..., [1. , 0.11169 , 0.111695...
Some tools like https://www.reviewnb.com/ may be helpful for the reviews
With gudhi 3.1.0, the axes shall not be handled this way: ```python ' Usual Rips complex on X ' st_rips = gudhi.RipsComplex(X).create_simplex_tree(max_dimension=2) # create a Rips complex diagram_rips = st_rips.persistence()...
**Describe the bug** Compilation issue for the conda package of doxygen 1.9.4 on OSx **Expected behavior** Should compile **Screenshots** ```txt [ 61%] Building CXX object src/CMakeFiles/doxymain.dir/dir.cpp.o In file included from...
Update also the installation manual as Visual Studio 2017 is also required. Fix compilation error in tangential benchmark as std::ofstream::streampos seems deprecated with c++17.
A new cmake gudhi option to activate gcc/clang sanitizers. Default value is `WITH_GUDHI_SANITIZER=''`. In a command line one can easily activate sanitizer with i.e.: `cmake -DWITH_GUDHI_SANITIZER=address .` This will activate...
This is a proposal, and I hope that I forget no one and no modules. Should fix #674