Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Team:Data Release Production
Description
With pybind11 version 2.2.0 PYBIND11_PLUGIN and the corresponding pybind11_init are deprecated and raise lots of warnings at compile time.
warning: 'pybind11_init' is deprecated: PYBIND11_PLUGIN is deprecated, use PYBIND11_MODULE
Update all modules to use the new macro.
Now blocks
DM-11695, because we don't want code to suddenly display deprecation warnings all over the place.