summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-08-04 05:47:38 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-08-04 05:47:38 +0200
commit5fc667a7cbc61649801074f884752bbc33e47b0d (patch)
treeea5e6706fdbf234c44c82002c7e83b85a154be97
parent5136094e00e268bdcd2678f7f065226840635d86 (diff)
Add Atol to next release
-rw-r--r--.github/next_release.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/next_release.md b/.github/next_release.md
index e73f7c96..14546066 100644
--- a/.github/next_release.md
+++ b/.github/next_release.md
@@ -30,8 +30,13 @@ Below is a list of changes made since GUDHI 3.2.0:
- [Bottleneck distance](https://gudhi.inria.fr/python/latest/bottleneck_distance_user.html)
- Python interface to [hera](https://github.com/grey-narn/hera)'s bottleneck distance
-- Representations - Python interface change
- - [Wasserstein metrics](https://gudhi.inria.fr/python/latest/representations.html#gudhi.representations.metrics.WassersteinDistance)
+- Persistence representations
+ - [Atol](https://gudhi.inria.fr/python/latest/representations.html#gudhi.representations.vector_methods.Atol)
+ is integrated in finite vectorisation methods. This
+ [article](https://www.fujitsu.com/global/about/resources/news/press-releases/2020/0316-01.html) talks about
+ applications using Atol. This module was originally available at
+ [https://github.com/martinroyer/atol](https://github.com/martinroyer/atol)
+ - Python interface change: [Wasserstein metrics](https://gudhi.inria.fr/python/latest/representations.html#gudhi.representations.metrics.WassersteinDistance)
is now [hera](https://github.com/grey-narn/hera) by default
- Miscellaneous