David Loiseaux

Results 22 issues of David Loiseaux

I don't know if vibrantLinux is supposed to work on wayland, but it is not working on my computer :/. Is wayland support possible or planned ? Thanks for your...

Cpp part of PR #817. List of changes : - new `is_multi_parameter` flag in the simplextree's options to deal with filtration values that behave as array-like instead of float-like. -...

This is a basic implementation of multiparameter simplex trees (for python), via a new (python) class : SimplexTreeMulti. This code is a cleaned version of my [multipers](https://github.com/DavidLapous/multipers/blob/main/How%20to%20use.ipynb) repository. It is...

The default filtration value of the `insert` method being `0`, and the non conservative nature of the insert method can create unnatural behavior. For instance, if one forgets to set...

Some tests are (sometimes) failing on my laptop, i.e., I have to rerun `ctest` multiple times to get a 100% pass. For these few example below, the behavior is undefined...

Gudhi doesn't compute degree 1 homology of a 1-dimensional simplextree by default. Minimal example : ```python st = gd.SimplexTree() st.insert([0,1,2],1) st.remove_maximal_simplex([0,1,2]) st.persistence() ``` will return ``` [(0, (1.0, inf))] ```...

As far as I'm aware, edge collapses are only useful for graphs and clique complexes. Wouldn't that make sense to re-expand by default the simplextree to its original dimension after...

In wait of Nanobind
Required for 3.12.0

Hi, and many thanks for your work ! I'm having trouble connecting to pcloud with celeste, the connection on the web browser is successful ``` Success! All done. Please go...

I just added this to test this feature, but okular / zathura seem to always return 0 or -1 for the column, which is quite sad. Do you have an...

Hi, and thanks for your code. I quickly looked at the code of the go `nvim-texlabconfig` file and I didn't find a variable in which to put the column info...