Vincent Rouvreau

Results 72 issues of Vincent Rouvreau

For Rips persistence scikit learn like interfaces #691 example. This PR requires https://github.com/GUDHI/gudhi-data/pull/7 to be merged. Once this will be merged, file urls in remote.py required to be modified.

In `datasets.remote` python module, `from urllib.request import urlretrieve` is used. `urlretrieve` has his own cache mechanism that could be problematic from a user point of view, when a file and...

bug

With #695 and `-fsanitizer=address`, one can see: ``` $ ctest -R scape Test project gudhi-devel/build Start 77: Persistence_representations_example_landscape Start 105: Persistence_representation_utilities_create_landscapes Start 110: Persistence_representation_utilities_create_landscapes_on_grid Start 85: Persistence_lanscapes_on_grid_test_unit Start 76: Persistence_representations_example_landscape_on_grid...

A new helper class `Gudhi::Random` that can be constructed with a user given seed, or from a random seed if not given. This could help for #795 resolution. The use...

With scikit-learn 1.4.0: ```python from sklearn.cluster import KMeans from gudhi.representations.vector_methods import Atol import numpy as np a = np.array([[1, 2, 4], [1, 4, 0], [1, 0, 4]]) b = np.array([[4,...

This evolution enhances cmake, as python `import` can be quite slow. ```bash git checkout master time cmake ... real 0m10,765s user 0m11,097s sys 0m14,035s ``` ```bash git checkout pip_list_to_find_python_module time...

build
optimization

Modification taken from #151 Fix #139 CMake ~~3.12 is now 5 years old~~ 3.15 is now 4 years old (july 2019), so it should be ok for every one. CMake...

cf. https://www.git-tower.com/learn/git/faq/git-rename-master-to-main/ for a how-to

In wait for https://github.com/conan-io/conan/issues/14844