summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-01-26 21:17:30 +0100
committerGitHub <noreply@github.com>2022-01-26 21:17:30 +0100
commit7f1b8eb706c72921141b53e607d6e2aa28e2bf19 (patch)
treec701f2414f640b02dd7f0d47869ec7c2ab029efe /.github
parent4d27d023c89d6c6ad10b3923c3cdbd9ed5952711 (diff)
parente88833431fbdd2b58b00fe3d3cf84973700477b3 (diff)
Merge pull request #462 from VincentRouvreau/python_weighted_alpha_complex
Python weighted alpha complex
Diffstat (limited to '.github')
-rw-r--r--.github/next_release.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/next_release.md b/.github/next_release.md
index d36c55c6..65a92816 100644
--- a/.github/next_release.md
+++ b/.github/next_release.md
@@ -6,6 +6,10 @@ 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.5.0:
+- [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.
+
- [Representations](https://gudhi.inria.fr/python/latest/representations.html#gudhi.representations.vector_methods.BettiCurve)
- A more flexible Betti curve class capable of computing exact curves