summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2023-01-06 20:09:31 +0100
committerGitHub <noreply@github.com>2023-01-06 20:09:31 +0100
commita7bf4d3a5190521583f0887d909b6a1781f34fe9 (patch)
tree2b0eee4c65e342461306722b9457129487e270cf
parented492f09ca3c9d7cd972bbbbec37f680cd624fbe (diff)
parentbdf66dca76e1047988edfd16db63251ccfe3d1e2 (diff)
Merge pull request #785 from VincentRouvreau/next_release_3.8.0a0
[skip ci] Update for next release, test remote python module in version creation
-rw-r--r--.github/for_maintainers/new_gudhi_version_creation.md2
-rw-r--r--.github/for_maintainers/next_release_template.md10
-rw-r--r--.github/next_release.md20
-rw-r--r--CMakeGUDHIVersion.txt4
4 files changed, 25 insertions, 11 deletions
diff --git a/.github/for_maintainers/new_gudhi_version_creation.md b/.github/for_maintainers/new_gudhi_version_creation.md
index 9634adae..de8d0aa5 100644
--- a/.github/for_maintainers/new_gudhi_version_creation.md
+++ b/.github/for_maintainers/new_gudhi_version_creation.md
@@ -18,7 +18,7 @@ Checkin the modifications, build and test the version:
```bash
git submodule update --init
rm -rf build; mkdir build; cd build
-cmake -DCMAKE_BUILD_TYPE=Release -DCGAL_DIR=/your/path/to/CGAL -DWITH_GUDHI_EXAMPLE=ON -DWITH_GUDHI_BENCHMARK=ON -DUSER_VERSION_DIR=gudhi.@GUDHI_VERSION@ -DPython_ADDITIONAL_VERSIONS=3 ..
+cmake -DCMAKE_BUILD_TYPE=Release -DCGAL_DIR=/your/path/to/CGAL -DWITH_GUDHI_REMOTE_TEST=ON -DWITH_GUDHI_EXAMPLE=ON -DWITH_GUDHI_BENCHMARK=ON -DUSER_VERSION_DIR=gudhi.@GUDHI_VERSION@ -DPython_ADDITIONAL_VERSIONS=3 ..
make user_version
date +"%d-%m-%Y-%T" > gudhi.@GUDHI_VERSION@/timestamp.txt
tar -czvf gudhi.@GUDHI_VERSION@.tar.gz gudhi.@GUDHI_VERSION@
diff --git a/.github/for_maintainers/next_release_template.md b/.github/for_maintainers/next_release_template.md
index 0b6dde63..c57ae4eb 100644
--- a/.github/for_maintainers/next_release_template.md
+++ b/.github/for_maintainers/next_release_template.md
@@ -1,16 +1,16 @@
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 **...**
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:
- [Module](link)
- - ...
+ - **...**
- [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.
@@ -28,5 +28,5 @@ For further information about downloading and installing the library ([C++](http
## Contributors
-- ...
-- ... \ No newline at end of file
+- **...**
+- **...** \ No newline at end of file
diff --git a/.github/next_release.md b/.github/next_release.md
index 54115196..a74fafc6 100644
--- a/.github/next_release.md
+++ b/.github/next_release.md
@@ -1,10 +1,19 @@
-We are pleased to announce the release 3.7.1 of the GUDHI library.
+We are pleased to announce the release 3.8.0 of the GUDHI library.
-This minor post-release is a bug fix version for [python representation module](https://gudhi.inria.fr/python/latest/representations.html).
+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).
-The [list of bugs that were solved since GUDHI-3.7.0](https://github.com/GUDHI/gudhi-devel/issues?q=label%3A3.7.1+is%3Aclosed) is available on GitHub.
+Below is a list of changes made since GUDHI 3.7.1:
+
+- [Module](link)
+ - **...**
+
+- [Module](link)
+ - **...**
+
+- Miscellaneous
+ - The [list of bugs that were solved since GUDHI-3.7.1](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.
@@ -16,3 +25,8 @@ We provide [bibtex entries](https://gudhi.inria.fr/doc/latest/_citation.html) fo
Feel free to [contact us](https://gudhi.inria.fr/contact/) in case you have any questions or remarks.
For further information about downloading and installing the library ([C++](https://gudhi.inria.fr/doc/latest/installation.html) or [Python](https://gudhi.inria.fr/python/latest/installation.html)), please visit the [GUDHI web site](https://gudhi.inria.fr/).
+
+## Contributors
+
+- **...**
+- **...** \ No newline at end of file
diff --git a/CMakeGUDHIVersion.txt b/CMakeGUDHIVersion.txt
index 5e4578da..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 1)
+set (GUDHI_PATCH_VERSION 0a0)
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION})
message(STATUS "GUDHI version : ${GUDHI_VERSION}")