Yves Delley

Results 131 comments of Yves Delley

Well, half of it is a documentation issue. The documentation is not 100 % clear how the vectorised API is supposed to look, or at least was it slightly inconsistent...

I haven't run the code on 0.13 or 0.14, so the version checks to make it work might need small tweaking, if you want to test those too.

This issue is about an *undocumented API change* between two versions of quadpy, both of them slightly mismatching what the documentation says. Therefore, it's up to you to decide if...

I would definitely be interested in support for async stuff in pybind11. I am regularly using `async/await` in python, and also have some experience with C++20's coroutines (`co_await` and the...

The Jupyter Notebook server shows a 404 for `GET /static/itkwidgets.js?v=20211029173136`. Could it be that the js-side of itkwidgets needs to be installed similarly to the jupyter lab extensions? `jupyter nbextension...

It seems like the following two lines do the trick: ``` jupyter nbextension install --py itkwidgets jupyter nbextension enable --py itkwidgets ```

I totally agree, explicit is better than implict and errors should never go unnoticed (or something like that). One can probably distinguish at least three classes of numbers: 1. python...