Lines Matching refs:pybind11
7 pybind11 strives to be a general solution to binding generation, but it also has
10 - pybind11 casts away ``const``-ness in function arguments and return values.
15 - The NumPy interface ``pybind11::array`` greatly simplifies accessing
18 directly supported, however, with ``pybind11/eigen.h``.
20 Large but useful features could be implemented in pybind11 but would lead to a
23 pybind11; see `pybind11_json <https://github.com/pybind/pybind11_json>`_ for an
35 `#2573 <https://github.com/pybind/pybind11/pull/2573>`_
38 `#2422 <https://github.com/pybind/pybind11/pull/2422>`_
49 `#2527 <https://github.com/pybind/pybind11/issues/2527>`_
51 `#2245 <https://github.com/pybind/pybind11/issues/2245>`_
55 `#2560 <https://github.com/pybind/pybind11/issue/2560>`_
60 Combining older versions of pybind11 (< 2.6.0) with Python on 3.9.0 will
67 mitigation until 3.9.1 is released and commonly used, pybind11 (2.6.0 or newer)
70 collected. For reference; the pybind11 test suite has about 2,000 such