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

I assume there are good reasons why the alpha complex uses the squared radius (rather than the radius) of the smallest circumspheres as filtration values, but this is very counter-intuitive,...

The Python functions choose_n_farthest_points or sparsify_point_set return the new point set. In some cases, users may prefer to get the index of those output points in the input array. We...

enhancement

In the [basic example for Coxeter](https://gudhi.inria.fr/doc/latest/cell_complex_from_basic_circle_manifold_8cpp-example.html), we advertise the use of the Cell complex, but we wanted to hide it from the user. We could rewrite the example as: ```cpp...

doc

(See also #540, #739, #741) Current versions of Cython have by default `always_allow_keywords=false`, which means that functions that take exactly one argument (possibly 2 if you include `self` for member...

Clean up of the bibliography.bib file: - re-alignement of the citations - alphabetical sort by titles + all unused citations at the end of the file (also by alphabetical order)...

This PR is required by future CGAL 6.0 * Factorize `add_executable` and `target_link_libraries` with CMake targets in a new function `add_executable_with_targets` * Use Cgal and Eigen3 cmake target - requires...

While testing a new compilation environment with up-to-date third parties libraries, I faced errors with perslay tests: ```txt File "/workspace/gudhi/gudhi-devel/build/src/python/gudhi/tensorflow/perslay.py", line 132, in __init__ super().__init__(dynamic=True, **kwargs) File "/miniconda3/envs/custom-cgal/lib/python3.10/site-packages/keras/src/layers/layer.py", line 263,...

bug

Can I calculate the L_p norm of the persistence landscape using the python interface of the GUDHI library?

I'm sorry to bother you.In order to use GUDHI, I installed boost c++ libraries, according to the suggestion of URL "https://gudhi.inria.fr/doc/latest/installation.html". I installed boost 1.84.0, 1.71.0, and 1.74.0 successively. Due...