-----------
Release date: June 2018
As a major new feature, the GUDHI library now offers a Čech complex module, a sparse version of the Rips complex and
a utility to build the Rips complex from a correlation matrix (no Python interface yet).
Below is a list of changes made since Gudhi 2.1.0:
- [Čech complex](https://gudhi.inria.fr/doc/latest/group__cech__complex.html) (new package)
- The Čech complex is a simplicial complex where the set of all simplices is filtered by the radius of their minimal enclosing ball.
- [Rips complex](https://gudhi.inria.fr/doc/latest/group__rips__complex.html) (new functions and interfaces)
- A sparse version of the Rips complex
- Rips complex from a correlation matrix utility
- [Dockerfile](https://gudhi.inria.fr/dockerfile/) (new installation process)
A Dockerfile example is now provided to compile, test and install GUDHI in a container
- CGAL 4.12 compilation issue (bug fix)
- CMake minimal version is now 3.1
- To take advantage of the latest features and simplify CMakeLists.txt files