gudhi-devel icon indicating copy to clipboard operation
gudhi-devel copied to clipboard

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.

Results 242 gudhi-devel issues
Sort by recently updated
recently updated
newest added

When computing a Delaunay triangulation (aka AlphaComplex with default_filtration_value=True), there is no point using Epeck. If possible, we should silently use Epick. If not, we should warn the user that...

While it makes sense to have simple examples using the Rips without cluttering them with edge collapses, and simple examples using edge collapses without too much Rips clutter, in terms...

In C++, because of the interface of the persistence code, we had to use a wrong terminology and talk about cubes as simplices. For the python interface, I don't think...

[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...

wontfix
build

I was using the tangential complex module. I understand that the result is a simplicial complex, is there a way to form a triangulation using the resulting complex to approximate...

_pairwise always writes its output to a numpy array, which makes it vain to try and use enable_autodiff=True. We should find some way to make this function usable for pytorch/tensorflow.

In `make install`, we copy Miniball.README and Miniball.COPYRIGHT to the include directory, which we probably shouldn't do.

I specified a non-default python version to CMake with `-DPython_ADDITIONAL_VERSIONS=3.8`. The python plugin gets built for this version. But then we call `sphinx-build` which uses the default version of python,...

build

Since we now have a second implementation of bottleneck_distance, should we provide a choice in BottleneckDistance, like we do for wasserstein_distance? We need to be careful that epsilon has a...

enhancement