New release

GUDHI version 3.3.0

As a major new feature, the GUDHI library now offers a persistence-based clustering algorithm, weighted Rips complex using DTM and edge collapse.

We are pleased to announce the release 3.3.0 of the GUDHI library.

The GUDHI library is hosted on GitHub, do not hesitate to fork the GUDHI project on GitHub. From a user point of view, we recommend to download GUDHI user version (gudhi.3.3.0.tar.gz).

Below is a list of changes made since GUDHI 3.2.0:

  • DTM density estimator
    • Python implementation of a density estimator based on the distance to the empirical measure defined by a point set.
  • DTM Rips complex
    • This Python implementation constructs a weighted Rips complex giving larger weights to outliers, which reduces their impact on the persistence diagram
  • Alpha complex - Python interface improvements
    • ‘fast’ and ‘exact’ computations
    • Delaunay complex construction by not setting filtration values
    • Use the specific 3d alpha complex automatically to make the computations faster
  • Clustering
    • Python implementation of ToMATo, a persistence-based clustering algorithm
  • Edge Collapse of a filtered flag complex
    • This C++ implementation reduces a filtration of Vietoris-Rips complex from its graph to another smaller flag filtration with the same persistence.
  • Bottleneck distance
    • Python interface to hera’s bottleneck distance
  • Persistence representations
  • Miscellaneous

All modules are distributed under the terms of the MIT license. However, there are still GPL dependencies for many modules. We invite you to check our license dedicated web page for further details.

We kindly ask users to cite the GUDHI library as appropriately as possible in their papers, and to mention the use of the GUDHI library on the web pages of their projects using GUDHI and provide us with links to these web pages.

We provide bibtex entries for the modules of the User and Reference Manual, as well as for publications directly related to the GUDHI library.

Feel free to contact us in case you have any questions or remarks.

For further information about downloading and installing the library (C++ or Python), please visit the GUDHI web site.

RELEASE
GUDHI release

«