summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/next_release.md6
-rw-r--r--.github/workflows/pip-packaging-windows.yml2
-rw-r--r--CMakeGUDHIVersion.txt2
-rw-r--r--src/python/doc/img/tensorflow.pngbin0 -> 3846 bytes
4 files changed, 5 insertions, 5 deletions
diff --git a/.github/next_release.md b/.github/next_release.md
index 8e1e12da..72c55999 100644
--- a/.github/next_release.md
+++ b/.github/next_release.md
@@ -1,4 +1,4 @@
-We are pleased to announce the release 3.6.0.rc1 of the GUDHI library.
+We are pleased to announce the release 3.6.0 of the GUDHI library.
As a major new feature, the GUDHI library now offers automatic differentiation for the computation of
persistence diagrams, Cubical complex persistence scikit-learn like interface, datasets fetch methods,
@@ -7,7 +7,7 @@ and weighted version for alpha complex in any dimension D.
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).
For further information, please visit the [GUDHI web site](https://gudhi.inria.fr/).
-# GUDHI 3.6.0rc1 Release Notes
+# GUDHI 3.6.0 Release Notes
Below is a list of changes made since GUDHI 3.5.0:
- TensorFlow 2 models that can handle automatic differentiation for the computation of persistence diagrams:
@@ -28,7 +28,7 @@ Below is a list of changes made since GUDHI 3.5.0:
- [Edge collapse](https://gudhi.inria.fr/doc/latest/group__edge__collapse.html)
- rewriting of the module to improve performance
-- [Čech complex](https://gudhi.inria.fr/doc/latest/group__edge__collapse.html)
+- [Čech complex](https://gudhi.inria.fr/doc/latest/group__cech__complex.html)
- rewriting of the module to improve performance
- [Representations](https://gudhi.inria.fr/python/latest/representations.html#gudhi.representations.vector_methods.BettiCurve)
diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml
index 142a114c..48a98036 100644
--- a/.github/workflows/pip-packaging-windows.yml
+++ b/.github/workflows/pip-packaging-windows.yml
@@ -10,7 +10,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
- python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
+ python-version: ['3.7', '3.8', '3.9', '3.10']
name: Build wheels for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v1
diff --git a/CMakeGUDHIVersion.txt b/CMakeGUDHIVersion.txt
index ca2d24c1..dbde29a0 100644
--- a/CMakeGUDHIVersion.txt
+++ b/CMakeGUDHIVersion.txt
@@ -2,7 +2,7 @@
set (GUDHI_MAJOR_VERSION 3)
set (GUDHI_MINOR_VERSION 6)
# 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 0)
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION})
message(STATUS "GUDHI version : ${GUDHI_VERSION}")
diff --git a/src/python/doc/img/tensorflow.png b/src/python/doc/img/tensorflow.png
new file mode 100644
index 00000000..a75f3f5b
--- /dev/null
+++ b/src/python/doc/img/tensorflow.png
Binary files differ