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

Port OpenVDB Python bindings from pybind11 to nanobind #1753

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Apr 24, 2024

  1. Initial port to nanobind

    Signed-off-by: Matthew Cong <mcong@nvidia.com>
    matthewdcong committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c224082 View commit details
    Browse the repository at this point in the history
  2. Port the rest of the core bindings

    Signed-off-by: Matthew Cong <mcong@nvidia.com>
    matthewdcong committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9987915 View commit details
    Browse the repository at this point in the history
  3. Start numpy comptability work

    Signed-off-by: Matthew Cong <mcong@nvidia.com>
    matthewdcong committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    eca39cb View commit details
    Browse the repository at this point in the history
  4. Partial fix for copyTo/FromDense

    Signed-off-by: Matthew Cong <mcong@nvidia.com>
    matthewdcong committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2d0706a View commit details
    Browse the repository at this point in the history
  5. Fix copyTo/FromDense

    Signed-off-by: Matthew Cong <mcong@nvidia.com>
    matthewdcong committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    aac3781 View commit details
    Browse the repository at this point in the history
  6. Update tests

    Signed-off-by: Matthew Cong <mcong@nvidia.com>
    matthewdcong committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    16852c6 View commit details
    Browse the repository at this point in the history
  7. more cleanup

    Signed-off-by: Matthew Cong <mcong@nvidia.com>
    matthewdcong committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    00f4b6f View commit details
    Browse the repository at this point in the history
  8. Revert USE_NUMPY default change

    Signed-off-by: Matthew Cong <mcong@nvidia.com>
    matthewdcong committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    492e8f7 View commit details
    Browse the repository at this point in the history
  9. Clean up docstring

    Signed-off-by: Matthew Cong <mcong@nvidia.com>
    matthewdcong committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1811463 View commit details
    Browse the repository at this point in the history
  10. Fix duplication with autogenerated docstrings

    Signed-off-by: Matthew Cong <mcong@nvidia.com>
    matthewdcong committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a1ce760 View commit details
    Browse the repository at this point in the history
  11. Remove outdated docstring code

    Signed-off-by: Matthew Cong <mcong@nvidia.com>
    matthewdcong committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    246836a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    363728d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    5a880db View commit details
    Browse the repository at this point in the history