Skip to content

Commit

Permalink
Merge pull request #372 from VincentRouvreau/next_release_3_3_0_update
Browse files Browse the repository at this point in the history
Add Atol to next release
  • Loading branch information
VincentRouvreau authored Aug 4, 2020
2 parents 5136094 + 5fc667a commit 5108105
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5108105

Please sign in to comment.