Tim Ohliger

Results 49 comments of Tim Ohliger

It would be good to add a small example to the description like this: Previously, numpy arrays and eigen types would display in type hints like this: `numpy.ndarray[numpy.float64[m, 1], flags.writeable]`...

Great, thanks @rwgk for your continued efforts in reviewing! This should be the last PR required for me to introduce typing to Open3D. Are there any plans when the next...

I changed this PR to just include the changes required to update to pybind11 v3.0.0 (leaving the typing fixes in the examples for another PR). Some deprecated functions had to...

Some errors I see so far: * Python 3.14 seems like causing some mypy internal errors * Some checks do not properly install pybind11-stubgen, although I added it to requirements.txt...

I fixed most of the CI issues: * Added `xfail` for Python 3.14 * Using `--no-color-output` fixes parsing the mypy report correctly * I have changed CI at a couple...

I have added a test that applies stubgen and mypy to the whole `pybind11_tests` module. This is the stubgen error log: error log ERROR pybind11_stubgen:error_handlers.py:77 In pybind11_tests.builtin_casters.lvalue_nested : Can't find/import...

I have added a marker `-m stubgen` to enable testing of stubgen on all test modules (off by default right now). In order to enable this test, you can use...

Stubgen tests are now just enabled on the Ubuntu jobs (could be discussed where to roll out stubgen testing in the end). I merged the fixes from #5693 into this...

Just a quick update on this: I am pretty busy right now with finishing my master thesis, so I won't have much time to work on this until mid next...