Thibault Hallouin

Results 8 issues of Thibault Hallouin

This is a PR to propose an upgrade to the latest version of FontAwesome (i.e. v6.1.2). Moving from 5.13.0 to 6.x.x provides to `pydata-sphinx-theme` users with a richer bank of...

Hi, There seems to be the same kind of compilation error as in #1981 with reducer functions (e.g. `xt::mean`). ```cpp #include #include #include int main(int argc, char* argv[]) { xt::xtensor...

Hi, I have been experiencing compilation errors when trying to work with rtensor containing rlogical (i.e. boolean) data. For example, if I turn your test https://github.com/xtensor-stack/xtensor-r/blob/0a84316e99eb47a1ea87dee572d0b22fa19ca80d/test/rcpp_tests.cpp#L56-L61 into ```cpp int cpp_lgl(xt::rtensor&...

Hi Sadie, Hi David, 🙂 In [`unifhy`](https://github.com/unifhy-org/unifhy) we have been using [`cf.Field.get_filenames`](https://ncas-cms.github.io/cf-python/method/cf.Field.get_filenames.html?highlight=get_filenames#cf.Field.get_filenames) for a while to track down the source files of the user input fields so that they can...

question

Hi, The new added `xt::quantile` seems not to play nicely with `pytensor`. For me, the following : ```cpp xt::pytensor arr {{ 5.3, 4.3, 5.3 }, { 4.2, 4.2, 5.2 },...

Hi, I have been comparing computing the standard deviation myself ("homemade" version in the MWE below) and xtensor's standard deviation: the homemade version seems about 10 times faster than xtensor's...

Hi, When I am using `xt::sort` or `xt::quantile` on `xt::rtensor`, there seems to be some form of memory leak. For example, the following C++ function: ```cpp #include #include #include #include...

Hi there, Would it be possible to release a new version to CRAN build with the latest versions of the xtensor stack please ? (i.e. xtensor=0.24.6 and xtensor-r=0.14.2) Thanks.