summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-12-15 22:49:48 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-12-15 22:49:48 +0100
commita2e8ac11e22be7edff1244fbdd848ef6cbbd6903 (patch)
tree4237c685d3f5d250d07e96a43e052ea951f7b084
parentcf36a3971fb6a0ed37577295d7f1f13a930d1dba (diff)
Next release is 3.5.0
-rw-r--r--.github/next_release.md22
-rw-r--r--CMakeGUDHIVersion.txt4
2 files changed, 11 insertions, 15 deletions
diff --git a/.github/next_release.md b/.github/next_release.md
index 5a74966d..26143b0e 100644
--- a/.github/next_release.md
+++ b/.github/next_release.md
@@ -1,23 +1,19 @@
-We are pleased to announce the release 3.4.0 of the GUDHI library.
+We are pleased to announce the release 3.5.0 of the GUDHI library.
-As a major new feature, the GUDHI library now offers dD weighted alpha complex, pip and conda packages for Python 3.9.
+As a major new feature, the GUDHI library now offers ...
-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.4.0.tar.gz).
+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.3.0:
+Below is a list of changes made since GUDHI 3.4.0:
-- [Alpha complex](https://gudhi.inria.fr/doc/latest/group__alpha__complex.html)
- - the C++ weighted version for alpha complex is now available in any dimension D.
+- [Module](link)
+ - ...
-- Simplex tree [C++](https://gudhi.inria.fr/doc/latest/class_gudhi_1_1_simplex__tree.html) [Python](http://gudhi.gforge.inria.fr/python/latest/simplex_tree_ref.html)
- - A new method to reset the filtrations
- - A new method to get the boundaries of a simplex
-
-- [Subsampling](https://gudhi.inria.fr/doc/latest/group__subsampling.html)
- - The C++ function `choose_n_farthest_points()` now takes a distance function instead of a kernel as first argument, users can replace `k` with `k.squared_distance_d_object()` in each call in their code.
+- [Module](link)
+ - ...
- Miscellaneous
- - The [list of bugs that were solved since GUDHI-3.3.0](https://github.com/GUDHI/gudhi-devel/issues?q=label%3A3.4.0+is%3Aclosed) is available on GitHub.
+ - The [list of bugs that were solved since GUDHI-3.4.0](https://github.com/GUDHI/gudhi-devel/issues?q=label%3A3.5.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.
diff --git a/CMakeGUDHIVersion.txt b/CMakeGUDHIVersion.txt
index e191ad96..db9b243b 100644
--- a/CMakeGUDHIVersion.txt
+++ b/CMakeGUDHIVersion.txt
@@ -1,8 +1,8 @@
# Must be conform to pep440 - https://www.python.org/dev/peps/pep-0440/#pre-releases
set (GUDHI_MAJOR_VERSION 3)
-set (GUDHI_MINOR_VERSION 4)
+set (GUDHI_MINOR_VERSION 5)
# GUDHI_PATCH_VERSION can be 'ZaN' for Alpha release, 'ZbN' for Beta release, 'ZrcN' for release candidate or 'Z' for a final release.
-set (GUDHI_PATCH_VERSION 0)
+set (GUDHI_PATCH_VERSION 0rc1)
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION})
message(STATUS "GUDHI version : ${GUDHI_VERSION}")