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

[ENH] Move datasets API from experimental to stable #3675

Closed
nv-rliu opened this issue Jun 28, 2023 · 1 comment
Closed

[ENH] Move datasets API from experimental to stable #3675

nv-rliu opened this issue Jun 28, 2023 · 1 comment
Assignees
Labels
improvement Improvement / enhancement to an existing function
Milestone

Comments

@nv-rliu
Copy link
Contributor

nv-rliu commented Jun 28, 2023

  • Promote datasets API by copying cugraph.experimental.datasets to cugraph.datasets
  • Add deprecation warning to cugraph.experimental.datasets

Follow-up: update docs, notebooks, and tests to use the stable version of the API.

@nv-rliu nv-rliu added the improvement Improvement / enhancement to an existing function label Jun 28, 2023
@nv-rliu nv-rliu added this to the 23.08 milestone Jun 28, 2023
@nv-rliu nv-rliu self-assigned this Jun 28, 2023
rapids-bot bot pushed a commit that referenced this issue Jul 28, 2023
Addresses #3675 and #3706 

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

```python
from cugraph.datasets import karate

G = karate.get_graph()
```

The existing `experimental.datasets` package has been updated with the `promoted_experimental_warning_wrapper()`. All notebooks, docstrings, and unit test dependencies on `datasets` have been updated to use the stable API.

This PR also removes the networkx warning suppression from the unit tests.

Authors:
  - ralph (https://github.com/nv-rliu)
  - Naim (https://github.com/naimnv)

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

URL: #3712
@rlratzel
Copy link
Contributor

This was completed when #3712 was merged

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
Projects
None yet
2 participants