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

Replace removed itemset method #72

Merged

Commits on Jul 3, 2024

  1. Replace removed itemset method

    Numpy 2.0 removes the itemset Python method from
    the API
    Switch to setting array values via direct array
    interface for pybind11::object types
    
    Mutable array access is unchecked for dimension
    boundaries
    
    Signed-off-by: John Parent <john.parent@kitware.com>
    johnwparent committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    699053d View commit details
    Browse the repository at this point in the history