summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-01-26 08:16:02 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-01-26 08:16:02 +0100
commit7cd975bcb4f932372a3abe932d3b22c9ea1ce38a (patch)
tree3688cb5df0367e2134d88ccc7e53c78e82916bcb /.github
parentcee14f45b10d8fd4bee78b4323dea650f8d20f11 (diff)
parent4d27d023c89d6c6ad10b3923c3cdbd9ed5952711 (diff)
merge master and resolve conflict
Diffstat (limited to '.github')
-rw-r--r--.github/for_maintainers/tests_strategy.md10
-rw-r--r--.github/next_release.md3
2 files changed, 9 insertions, 4 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 1dc4529f..65a92816 100644
--- a/.github/next_release.md
+++ b/.github/next_release.md
@@ -10,6 +10,9 @@ Below is a list of changes made since GUDHI 3.5.0:
- the python weighted version for alpha complex is now available in any dimension D.
- `alpha_complex = gudhi.AlphaComplex(off_file='/data/points/tore3D_300.off')` is deprecated, please use [read_points_from_off_file](https://gudhi.inria.fr/python/latest/point_cloud.html#gudhi.read_points_from_off_file) instead.
+- [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
+
- [Module](link)
- ...