summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-14 15:31:32 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-14 15:31:32 +0100
commited5c029477a6b3681d992e8428db14e81e7d133e (patch)
tree6763fdc1a07dcd30a67ba15ead82c325ae11cb0f /.github
parentbbf6587030d09186002d41327243646aa5e6ced5 (diff)
parent2a2aae065bf34cfcf8bba52695ce3ae3ca6d4048 (diff)
Merge master and resolve conflict on .github/next_release.md
Diffstat (limited to '.github')
-rw-r--r--.github/next_release.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/next_release.md b/.github/next_release.md
index 211ae117..b90aab33 100644
--- a/.github/next_release.md
+++ b/.github/next_release.md
@@ -6,10 +6,15 @@ 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
-- [Python installation](link)
+- Installation
+ - Boost &ge; 1.66.0 is now required (was &ge; 1.56.0).
- Python >= 3.5 and cython >= 0.27 are now required.
- [Module](link)