New release

GUDHI version 2.0.1

This minor GUDHI library version is fixing issues and improves persistence graphical tools module. All the new modules comes with their Python interface and a lot of examples, even in Python.

Below is a list of changes made since Gudhi 2.0.0:

  • Spatial searching (new function)

    • Spatial searching is now offering a radius search method.
  • Persistence graphical tools (interfaces improvement)

    • Add a band boot display mechanism on persistence diagram.
    • Number of points and barcode limitation before the display.
    • Interface modification to read persistence from a file.
  • Bottleneck distance (bug fix)

    • Read persistence files with infinity values bug is fixed.
  • Persistent cohomology (bug fix)

    • Weighted Alpha complex 3d persistence bug is fixed.
  • Simplex tree (dead code)

    • Remove useless global filtration attribute, getter and setter.
  • cython

    • Plot persistence functions improvement.
    • Rename cythonize_gudhi.py in setup.py to be conform with Python conventions.
    • Windows python module compilation issue fix.
    • Documentation generation bug fix.
    • Reduce CMake interactions.
    • Rips complex memory leak fix.
  • Doxygen

    • Using MathJax.js to generate LaTeX instead of png.
  • CMake

    • Boost dependencies improvement.
    • Conda compilation issues fix.
    • Modules activation/desactivation mechanism for compilation and test.
  • Data points generator

    • Move data/points/generator into src/common/utilities.

All modules are distributed under the terms of the GPL Open Source license (GNU General Public License v3 or later versions), but a commercial license is also possible.

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.

Feel free to contact us in case you have any question or remark on this topic.

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

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

«