Benjamin Perret

Results 15 issues of Benjamin Perret

Improve efficiency of ``labelsitation_seeded_watersed`` https://github.com/higra/Higra/blob/f85538d23b0e6bc5a47f3122a74bc28be74a8efe/include/higra/algo/watershed.hpp#L124 Idea 1: sure, shortcut first loop when num_vertices - num_seeds edges have been processed (edge case, num_seeds = 0) Idea 2: to test, replace relabelling...

enhancement

Numpy 2.0 is incoming with some breaking changes. It might require some adaptations and third party c++ library update (pybind11, xtensor-python)

MSCV currently emits a syntax error on line (TBB with SIMD branch) https://github.com/xtensor-stack/xtensor/blob/8c0a484f04eccd0dbc0e25eb58a97de000fb048b/include/xtensor/xassign.hpp#L1252 Adds a simple syntax helper for MSVC (not sure what the standard says here). ```cpp res_stepper.template store_simd(fct_stepper.template...

The function [subgraph](https://higra.readthedocs.io/en/stable/python/graph_core.html#higra.subgraph) can create a subgraph induced by a subset of edges but there is no function to create a subgraph induced by a subset of vertices

feature request

The current TBB version is seriously outdated, might create problem in the future.

enhancement