From 4cea6505bd5c2fa11efe1ce0827a77f676ad6c84 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Fri, 7 Apr 2023 19:08:16 +0200 Subject: [PATCH] Release candidate version --- .github/for_maintainers/switcher.json | 5 +++++ .github/next_release.md | 3 +-- CMakeGUDHIVersion.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/for_maintainers/switcher.json b/.github/for_maintainers/switcher.json index 2d3c38ef49..f1dfb77e3b 100644 --- a/.github/for_maintainers/switcher.json +++ b/.github/for_maintainers/switcher.json @@ -1,4 +1,9 @@ [ + { + "name": "v3.8.0rc1", + "version": "3.8.0rc1", + "url": "https://gudhi.inria.fr/python/3.8.0rc1/" + }, { "name": "v3.7.1 (latest)", "version": "3.7.1", diff --git a/.github/next_release.md b/.github/next_release.md index 0277f3f277..b3cb574b40 100644 --- a/.github/next_release.md +++ b/.github/next_release.md @@ -28,12 +28,11 @@ Below is a list of changes made since GUDHI 3.7.1: - [SimplexTree](https://gudhi.inria.fr/python/latest/simplex_tree_ref.html) - `SimplexTree` can now be used with `pickle`. + - new `prune_above_dimension` method. - Installation - CMake 3.8 is the new minimal standard to compile the library. - Support for oneAPI TBB (instead of deprecated TBB) to take advantage of multicore performance. - -- [Python documentation](https://gudhi.inria.fr/python/latest/installation.html) - [pydata-sphinx-theme](https://pydata-sphinx-theme.readthedocs.io/en/stable/) is the new sphinx theme of the python documentation. - Miscellaneous diff --git a/CMakeGUDHIVersion.txt b/CMakeGUDHIVersion.txt index 69c8e9fc10..46fa81bdbf 100644 --- a/CMakeGUDHIVersion.txt +++ b/CMakeGUDHIVersion.txt @@ -2,7 +2,7 @@ set (GUDHI_MAJOR_VERSION 3) set (GUDHI_MINOR_VERSION 8) # 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 0a0) +set (GUDHI_PATCH_VERSION 0rc1) set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION}) message(STATUS "GUDHI version : ${GUDHI_VERSION}")