summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-01-24 10:58:26 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-01-24 10:58:26 +0100
commitbbf6587030d09186002d41327243646aa5e6ced5 (patch)
tree70f6bacde1608f6eb6dabf0d869dc4dcf1359518 /.github
parent6b6a2ca097e38ca8d1601e764c8f3a6eecfd19e7 (diff)
parent4d27d023c89d6c6ad10b3923c3cdbd9ed5952711 (diff)
Merge master
Diffstat (limited to '.github')
-rw-r--r--.github/for_maintainers/tests_strategy.md10
-rw-r--r--.github/next_release.md4
2 files changed, 8 insertions, 6 deletions
diff --git a/.github/for_maintainers/tests_strategy.md b/.github/for_maintainers/tests_strategy.md
index 9c181740..c25acf9b 100644
--- a/.github/for_maintainers/tests_strategy.md
+++ b/.github/for_maintainers/tests_strategy.md
@@ -39,22 +39,24 @@ docker push gudhi/ci_for_gudhi_wo_cgal:latest
### Windows
-The compilations has been seperated by categories to be parallelized, but I don't know why builds are not run in parallel:
+The compilations are not parallelized, as installation time (about 30 minutes) is too much compare to
+build and tests timings (about 30 minutes). Builds and tests include:
* examples (C++)
* tests (C++)
* utils (C++)
* python
-Doxygen (C++) is not tested.
-(cf. `.appveyor.yml`)
+Doxygen (C++) is not generated.
+(cf. `azure-pipelines.yml`)
C++ third parties installation are done thanks to [vcpkg](https://github.com/microsoft/vcpkg/).
In case of installation issue, check in [vcpkg issues](https://github.com/microsoft/vcpkg/issues).
### OSx
-The compilations has been seperated by categories to be parallelized:
+The compilations are not parallelized, but they should, as installation time (about 4 minutes) is
+negligeable compare to build and tests timings (about 30 minutes). Builds and tests include:
* examples (C++)
* tests (C++)
diff --git a/.github/next_release.md b/.github/next_release.md
index 5a8eadb7..211ae117 100644
--- a/.github/next_release.md
+++ b/.github/next_release.md
@@ -6,8 +6,8 @@ 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.5.0:
-- [Module](link)
- - ...
+- [Representations](https://gudhi.inria.fr/python/latest/representations.html#gudhi.representations.vector_methods.BettiCurve)
+ - A more flexible Betti curve class capable of computing exact curves
- [Python installation](link)
- Python >= 3.5 and cython >= 0.27 are now required.