You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyBind11 looks like a promising and more modern replacement for Boost.Python and has the advantage of being header-only. That would hopefully eliminate the need for locating NumPy headers in CMake etc.
REF: https://github.com/pybind/pybind11
Can it use Numpy arrays without copying? That is an important requirement.
The text was updated successfully, but these errors were encountered:
PyBind11 looks like a promising and more modern replacement for Boost.Python and has the advantage of being header-only. That would hopefully eliminate the need for locating NumPy headers in CMake etc.
REF: https://github.com/pybind/pybind11
Can it use Numpy arrays without copying? That is an important requirement.
The text was updated successfully, but these errors were encountered: