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

[FEA] Move pylibcugraph APIs from 22.04 and earlier out of experimental #2202

Closed
rlratzel opened this issue Apr 7, 2022 · 0 comments · Fixed by #2232
Closed

[FEA] Move pylibcugraph APIs from 22.04 and earlier out of experimental #2202

rlratzel opened this issue Apr 7, 2022 · 0 comments · Fixed by #2232
Assignees
Labels
? - Needs Triage Need team to review and classify
Milestone

Comments

@rlratzel
Copy link
Contributor

rlratzel commented Apr 7, 2022

The experimental APIs in pylibcugraph added for 22.04 and earlier can be promoted to the non-experimental namespaces.
The experimental namespace should also continue to have the APIs for at least another release, but will have a different deprecation warning stating that they will be removed later and the non-experimental API should be used instead.

@rlratzel rlratzel added the ? - Needs Triage Need team to review and classify label Apr 7, 2022
@rlratzel rlratzel added this to the 22.06 milestone Apr 7, 2022
@rlratzel rlratzel self-assigned this Apr 7, 2022
@rlratzel rlratzel added the python label Apr 7, 2022
@rlratzel rlratzel assigned betochimas and unassigned rlratzel Apr 13, 2022
rapids-bot bot pushed a commit that referenced this issue Apr 28, 2022
…namespace (#2232)

This PR addresses and closes #2202. Specifically, this PR does the following:
- Adds current experimental pylibcugraph APIs outside of experimental namespace, without removing the ones inside that namespace (duplicating in a sense)
- The ones promoted outside have no warning wrappers attached
- The original APIs have a different warning applied to them, stating that their version will be removed within a few releases, leaving the promoted ones intact

Authors:
  - https://github.com/betochimas

Approvers:
  - Rick Ratzel (https://github.com/rlratzel)

URL: #2232
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants