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

Promote datasets from experimental to stable #3678

Closed
wants to merge 3 commits into from

Conversation

nv-rliu
Copy link
Contributor

@nv-rliu nv-rliu commented Jun 29, 2023

This PR moves the datasets API from experimental to stable. Users can now do:

from cugraph.datasets import karate

G = karate.get_graph()

The promoted_experimental_warning_wrapper() has been added to the existing experimental.datasets package.

closes #3675

@nv-rliu nv-rliu added the non-breaking Non-breaking change label Jun 29, 2023
@nv-rliu nv-rliu added this to the 23.08 milestone Jun 29, 2023
@nv-rliu nv-rliu added the improvement Improvement / enhancement to an existing function label Jun 29, 2023
@nv-rliu nv-rliu closed this Jun 29, 2023
@nv-rliu nv-rliu deleted the promote-datasets branch June 29, 2023 16:15
@nv-rliu nv-rliu restored the promote-datasets branch June 29, 2023 18:40
@nv-rliu nv-rliu deleted the promote-datasets branch July 10, 2023 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

[ENH] Move datasets API from experimental to stable
1 participant