Closed rjanvier closed 7 months ago
Fix compilation with pybind11 >= 2.12 and compatibility with Numpy2.0. in pybind11 2.12 PyArrayDescr_Proxy no longer have a names field.
pybind11
Numpy
PyArrayDescr_Proxy
names
Two possible alternatives
PYBIND11_NUMPY_1_ONLY
I'm fine with removing numpyu cloud but since you did the work of making it compile we can keep it
Fix compilation with
pybind11
>= 2.12 and compatibility withNumpy
2.0. in pybind11 2.12PyArrayDescr_Proxy
no longer have anames
field.Two possible alternatives
PYBIND11_NUMPY_1_ONLY
definition to restrict the usage of CCPython-Runtime to numpy [1.7,2.0)