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 branch-24.08 into branch-24.10 #1408

Merged
merged 5 commits into from
Jul 26, 2024
Merged

Commits on Jul 19, 2024

  1. Build and test with CUDA 12.5.1 (#1405)

    This PR updates the latest CUDA build/test version 12.2.2 to 12.5.1.
    
    Contributes to rapidsai/build-planning#73
    
    Authors:
      - Kyle Edwards (https://github.com/KyleFromNVIDIA)
      - https://github.com/jakirkham
    
    Approvers:
      - James Lamb (https://github.com/jameslamb)
      - https://github.com/jakirkham
    
    URL: #1405
    KyleFromNVIDIA authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    068f461 View commit details
    Browse the repository at this point in the history
  2. Use verify-alpha-spec hook (#1399)

    Authors:
      - Kyle Edwards (https://github.com/KyleFromNVIDIA)
    
    Approvers:
      - James Lamb (https://github.com/jameslamb)
    
    URL: #1399
    KyleFromNVIDIA authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    76e6113 View commit details
    Browse the repository at this point in the history
  3. Conda: Move cmake to requirements/build (#1409)

    Previously `cmake` was added to `requirements/host`. However it is a build tool. So should be placed in `requirements/build`. This makes that change in relevant recipes.
    
    Authors:
      - https://github.com/jakirkham
    
    Approvers:
      - James Lamb (https://github.com/jameslamb)
    
    URL: #1409
    jakirkham authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    2bbb904 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Ensure _from_data accepts columns objects only (#1415)

    rapidsai/cudf#16285 makes `_from_data` explicitly requires the `data.values()` to all be a `ColumnBase`. This PR either ensures they are columns or just goes through the normal `GeoDataFrame`/`DataFrame` constructor if they are not.
    
    Authors:
      - Matthew Roeschke (https://github.com/mroeschke)
    
    Approvers:
      - Mark Harris (https://github.com/harrism)
      - Bradley Dice (https://github.com/bdice)
    
    URL: #1415
    mroeschke authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7f76560 View commit details
    Browse the repository at this point in the history
  2. split up CUDA-suffixed dependencies in dependencies.yaml (#1414)

    Contributes to rapidsai/build-planning#31
    
    In short, RAPIDS DLFW builds want to produce wheels with unsuffixed dependencies, e.g. `cudf` depending on `rmm`, not `rmm-cu12`.
    
    This PR is part of a series across all of RAPIDS to try to support that type of build by setting up CUDA-suffixed and CUDA-unsuffixed dependency lists in `dependencies.yaml`.
    
    For more details, see:
    * rapidsai/build-planning#31 (comment)
    * rapidsai/cudf#16183
    
    ## Notes for Reviewers
    
    ### Why target 24.08?
    
    This is targeting 24.08 because:
    
    1. it should be very low-risk
    2. getting these changes into 24.08 prevents the need to carry around patches for every library in DLFW builds using RAPIDS 24.08
    
    Authors:
      - James Lamb (https://github.com/jameslamb)
      - Vyas Ramasubramani (https://github.com/vyasr)
    
    Approvers:
      - Vyas Ramasubramani (https://github.com/vyasr)
    
    URL: #1414
    jameslamb authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    58d4212 View commit details
    Browse the repository at this point in the history