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

[IMP] Migrate all PropertyGraph code in cugraph-PyG to FeatureStore #3151

Closed
alexbarghi-nv opened this issue Jan 17, 2023 · 0 comments · Fixed by #3159
Closed

[IMP] Migrate all PropertyGraph code in cugraph-PyG to FeatureStore #3151

alexbarghi-nv opened this issue Jan 17, 2023 · 0 comments · Fixed by #3159
Assignees
Labels
breaking Breaking change improvement Improvement / enhancement to an existing function
Milestone

Comments

@alexbarghi-nv
Copy link
Member

alexbarghi-nv commented Jan 17, 2023

cuGraph-PyG is no longer relying on PropertyGraph for functionality. All reliance on PropertyGraph should be replaced with calls to FeatureStore.

Due: 1/18/2023 6:00 PM EST

@alexbarghi-nv alexbarghi-nv added improvement Improvement / enhancement to an existing function breaking Breaking change labels Jan 17, 2023
@alexbarghi-nv alexbarghi-nv added this to the 23.02 milestone Jan 17, 2023
@alexbarghi-nv alexbarghi-nv self-assigned this Jan 17, 2023
rapids-bot bot pushed a commit that referenced this issue Jan 27, 2023
Replaces PropertyGraph in cugraph-PyG with the new FeatureStore, which is the preferred solution for storing tensor features.
Closes #3151 
Closes #3079

Authors:
  - Alex Barghi (https://github.com/alexbarghi-nv)
  - Rick Ratzel (https://github.com/rlratzel)
  - Chuck Hastings (https://github.com/ChuckHastings)
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Vibhu Jawa (https://github.com/VibhuJawa)

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

URL: #3159
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change improvement Improvement / enhancement to an existing function
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant