Johan Mabille

Results 275 comments of Johan Mabille

Many thanks for the support of SVE!

Hi, XSIMD supports both ARMv7 and ARMv8 instruction sets.

Hi, Thanks for this very detailed explanation. `xtensor-python` already provides C++ bindings for Numpy arrays, which can operates in place: `pyarray` (for dynamic number of dimensions) and `pytensor` (for static...

@ax3l Just a question about the indirect dependency, if C depends on B that depends on A, don't we have to do `find_package(A)` in the CMakeLists.txt of C? In the...

@ax3l thank you for the clarification! I agree with you, `xtensor-python` directly depends on `xtl`, this question was meant to improve my cmake skill ;)

You can find an example [here](https://github.com/JohanMabille/xtensor-finance/tree/master/closed_form/src). The idea is to put the code in dedicated headers and cpp files that can be compiled in C++ mode only, and to expose...

The view mentioned here is the [strided view](https://github.com/QuantStack/xtensor/blob/master/include/xtensor/xstrided_view.hpp). The idea would be to have a similar class in `xtensor-python` that embeds a ``xensor-python`` container and the python objetc for view

Most of the failures are due to the tests, they need to be adapted to the new default layout. Also we still have a bug in `do_strides_match` that needs to...

Not really, I'm not used to GHA yet. Why not adding a job in the already existing appveyor config?