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

Hi. PR #670 fixed issue #663 and improved CGAL 5.5 compatibility. However, GUDHI still does not seem to build with CGAL 5.5 as of the latest git head _if not...

A pull request for adding the PersLay Tensorflow model in the representations module

A pull request for adding a Python class that can compute both Mapper and GIC complexes

In the current master the settings - `DOT_TRANSPARENT` and `FORMULA_TRANSPARENT` are obsolete. - `DOT_FONTNAME` / `DOT_FONTSIZE` are incorporated into the new `...ATTR` settings

* Some modules are missing (Coxeter for instance) * I am not sure we should keep cython module * PersistenceRepresentations: how to distinguish c++ and python stuff * ...

The matrix module is not finished yet, but I would like to have feedback on the structure, in particular on the way the different options are handled. The options are...

The purpose of this PR is to optimize the implementation of `.gudhi.representations.Silhouette.transform`. To make sure that the logic is still correct, I added a few tests. In the end, I...

Contraction c++ module is only requiring CGAL in order to use `CGAL::Modifiable_priority_queue`. This dependency could be removed by using some boost heap as the riority queue has to be modifiable....

enhancement