Aymeric Stamm

Results 13 issues of Aymeric Stamm

Hi Fredrik, I am one of the developers of the [Anima](https://github.com/Inria-Visages/Anima-Public) library at INRIA and maintained by @ocommowi. This is a C++11 library for medical image processing. It occurs relatively...

On recent versions of macOS, you enable OpenMP support by appending `-Xclang -fopenmp` to `PKG_CPPFLAGS` and `-lomp` to `PKG_LIBS`. It works nicely then when you install packages such as **RcppArmadillo**....

help wanted :heart:

The documentation says: ### Symbol Registration > If you've opted to disable dynamic symbol lookup in your package, then you'll need to explicitly export a symbol in your package that...

documentation

A space to contribute Quarto notebooks for showing how GUDHI can be interfaced with R to enable the use of statistical analyses provided by the R community.

The tutorials [Simplicial complexes from data points](https://github.com/GUDHI/TDA-tutorial/blob/master/Tuto-GUDHI-simplicial-complexes-from-data-points.ipynb) and [Simplicial complexes from distance matrix](https://github.com/GUDHI/TDA-tutorial/blob/master/Tuto-GUDHI-simplicial-complexes-from-distance-matrix.ipynb) are almost identical. I propose that we merge them. The Rips complex takes one out of three...

enhancement

Hi. When I check my package on the platform `Debian Linux, R-devel, GCC ASAN/UBSAN`, I get a prep-error telling me that dependencies `Rcpp` and `RcppArmadillo` are not available. I have...

bug

The documentation says: > - threshold (int) – number of coefficients (default 10). This is the dimension of the complex vector of coefficients, i.e. the number of coefficients corresponding to...

If I understand correctly, the new strategy of the `__call__` method in the representations module is to clone the class and call `fit_transform()` on the cloned class. This effectively does...

When the resolution is not `None`, - if both lower and upper bounds are missing (e.g. `sample_range = [nan, nan]`), the computed grid is a list of 1s of length...

I understand that behind the scene all computations for the GIC in the cover complex are performed in C. However, there is no way from the Python interface to set...