Skip to content

Commit

Permalink
Merge pull request #1087 from VincentRouvreau/gudhi_3.9.0rc2
Browse files Browse the repository at this point in the history
GUDHI 3.9.0 Release candidate 2
  • Loading branch information
VincentRouvreau authored Jun 25, 2024
2 parents daf1bdc + 16e8e14 commit 0c33077
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
28 changes: 28 additions & 0 deletions .github/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
Release History
===============

[Release 3.10.0](https://github.com/GUDHI/gudhi-devel/releases/tag/tags%2Fgudhi-release-3.10.0)
-----------

Release date: June 2024

Below is a list of changes made since GUDHI 3.9.0:

- [Persistence matrix](https://gudhi.inria.fr/doc/latest/group__persistence__matrix.html)
> Matrix API is in a beta version and may change in incompatible ways in the near future.
- Matrix structure for filtered complexes with multiple functionnalities related to persistence homology, such as
representative cycles computation or vineyards.

- [Rips complex](https://gudhi.inria.fr/python/latest/rips_complex_sklearn_itf_ref.html)
- Rips complex persistence scikit-learn like interface

- [Čech complex](https://gudhi.inria.fr/cechcomplex/)
- A new utility to compute the Delaunay-Čech filtration on a Delaunay triangulation.

- Installation
- CGAL ≥ 5.1.0 is now required (was ≥ 4.11.0).
- Eigen3 ≥ 3.3.0 is now required (was ≥ 3.1.0).

- Maintenance
- Some bug fix for CGAL ≥ 6.0, NumPy ≥ 2.0, Scikit-learn ≥ 1.4, Matplotlib ≥ 3.6 and TensorFlow ≥ 2.16.

- Miscellaneous
- The [list of bugs that were solved since GUDHI-3.9.0](https://github.com/GUDHI/gudhi-devel/issues?q=label%3A3.10.0+is%3Aclosed) is available on GitHub.


[Release 3.9.0](https://github.com/GUDHI/gudhi-devel/releases/tag/tags%2Fgudhi-release-3.9.0)
-----------
Expand Down
6 changes: 3 additions & 3 deletions .github/for_maintainers/switcher.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"name": "v3.10.0rc1",
"version": "3.10.0rc1",
"url": "https://gudhi.inria.fr/python/3.10.0rc1/"
"name": "v3.10.0rc2",
"version": "3.10.0rc2",
"url": "https://gudhi.inria.fr/python/3.10.0rc2/"
},
{
"name": "v3.9.0 (latest)",
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 10)
# 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 0rc1)
set (GUDHI_PATCH_VERSION 0rc2)
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION})

message(STATUS "GUDHI version : ${GUDHI_VERSION}")

0 comments on commit 0c33077

Please sign in to comment.