diff --git a/.github/next_release.md b/.github/next_release.md index 0f5734cb17..94959ebb8e 100644 --- a/.github/next_release.md +++ b/.github/next_release.md @@ -8,7 +8,7 @@ Below is a list of changes: - [Delaunay complex](https://gudhi.inria.fr/python/latest/delaunay_complex_user.html) - The Delaunay complex filtration values computed with different techniques: - * Delaunay complex (without filtration values) + * Delaunay complex (no filtration values computed) * Delaunay Čech complex (using minimal enclosing ball technique) * Alpha complex (moved in this new section) diff --git a/src/python/doc/delaunay_complex_user.rst b/src/python/doc/delaunay_complex_user.rst index f6e98fb82b..844ccd609c 100644 --- a/src/python/doc/delaunay_complex_user.rst +++ b/src/python/doc/delaunay_complex_user.rst @@ -15,7 +15,7 @@ Definition :cite:`cgal:hdj-t-19b` from the `Computational Geometry Algorithms Library `_ :cite:`cgal:eb-19b`. -The Delaunay complex without filtration values (set to `NaN`) is available by passing :code:`filtrations = None` +The Delaunay complex (all filtration values are set to `NaN`) is available by passing :code:`filtrations = None` (default value) to :func:`~gudhi.DelaunayComplex.create_simplex_tree`. When :paramref:`~gudhi.DelaunayComplex.create_simplex_tree.filtrations` is: