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.10 into branch-24.12 #6079

Merged
merged 3 commits into from
Sep 25, 2024
Merged

Commits on Sep 24, 2024

  1. Update fmt (to 11.0.2) and spdlog (to 1.14.1), add those libraries to…

    … libcuml conda host dependencies (#6071)
    
    Contributes to rapidsai/build-planning#56
    
    * updates `fmt` and `spdlog` to newer versions, to match the rest of RAPIDS
    * adds `fmt` and `spdlog` to `host:` dependencies for `libcuml` conda packages (see #6071 (comment))
    
    Now that most of `conda-forge` has been updated to `fmt >=11.0.1,<12` and `spdlog>=1.14.1,<1.15` (rapidsai/build-planning#56 (comment)), we're attempting to upgrade RAPIDS to similar versions of those libraries.
    
    This improves the likelihood that RAPIDS will be installable alongside newer versions of its
    dependencies and complementary packages on conda-forge.
    
    ## Notes for Reviewers
    
    This PR is testing changes made in rapidsai/rapids-cmake#689.
    
    Authors:
      - James Lamb (https://github.com/jameslamb)
    
    Approvers:
      - Bradley Dice (https://github.com/bdice)
    
    URL: #6071
    jameslamb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    932d3b1 View commit details
    Browse the repository at this point in the history
  2. Update update-version.sh to use packaging lib (#6081)

    This PR updates the update-version.sh script to use the packaging
    library, given that setuptools is no longer included by default in
    Python 3.12.
    AyodeAwe committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9a6db37 View commit details
    Browse the repository at this point in the history
  3. add docs for simplicial_set (#6042)

    fixes #6036
    
    Authors:
      - Severin Dicks (https://github.com/Intron7)
      - Divye Gala (https://github.com/divyegala)
      - Dante Gama Dessavre (https://github.com/dantegd)
    
    Approvers:
      - Victor Lafargue (https://github.com/viclafargue)
    
    URL: #6042
    Intron7 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f818527 View commit details
    Browse the repository at this point in the history