summaryrefslogtreecommitdiff
path: root/.github/next_release.md
diff options
context:
space:
mode:
authorVincentRouvreau <vincent.rouvreau@inria.fr>2021-09-06 16:01:23 +0200
committerVincentRouvreau <vincent.rouvreau@inria.fr>2021-09-06 16:01:23 +0200
commit02bb007b124195931f8aa25dd36834624ace1338 (patch)
tree4d1949b72e2f9503404d248768693bc66457c47e /.github/next_release.md
parent1617cac6fe6333b2e63f9931399a27643dad45ac (diff)
update next_release in accordance with this PR
Diffstat (limited to '.github/next_release.md')
-rw-r--r--.github/next_release.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/next_release.md b/.github/next_release.md
index 26143b0e..67455a85 100644
--- a/.github/next_release.md
+++ b/.github/next_release.md
@@ -6,8 +6,9 @@ We are now using GitHub to develop the GUDHI library, do not hesitate to [fork t
Below is a list of changes made since GUDHI 3.4.0:
-- [Module](link)
- - ...
+- [Alpha complex](https://gudhi.inria.fr/python/latest/alpha_complex_user.html)
+ - the python weighted version for alpha complex is now available in any dimension D.
+ - `alpha_complex = gudhi.AlphaComplex(off_file='/data/points/tore3D_300.off')` is deprecated, please use [read_points_from_off_file](https://gudhi.inria.fr/python/latest/point_cloud.html#gudhi.read_points_from_off_file) instead.
- [Module](link)
- ...