Wolf Vollprecht

Results 506 comments of Wolf Vollprecht

I am happy to remove the "not for production" use thing. I am using micromamba daily and it's a much improved experience. And we nowadays use it in all of...

Hey, in the emscripten-forge project we just managed to get `llvmlite` to run. For this, we've compiled `llvm 11.1.0` and `llvmlite`. We've also already compiled numba, but that one does...

@ryanking13 thanks for the ping. We will have a "empty" package that specifies the ABI version of the emscripten compiler that was used to compile the package (the `emscripten_abi 3.1.18`...

We have cartographer (and abseil-cpp) on conda-forge, and we're really interested in a fresh release: https://github.com/conda-forge/cartographer-feedstock Conda packages work on Windows, Linux (glibc based distros) & ARM64, PPC64LE and OSX....

awesome, the PR to conda-forge is in (thanks to the bots): https://github.com/conda-forge/cartographer-feedstock/pull/13

With some of the recent additions this is definitly possible (at least for "easy" views that don't use the new islice), and for the strided view.

Actually in pybind11 there is a compile-time option like so: ```c++ void f(py::array_t array); ``` To signify if that array should be casted or not. Maybe we could use that,...

I think with the recently merged support for pybind11 dtypes we're closer to solving this one. However, I think we do not yet have specializations for `dtype` which seem necessary....

Hi @zhujun98! Thanks for the bug report. Indeed there is a problem with the performance of mean. We have a fix in this PR: https://github.com/QuantStack/xtensor/pull/1627 I think I will take...

Hi @conjam, first, just in case, have you made sure that you are linking against OpenBLAS or MKL? xtensor-blas contains a C++ implementation (called FLENS) of most BLAS routines, but...