-
There are some build errors with clang 19.1.0-rc3. Not going into details, as this seems just untested right now.
-
I'm sometimes running into problems with the number of dedicated classes that xtensor provides. Currently its a slight problem for me that `adapt()` provides an `xtensor_adapter` instead of a plain `x…
-
Replace the [`itk::ImportImageContainer`](https://itk.org/Doxygen413/html/classitk_1_1ImportImageContainer.html) use to hold pixel buffer data by `itk::Image` with an [xtensor](https://github.com/xten…
-
Hi,
currently xtensor python brings seamless integration of `xarray` and `xtensor` types with numpy. However `xtensor_fixed` type is not supported. Hence the following definitions work (with `m` a…
-
This is an issue that came up in xtensor not so long ago, however it's easily fixed as that's what
this PR acheives: https://github.com/QuantStack/xtensor/pull/492
Copy and pasting the code from t…
-
I tried to adapt a splat tensor. However, xtensor threw a runtime error with message `xbuffer_storage not resizable`. It seems that xtensor expects that buffer size equals to tensor size. I don't t…
jdh8 updated
2 months ago
-
Seems like benchmark code was not updated since xtensor 0.15.4 (this is first version with which build sucseeded): https://gist.github.com/floatdrop/37437071975bee51e02dfb9fca73608a
-
Hello,
I created a private quetz server on an ECS cluster using the latest docker image and installed the quetz client on my dev instance.
I'm attempting to upload the xtensor test package to …
-
Hi there,
first of, this is an excellent library. I am utilizing it for a research project and had no issues installing and running it on Kaggle. Recently, however, Kaggle apparently upgraded to Py…
-
After a quick inspection of xtensor-python's internals, it looks like it shouldn't be too hard supporting both pybind11 and [nanobind](https://github.com/wjakob/nanobind) via some sort of minimal comp…