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

Forward merge 22.12 into 23.02 #3033

Merged
merged 11 commits into from
Dec 2, 2022

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Dec 2, 2022

Replaces #3003

shwina and others added 11 commits November 4, 2022 15:49
Moves the PyG extensions to their own package.  Includes conda package configurations.

- [x] File structure
- [x] Enable CI
- [x] Example integration test
- [x] Double-check PyG dependency, conda channel

Due to PyG 2.2 not being released on conda yet, it is not a hard dependency.  This will be resolved when PyG 2.2 is released with conda packages.  Going forward, we should encourage PyG to make their nightly builds available on conda so this issue does not occur again.

Resolves rapidsai/graph_dl#48
Resolves rapidsai/graph_dl#93

Authors:
  - Alex Barghi (https://github.com/alexbarghi-nv)
  - Erik Welch (https://github.com/eriknw)

Approvers:
  - Vibhu Jawa (https://github.com/VibhuJawa)
  - Rick Ratzel (https://github.com/rlratzel)
  - Brad Rees (https://github.com/BradReesWork)
  - Mark Sadang (https://github.com/msadang)

URL: rapidsai#2905
An illegal memory access occurs when running the MG similarity algos at certain scale. This is caused by vertex pairs not being shuffled appropriately.
This PR:
1. Shuffle the vertex pairs based on the edge partitioning
2. Update the the vertex pairs column names which are not necessarily edgelists
3. Update the docstrings, tests and notebooks accordingly

closes rapidsai#3001

Authors:
  - Joseph Nke (https://github.com/jnke2016)
  - Chuck Hastings (https://github.com/ChuckHastings)

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

URL: rapidsai#3002
…ct experimental namespace name (rapidsai#3007)

closes rapidsai#3006 

* Updated experimental warning wrapper to also pass-through __doc__ attr
* Updated PropertyGraph doc .rst file to use the proper experimental namespace.

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

Approvers:
  - Brad Rees (https://github.com/BradReesWork)

URL: rapidsai#3007
We need to install dask-cuda from source during wheel builds for cugraph CI to pass because dask evolves too fast to pin. We also don't want to build wheels on every PR, so we'll need that disabled. I'll make that change once I confirm that wheel builds pass tests here.

This PR also fixes an unrelated issue causing doctests to fail. I'm guessing that because the docstring is in tests/mg it isn't being discovered during conda gpuCI because we exclude that directory from the pytest command in ci/test.sh.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Brad Rees (https://github.com/BradReesWork)
  - Sevag H (https://github.com/sevagh)

URL: rapidsai#3009
This PR pins `dask` and `distributed` to `2022.11.1` for `22.12` release.
xref: rapidsai/cudf#12165

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Brad Rees (https://github.com/BradReesWork)

URL: rapidsai#2940
@vyasr vyasr requested review from a team as code owners December 2, 2022 18:04
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@vyasr vyasr self-assigned this Dec 2, 2022
@vyasr vyasr added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Dec 2, 2022
@ajschmidt8 ajschmidt8 merged commit 56eb123 into rapidsai:branch-23.02 Dec 2, 2022
@vyasr vyasr deleted the branch-23.02-merge-22.12 branch December 12, 2022 18:09
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.

9 participants