Skip to content

Commit

Permalink
Merge pull request #863 from VincentRouvreau/next_release_3_8_0
Browse files Browse the repository at this point in the history
Next release 3 8 0
  • Loading branch information
VincentRouvreau authored Apr 11, 2023
2 parents b1d3a4f + 1371068 commit 26e37ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/for_maintainers/switcher.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 1 addition & 2 deletions .github/next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeGUDHIVersion.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")

0 comments on commit 26e37ca

Please sign in to comment.