Skip to content

Autogenerate python wrappings

  • Generate pybind wrappings of vital/algo algorithms at compile time. The script that geenrates the wrappings is here The previous wrappings have been removed after making sure that no method was missing from the wrappers.
  • Description of the wrapping process is added in 99f8cd28.
  • Python tests have been updated and enabled.
  • A new CI job has been adding that installs the python wheel on linux and runs all the python tests
  • Python is disabled on windows for now. I will handle it in a separate MR.

Depends on !60 (merged)

Edited by Christos Tsolakis

Merge request reports