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

Fix documentation of python bindings #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lplatz-gh
Copy link

The documentation on the python bindings was deprecated:

  • enoki requires a C++17 capable compiler to build. The given
    CMakeLists.txt file only tested for C++14 compatibility
  • the vectorize_wrapper function was moved to the dynamic.h
    header file in 7b56693, so this header has to be imported
    by the example, too.

The documentation on the python bindings was deprecated:

- enoki requires a C++17 capable compiler to build. The given
  CMakeLists.txt file only tested for C++14 compatibility
- the `vectorize_wrapper` function was moved to the `dynamic.h`
  header file in 7b56693, so this header has to be imported
  by the example, too.
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

Successfully merging this pull request may close these issues.

1 participant