summaryrefslogtreecommitdiff
path: root/.github/next_release.md
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-03-02 13:44:38 +0100
committerGitHub <noreply@github.com>2020-03-02 13:44:38 +0100
commitf8c251b1c1b7a1c8c36e77f56cda1fd41245adb7 (patch)
tree86be6efe7fe35811c429127fe4f7a91ea3f1aa8d /.github/next_release.md
parentba9f1c4638b62f818f87e6c9278f7c9acfc58863 (diff)
[skip ci] update next release with hera integration
Diffstat (limited to '.github/next_release.md')
-rw-r--r--.github/next_release.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/next_release.md b/.github/next_release.md
index a2805a55..3166b0a8 100644
--- a/.github/next_release.md
+++ b/.github/next_release.md
@@ -1,19 +1,20 @@
We are pleased to announce the release 3.X.X of the GUDHI library.
-As a major new feature, the GUDHI library now offers ...
+As a major new feature, the GUDHI library now offers a Python interface to [Hera](https://bitbucket.org/grey_narn/hera/src/master/) to compute the Wasserstein distance.
+[PyBind11](https://github.com/pybind/pybind11) is now required to build the Python module.
We are now using GitHub to develop the GUDHI library, do not hesitate to [fork the GUDHI project on GitHub](https://github.com/GUDHI/gudhi-devel). From a user point of view, we recommend to download GUDHI user version (gudhi.3.X.X.tar.gz).
-Below is a list of changes made since GUDHI 3.X-1.X-1:
+Below is a list of changes made since GUDHI 3.1.1:
-- [Module](link)
- - ...
+- [Wassertein distance](https://gudhi.inria.fr/python/latest/wasserstein_distance_user.html)
+ - An another implementation comes from Hera (BSD-3-Clause) which is based on [Geometry Helps to Compare Persistence Diagrams](http://doi.acm.org/10.1145/3064175) by Michael Kerber, Dmitriy Morozov, and Arnur Nigmetov.
- [Module](link)
- ...
- Miscellaneous
- - The [list of bugs that were solved since GUDHI-3.X-1.X-1](https://github.com/GUDHI/gudhi-devel/issues?q=label%3A3.1.1+is%3Aclosed) is available on GitHub.
+ - The [list of bugs that were solved since GUDHI-3.1.1](https://github.com/GUDHI/gudhi-devel/issues?q=label%3A3.2.0+is%3Aclosed) is available on GitHub.
All modules are distributed under the terms of the MIT license.
However, there are still GPL dependencies for many modules. We invite you to check our [license dedicated web page](https://gudhi.inria.fr/licensing/) for further details.