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

Commits on Apr 13, 2022

  1. Make diagram and caption consistent in Pagerank.ipynb (rapidsai#2207)

    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
    charlesbluca authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a838fc5 View commit details
    Browse the repository at this point in the history
  2. Labeling algorithm updates for C API (rapidsai#2185)

    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
    ChuckHastings authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    5b5cd90 View commit details
    Browse the repository at this point in the history
  3. Update CMake pinning to allow newer CMake versions. (rapidsai#2221)

    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
    vyasr authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    7030b83 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Fix typos in documentation (rapidsai#2225)

    Fix few typos in documentation.
    
    Authors:
      - Seunghwa Kang (https://github.com/seunghwak)
    
    Approvers:
      - Chuck Hastings (https://github.com/ChuckHastings)
    
    URL: rapidsai#2225
    seunghwak authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    fc7bb31 View commit details
    Browse the repository at this point in the history