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

MAINT: Adapt to numpy hiding flagsobject away #16593

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

seberg
Copy link
Contributor

@seberg seberg commented Aug 19, 2024

NumPy hid the flagsobj type into the _core module. It may make sense for NumPy to put it somewhere less "private", but I think it is fine to consider this semi-private.
However, we need to avoid the deprecation warning (oddly, found in the cuml test suite, and not here).

Description

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

NumPy hid the `flagsobj` type into the `_core` module.  It may make
sense for NumPy to put it somewhere less "private", but I think it
is fine to consider this semi-private.
However, we need to avoid the deprecation warning (oddly, found
in the cuml test suite, and not here).
@seberg seberg requested a review from a team as a code owner August 19, 2024 12:54
@seberg seberg requested review from mroeschke and Matt711 August 19, 2024 12:54
@github-actions github-actions bot added Python Affects Python cuDF API. cudf.pandas Issues specific to cudf.pandas labels Aug 19, 2024
@seberg seberg added bug Something isn't working non-breaking Non-breaking change and removed Python Affects Python cuDF API. cudf.pandas Issues specific to cudf.pandas labels Aug 19, 2024
@galipremsagar
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit 0491778 into rapidsai:branch-24.10 Aug 19, 2024
82 checks passed
@seberg seberg deleted the flagsobj-import branch August 19, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants