New release

GUDHI version 3.8.0

As a major new feature, the GUDHI library now offers Perslay, a Tensorflow model for the representations module, scikit-learn like interfaces for Cover Complexes, a new function to compute persistence of a function on ℝ and the possibility to build a Cubical Complex as a lower-star filtration from vertices.

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

As a major new feature, the GUDHI library now offers Perslay, a Tensorflow model for the representations module, scikit-learn like interfaces for Cover Complexes, a new function to compute persistence of a function on ℝ and the possibility to build a Cubical Complex as a lower-star filtration from vertices.

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.X.X.tar.gz).

Below is a list of changes made since GUDHI 3.7.1:

  • Perslay
    • a TensorFlow layer for persistence diagrams representations.
  • Cover Complex
    • New classes to compute Mapper, Graph Induced complex and Nerves with a scikit-learn like interface.
  • Persistent cohomology
    • New linear-time compute_persistence_of_function_on_line, also available though CubicalPersistence in Python.
  • Cubical complex
    • Add possibility to build a lower-star filtration from vertices instead of top-dimensional cubes.
    • Naming the arguments is now mandatory in CubicalComplex python constructor.
    • Remove newshape mechanism from CubicalPersistence
  • Hera version of Wasserstein distance
    • now provides matching in its interface.
  • Subsampling
    • New choose_n_farthest_points_metric as a faster alternative of choose_n_farthest_points.
  • SimplexTree
    • SimplexTree can now be used with pickle.
    • new prune_above_dimension method.
  • Installation
    • CMake 3.8 is the new minimal standard to compile the library.
    • Support for oneAPI TBB (instead of deprecated TBB) to take advantage of multicore performance.
    • pydata-sphinx-theme is the new sphinx theme of the python documentation.
  • 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

«