Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use PyBind11 for Python bindings #227

Closed
tswilliams opened this issue Jan 8, 2021 · 1 comment
Closed

Use PyBind11 for Python bindings #227

tswilliams opened this issue Jan 8, 2021 · 1 comment

Comments

@tswilliams
Copy link
Collaborator

Now possible since SLC6 support dropped.

Advantages of switching from boost Python to PyBind11:

  • Simplifies our Python bindings codebase - e.g:
    • To-/From-Python converters for STL collections automatically defined, simply by including a specific header
    • Exception translation functionality (rather than needing to be implemented & maintained in house)
  • Better documentation
  • Removes restriction to Python version(s) used to build boost
@tswilliams
Copy link
Collaborator Author

All done. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant