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

Merging in 22.06 branch w/ sg katz branch for eigen #47

Merged
merged 4 commits into from
Apr 14, 2022

Conversation

betochimas
Copy link
Owner

No description provided.

charlesbluca and others added 4 commits April 13, 2022 13:11
Fixes some small inconsistencies between code blocks / diagrams and their associated captions in the Pagerank notebook. We might want to resolve the FutureWarning raised in `from_cudf_edgelist` first, as it crops up in the outputs (xref rapidsai#2174).

Closes rapidsai#2182

Authors:
  - Charles Blackmon-Luca (https://github.com/charlesbluca)

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

URL: rapidsai#2207
Several things bundled here:
 * Added C API definition, implementation and tests for weakly connected components
 * Added C API definition for strongly connected components
 * Updated the C API test functions for supporting the `is_symmetric` property
 * Added C unit tests for SCC, and an implementation that returns `NOT_IMPLEMENTED`

I could add some mock data returns, although the output from SCC is the same as the output from WCC.  So python testing could just call WCC instead until there is an SCC implementation.

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

Approvers:
  - Seunghwa Kang (https://github.com/seunghwak)

URL: rapidsai#2185
CMake 3.23.1 contains the bug fixes that we need to make use of CMake 3.23, so now we can update the pinnings to just avoid 3.23.0.

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

Approvers:
  - Jordan Jacobelli (https://github.com/Ethyling)
  - Robert Maynard (https://github.com/robertmaynard)
  - Brad Rees (https://github.com/BradReesWork)

URL: rapidsai#2221
Fix few typos in documentation.

Authors:
  - Seunghwa Kang (https://github.com/seunghwak)

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

URL: rapidsai#2225
@betochimas betochimas merged commit 146bf63 into branch-22.06-wip-eigen2 Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants