summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-11 23:11:26 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-11 23:11:26 +0100
commitfb8ce008feadcaf6a936740a3ed54d50970c731c (patch)
treedef07b8b20af7aeb7a46de87753e3ad2331ace02 /.github
parentd8905deb600228b704c093838cb6ad339ef49ad6 (diff)
__copy__, __deepcopy__, copy, and copy ctors. Still pb with the doc
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 e21b25c7..3946404b 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)
+ - `__copy__`, `__deepcopy__`, `copy` and copy constructors
+
- Installation
- Boost &ge; 1.66.0 is now required (was &ge; 1.56.0).