New release

GUDHI version 3.1.0

As a major new feature, the GUDHI library now offers 2 new Python modules: Persistence representations and Wasserstein distance.

We are now using GitHub to develop the GUDHI library, 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.1.0.tar.gz).

Below is a list of changes made since Gudhi 3.0.0:

  • Persistence representations (new Python module)
    • Vectorizations, distances and kernels that work on persistence diagrams, compatible with scikit-learn. This module was originally available at https://github.com/MathieuCarriere/sklearn-tda and named sklearn_tda.
  • Wasserstein distance (new Python module)
    • The q-Wasserstein distance measures the similarity between two persistence diagrams.
  • Alpha complex (new C++ interface)
    • Thanks to CGAL 5.0 Epeck_d kernel, an exact computation version of Alpha complex dD is available and the default one (even in Python).
  • Persistence graphical tools (new Python interface)
    • Axes as a parameter allows the user to subplot graphics.
    • Use matplotlib default palette (can be user defined).
  • Miscellaneous
    • Python read_off function has been renamed read_points_from_off_file as it only reads points from OFF files.
    • See the list of bug fixes.

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.

«