From a6e742504416a7e214251dd1b541e49df98c01f9 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Sat, 17 Dec 2022 09:49:37 +0100 Subject: reset for next release --- .github/next_release.md | 27 ++++++++++----------------- CMakeGUDHIVersion.txt | 4 ++-- 2 files changed, 12 insertions(+), 19 deletions(-) diff --git a/.github/next_release.md b/.github/next_release.md index f2192878..937fc557 100644 --- a/.github/next_release.md +++ b/.github/next_release.md @@ -1,24 +1,20 @@ -We are pleased to announce the release 3.7.0 of the GUDHI library. +We are pleased to announce the release 3.8.0 of the GUDHI library. -As a major new feature, the GUDHI library now offers new functions to initialize a Simplex tree. Universal wheel for OSx pip package and python 3.11 are now available. +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.X.X.tar.gz). -Below is a list of changes made since GUDHI 3.6.0: +Below is a list of changes made since GUDHI 3.7.0: -- [Simplex tree](https://gudhi.inria.fr/python/latest/simplex_tree_ref.html) - - New functions to initialize from a matrix or insert batches of simplices of the same dimension. +- [Module](link) + - ... -- [Rips complex](https://gudhi.inria.fr/python/latest/rips_complex_user.html) - - Construction now rejects positional arguments, you need to specify `points=X`. +- [Module](link) + - ... -- Installation - - C++17 is the new minimal standard to compile the library. This implies Visual Studio minimal version is now 2017. - - OSx ARM pip package is now available thanks to a universal wheel - - Python 3.11 pip package - Miscellaneous - - The [list of bugs that were solved since GUDHI-3.6.0](https://github.com/GUDHI/gudhi-devel/issues?q=label%3A3.7.0+is%3Aclosed) is available on GitHub. + - The [list of bugs that were solved since GUDHI-3.7.0](https://github.com/GUDHI/gudhi-devel/issues?q=label%3A3.8.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. @@ -33,8 +29,5 @@ For further information about downloading and installing the library ([C++](http ## Contributors -- @albert-github -- @hschreiber -- @mglisse -- @VincentRouvreau -- @wreise +- ... +- ... \ No newline at end of file diff --git a/CMakeGUDHIVersion.txt b/CMakeGUDHIVersion.txt index 319031b2..69c8e9fc 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 7) +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 0) +set (GUDHI_PATCH_VERSION 0a0) set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION}) message(STATUS "GUDHI version : ${GUDHI_VERSION}") -- cgit v1.2.3