Tom de Geus

Results 106 issues of Tom de Geus

# Checklist - [ ] The title and commit message(s) are descriptive. - [ ] Small commits made to fix your PR have been squashed to avoid history pollution. -...

Bug

# Checklist - [ ] The title and commit message(s) are descriptive. - [ ] Small commits made to fix your PR have been squashed to avoid history pollution. -...

Bug

https://github.com/xtensor-stack/xtensor/blob/751f3ae17a17e56139703a4291c36aaf7adf00fe/include/xtensor/xstrides.hpp#L175 Should this be simply ``` typename S::value_type ``` ?

I think it would be great to have tool to avoid the docs becoming outdated

See https://xtensor.readthedocs.io/en/latest/api/xshape.html?highlight=has_shape#xshape

Current `xt::allclose` works with scalar inputs, but `xt::isclose` does not. It gives the following error: ```none xtensor/xfunction.hpp:315:9: note: candidate template ignored: requirement 'xfunction::all_xscalar::value' was not satisfied [with UT = xt::xfunction]...

The following example: ```cpp #include #include #include int main() { xt::xtensor a = {1, 2, 1, 0, 3, 1}; xt::xtensor idx = {0, 3}; xt::xtensor jdx = {1, 2}; auto...

Feature Request

Please provide the following when posting an issue: original .tex code ```tex \begin{abstract} This is a very long sentence that should be wrapped at some point, which is the case...

enhancement
text-wrap
one-sentence-per-line

I have the following code ```cpp #include int main() { for (int i : tqdm::range(5)) { } return 0; } ``` I would have hoped to see a progress-bar, but...

Nice library! I wonder though, do you provide CMake support / would you be willing to consider this (I'm happy to open a PR)?

framework