summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-03-01 09:06:37 +0100
committerGitHub <noreply@github.com>2022-03-01 09:06:37 +0100
commit5376075f4ccda00ed3146ecaca6eb6299e6c0398 (patch)
treea53de0f9e34d9ec14cb4b1bce301484dfb73e885 /.github
parent1c1f8b98b37322d728d8a226e9ec04e21f995b42 (diff)
parent41a976cc85ab36dc2df748b9d6900d77e76b2fa7 (diff)
Merge pull request #582 from VincentRouvreau/stree_copy_python
Add SimplexTree copy method and its test
Diffstat (limited to '.github')
-rw-r--r--.github/next_release.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/next_release.md b/.github/next_release.md
index b90aab33..f8085513 100644
--- a/.github/next_release.md
+++ b/.github/next_release.md
@@ -13,6 +13,9 @@ Below is a list of changes made since GUDHI 3.5.0:
- [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
+- [Simplex tree](https://gudhi.inria.fr/python/latest/simplex_tree_ref.html)
+ - `__deepcopy__`, `copy` and copy constructors
+
- Installation
- Boost &ge; 1.66.0 is now required (was &ge; 1.56.0).
- Python >= 3.5 and cython >= 0.27 are now required.