Skip to content

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.

License

Notifications You must be signed in to change notification settings

GUDHI/gudhi-devel

Folders and files

NameName
Last commit message
Last commit date
Oct 16, 2023
Aug 28, 2023
Jun 28, 2023
May 23, 2023
Apr 14, 2023
Dec 11, 2022
Oct 19, 2023
Sep 15, 2023
Jan 18, 2021
Apr 17, 2023
Feb 17, 2023
Jun 13, 2019
Jan 10, 2023
Mar 24, 2023

Repository files navigation

OSx and Win on Azure Linux on CircleCI Anaconda Cloud Anaconda downloads

GUDHI

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. The library offers state-of-the-art data structures and algorithms to construct simplicial complexes and compute persistent homology.

Source code

We recommend that users get official releases from the GUDHI website.

For potential contributors, to fully checkout GUDHI, after cloning the git repository, you may also need to checkout its submodules using

git submodule update --init

Compilation and installation

To install GUDHI, you can follow the C++ compilation procedure, the Python compilation procedure, use our conda-forge package, or go with Docker.

More information