Peter Urban

Results 3 issues of Peter Urban

I included into my code to let pybind11 automatically convert xtensor xarrays to numpy arrays. However I get two "-wunused-parameter warnings" which seem to be straightforward to fix :-)

Currently "pip wheel -w dist ." installs also all headers and static libraries into the binary wheel for my project. This is unnecessary and also lets the builds fail on...

enhancement
needs info

This issue is somewhat similar to https://github.com/mesonbuild/meson-python/issues/233, but different. I had the following problem: I tried to configure an `__init__.py` file and install it into a subdirectory of the python...

documentation