Wolf Vollprecht

Results 446 issues of Wolf Vollprecht

I use CTRL+Backspace all the time to delete a word. I'd consider making removal of a cell another shortcut. Cheers to the cool project, Wolf

We could add a macro that automatically does the following, so that users don't forget to do `xt::import_numpy()` which results in weird segfaults. ``` PYBIND11_MODULE(mymodule, m) { xt::import_numpy(); } ```

Enhancement

Currently, the strides adapter doesn't set a stride to zero if the shape in that dimension is `==1`. This leads to bugs when accessing elements of broadcasted xfunctions using explicit...

Bug

When we have a function taking a pyarray but pass in a numpy array of integers, the numpy array is implicitly converted to a pyarray of doubles (but this creates...

We currently use FLENS as blas wrappers for C++. Might be interesting to evaluate BLASPP: https://bitbucket.org/icl/blaspp/

As per https://github.com/QuantStack/xtensor/issues/417

Enhancement

We have an issue in mamba where the MatchSpec looses some information through the representation. If you parse `libblas=*=*mkl`, the repr of that is `libblas=[build=*mkl]` When parsing `libblas=[build=*mkl]` one hits...

plugins::env
source::partner
cla-signed