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 numpy 2.0 deprecations #5866

Merged
merged 3 commits into from
Apr 25, 2024

Conversation

mroeschke
Copy link
Contributor

@mroeschke mroeschke commented Apr 24, 2024

Split from #5799

  • product -> prod
  • Coercing single element arrays to it's scalar value via int or similar appears deprecated, so adjusted not to do this where possible

xref: rapidsai/build-planning#38

@mroeschke mroeschke requested a review from a team as a code owner April 24, 2024 21:55
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Apr 24, 2024
@dantegd dantegd added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Apr 24, 2024
@dantegd dantegd added the 5 - Ready to Merge Testing and reviews complete, ready to merge label Apr 24, 2024
@dantegd
Copy link
Member

dantegd commented Apr 25, 2024

/merge

@rapids-bot rapids-bot bot merged commit d3d0ff3 into rapidsai:branch-24.06 Apr 25, 2024
59 checks passed
@mroeschke mroeschke deleted the futurewarning/numpy_like branch April 29, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge Cython / Python Cython or Python issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants