summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-12-15 22:20:24 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-12-15 22:20:24 +0100
commit5b55fbd1aca28c9494212f9ab10b4cbbb1a0d719 (patch)
tree17fb2a9ea207ab59a8a10f3c00a3139b59608c14
parentf0c55b3444bc4fc82af10f0c89693e4401691b6d (diff)
Some more content for the release
-rw-r--r--.github/next_release.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/.github/next_release.md b/.github/next_release.md
index 929a7ce6..61234ff7 100644
--- a/.github/next_release.md
+++ b/.github/next_release.md
@@ -6,9 +6,6 @@ We are now using GitHub to develop the GUDHI library, do not hesitate to [fork t
Below is a list of changes made since GUDHI 3.6.0:
-- [Module](link)
- - ...
-
- [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.
@@ -16,7 +13,9 @@ Below is a list of changes made since GUDHI 3.6.0:
- Construction now rejects positional arguments, you need to specify `points=X`.
- Installation
- - c++17 is the new minimal standard to compile the library. This implies Visual Studio minimal version is now 2017.
+ - 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.
@@ -32,3 +31,10 @@ Feel free to [contact us](https://gudhi.inria.fr/contact/) in case you have any
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
+
+- @albert-github
+- @hschreiber
+- @mglisse
+- @VincentRouvreau
+- @wreise