Marc Glisse
Marc Glisse
We don't install any license for the rest of gudhi. If we want to install it, include/ might not be the best place (?). The beginning of the file does...
km.py.COPYRIGHT also gets installed, and this one seems less useful since the license is MIT.
Related to #331 (insert_edges_from_coo_matrix).
Indeed, it isn't available yet. Adding such an interface would be relatively simple, but it hasn't been a priority, since in most cases it is preferable to use the alpha-complex...
Any idea what might cause this in the doc test? ``` Exception raised: Traceback (most recent call last): File "/usr/local/miniconda/envs/gudhi_build_env/lib/python3.6/doctest.py", line 1330, in __run compileflags, 1), test.globs) File "", line...
I don't think #215 contains an example showing how to compute the relative homology of a pair (L,K), so while it is related, it answers a different question.
In a discussion, we mentioned the possibility of adding an API `relative_betti_numbers(x,y)` to compute the relative homology of `(K_y, K_x)`.
Thanks to Vincent's PR, those outdated .cpp files are not copied in user_version anymore, which removes this trap. Keeping open because it isn't clean to generate files in the source...
> The file `Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex/counter.h` doesn't seem to be used anywhere. Should we remove it completely or leave it for maybe a further use? Hmm, true. It does appear in the...
If I am not mistaken, you need to explicitly `import gudhi.wasserstein.barycenter` for this file to be read. And this file is useless if you do not have POT. So getting...