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

Update the federated branch. #10409

Merged
merged 133 commits into from
Jun 11, 2024

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    d24df52 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    8189126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3941b31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c12b95 View commit details
    Browse the repository at this point in the history
  4. [sycl] add partitioning and related tests (dmlc#10080)

    Co-authored-by: Dmitry Razdoburdin <>
    razdoburdin committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7a61216 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    d07b7fe View commit details
    Browse the repository at this point in the history
  2. [CI] Test R package with CMake (dmlc#10087)

    * [CI] Test R package with CMake
    
    * Fix
    
    * Fix
    
    * Update test_r_package.py
    
    * Fix CMake flag for R package
    
    * Install system deps
    
    * Fix
    
    * Use sudo
    hcho3 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    23a37dc View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    bc51619 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    e14c3b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c13f90 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    b023a25 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    06c9702 View commit details
    Browse the repository at this point in the history
  2. Fix pairwise objective with NDCG metric along with custom gain. (dmlc…

    …#10100)
    
    * Fix pairwise objective with NDCG metric.
    
    - Allow setting `ndcg_exp_gain` for `rank:pairwise`.
    
    This is useful when using pairwise for objective but ndcg for metric.
    trivialfis committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1450aeb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    e0f890b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. [SYCL] Add split evaluation (dmlc#10119)

    
    ---------
    
    Co-authored-by: Dmitry Razdoburdin <>
    razdoburdin committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    617970a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    56b1868 View commit details
    Browse the repository at this point in the history
  2. Use std::uint64_t for row index. (dmlc#10120)

    - Use std::uint64_t instead of size_t to avoid implementation-defined type.
    - Rename to bst_idx_t, to account for other types of indexing.
    - Small cleanup to the base header.
    trivialfis committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    53fc175 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    ca4801f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    2b2aac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e169577 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. add sycl reaslisation of ghist builder (dmlc#10138)

    Co-authored-by: Dmitry Razdoburdin <>
    razdoburdin committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6a7c6a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Cleanup set info. (dmlc#10139)

    - Use the array interface internally.
    - Deprecate `XGDMatrixSetDenseInfo`.
    - Deprecate `XGDMatrixSetUIntInfo`.
    - Move the handling of `DataType` into the deprecated C function.
    
    ---------
    
    Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
    trivialfis and hcho3 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    230010d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Update collective implementation. (dmlc#10152)

    * Update collective implementation.
    
    - Cleanup resource during `Finalize` to avoid handling threads in destructor.
    - Calculate the size for allgather automatically.
    - Use simple allgather for small (smaller than the number of worker) allreduce.
    trivialfis committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    8bad677 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. [R] Make xgb.cv work with xgb.DMatrix only, adding support for su…

    …rvival and ranking fields (dmlc#10031)
    
    
    
    ---------
    
    Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
    david-cortes and hcho3 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    bc9ea62 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    e15d61b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    a99bb38 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    f0a138f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Fix global config for external memory. (dmlc#10173)

    Pass the thread-local configuration between threads.
    trivialfis committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1022909 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    732e27c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    882f413 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. [SYCL] Add basic features for QuantileHistMaker (dmlc#10174)

    ---------
    
    Co-authored-by: Dmitry Razdoburdin <>
    razdoburdin committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6e5c335 View commit details
    Browse the repository at this point in the history
  2. [CI] Use latest RAPIDS; Pandas 2.0 compatibility fix (dmlc#10175)

    * [CI] Update RAPIDS to latest stable
    
    * [CI] Use rapidsai stable channel; fix syntax errors in Dockerfile.gpu
    
    * Don't combine astype() with loc()
    
    * Work around dmlc#10181
    
    * Fix formatting
    
    * Fix test
    
    ---------
    
    Co-authored-by: hcho3 <hcho3@users.noreply.github.com>
    Co-authored-by: Hyunsu Cho <chohyu01@cs.washington.edu>
    3 people committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2925ceb View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    9e354fb View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    3d1d97c View commit details
    Browse the repository at this point in the history
  2. [jvm-packages] Ombinus patch to update all minor dependencies (dmlc#1…

    …0188)
    
    * Fold in dmlc#10184
    
    * Fold in dmlc#10176
    
    * Fold in dmlc#10168
    
    * Fold in dmlc#10165
    
    * Fold in dmlc#10164
    
    * Fold in dmlc#10155
    
    * Fold in dmlc#10062
    
    * Fold in dmlc#9984
    
    * Fold in dmlc#9843
    
    * Upgrade to Maven 3.6.3
    hcho3 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    32be466 View commit details
    Browse the repository at this point in the history
  3. Bump org.apache.maven.plugins:maven-jar-plugin (dmlc#10191)

    Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/apache/maven-jar-plugin/releases)
    - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-jar-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7c0c967 View commit details
    Browse the repository at this point in the history
  4. [coll] Improve event loop. (dmlc#10199)

    - Add a test for blocking calls.
    - Do not require the queue to be empty after waking up; this frees up the thread to answer blocking calls.
    - Handle EOF in read.
    - Improve the error message in the result. Allow concatenation of multiple results.
    trivialfis committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4b10200 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    f53f5ca View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.maven.plugins:maven-jar-plugin (dmlc#10202)

    Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/apache/maven-jar-plugin/releases)
    - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-jar-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0aa2600 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    303c603 View commit details
    Browse the repository at this point in the history
  4. Bump org.scala-lang.modules:scala-collection-compat_2.12 (dmlc#10193)

    Bumps [org.scala-lang.modules:scala-collection-compat_2.12](https://github.com/scala/scala-collection-compat) from 2.11.0 to 2.12.0.
    - [Release notes](https://github.com/scala/scala-collection-compat/releases)
    - [Commits](scala/scala-collection-compat@v2.11.0...v2.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.scala-lang.modules:scala-collection-compat_2.12
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    531ff21 View commit details
    Browse the repository at this point in the history
  5. Bump scalatest.version from 3.2.17 to 3.2.18 in /jvm-packages/xgboost…

    …4j (dmlc#10196)
    
    Bumps `scalatest.version` from 3.2.17 to 3.2.18.
    
    Updates `org.scalatest:scalatest_2.12` from 3.2.17 to 3.2.18
    - [Release notes](https://github.com/scalatest/scalatest/releases)
    - [Commits](scalatest/scalatest@release-3.2.17...release-3.2.18)
    
    Updates `org.scalactic:scalactic_2.12` from 3.2.17 to 3.2.18
    - [Release notes](https://github.com/scalatest/scalatest/releases)
    - [Commits](scalatest/scalatest@release-3.2.17...release-3.2.18)
    
    ---
    updated-dependencies:
    - dependency-name: org.scalatest:scalatest_2.12
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.scalactic:scalactic_2.12
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    551fa6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f64b4f View commit details
    Browse the repository at this point in the history
  7. Bump org.apache.flink:flink-clients in /jvm-packages (dmlc#10197)

    Bumps [org.apache.flink:flink-clients](https://github.com/apache/flink) from 1.18.0 to 1.19.0.
    - [Commits](apache/flink@release-1.18.0...release-1.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.flink:flink-clients
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bb212bf View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    8fb05c8 View commit details
    Browse the repository at this point in the history
  2. [coll] Implement shutdown for tracker and comm. (dmlc#10208)

    - Force shutdown the tracker.
    - Implement shutdown notice for error handling thread in comm.
    trivialfis committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3fbb221 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    59d7b8d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. [SYCL] Add sampling initialization (dmlc#10216)

    
    ---------
    
    Co-authored-by: Dmitry Razdoburdin <>
    razdoburdin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    58513dc View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    a81b78e View commit details
    Browse the repository at this point in the history
  2. [CI] Use native arm64 worker in GHAction to build M1 wheel (dmlc#10225)

    * [CI] Use native arm64 worker in GHAction to build M1 wheel
    
    * Set up Conda
    
    * Use mamba
    
    * debug
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * Temporarily disable other tests
    
    * Fix prefix
    
    * Use micromamba
    
    * Use conda-incubator/setup-miniconda
    
    * Use mambaforge
    
    * Fix
    
    * Fix prefix
    
    * Don't use deprecated set-output
    
    * Add verbose output from build
    
    * verbose
    
    * Specify arch
    
    * Bump setup-miniconda to v3
    
    * Use Python 3.9
    
    * Restore deleted files
    
    * WAR.
    
    ---------
    
    Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
    hcho3 and trivialfis committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    edb945d View commit details
    Browse the repository at this point in the history
  3. Bump hadoop.version from 3.3.6 to 3.4.0 in /jvm-packages/xgboost4j (d…

    …mlc#10156)
    
    Bumps `hadoop.version` from 3.3.6 to 3.4.0.
    
    Updates `org.apache.hadoop:hadoop-hdfs` from 3.3.6 to 3.4.0
    
    Updates `org.apache.hadoop:hadoop-common` from 3.3.6 to 3.4.0
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.hadoop:hadoop-hdfs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.hadoop:hadoop-common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8ed85b8 View commit details
    Browse the repository at this point in the history
  4. Bump net.alchim31.maven:scala-maven-plugin in /jvm-packages/xgboost4j (

    …dmlc#10217)
    
    Bumps net.alchim31.maven:scala-maven-plugin from 4.8.1 to 4.9.0.
    
    ---
    updated-dependencies:
    - dependency-name: net.alchim31.maven:scala-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a5003fc View commit details
    Browse the repository at this point in the history
  5. Bump org.apache.maven.plugins:maven-jar-plugin (dmlc#10210)

    Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.0 to 3.4.1.
    - [Release notes](https://github.com/apache/maven-jar-plugin/releases)
    - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.4.0...maven-jar-plugin-3.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-jar-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4d69ce9 View commit details
    Browse the repository at this point in the history
  6. Bump org.apache.maven.plugins:maven-gpg-plugin (dmlc#10211)

    Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.3 to 3.2.4.
    - [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
    - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.3...maven-gpg-plugin-3.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-gpg-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f355418 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    54754f2 View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.spark:spark-mllib_2.12 (dmlc#10070)

    Bumps org.apache.spark:spark-mllib_2.12 from 3.4.1 to 3.5.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.spark:spark-mllib_2.12
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    f8c3d22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    837d44a View commit details
    Browse the repository at this point in the history
  4. Update nvtx. (dmlc#10227)

    trivialfis committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5e64276 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. [sycl] add data initialisation for training (dmlc#10222)

    Co-authored-by: Dmitry Razdoburdin <>
    Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
    Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
    3 people committed May 5, 2024
    Configuration menu
    Copy the full SHA
    dcc9639 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    73afef1 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. [jvm-packagaes] Freeze spark to 3.4.1 for now. (dmlc#10253)

    The newer spark version for CPU conflicts with the more conservative version used by
    rapids.
    trivialfis committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8237920 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    9b46505 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. [sycl] add loss guided hist building (dmlc#10251)

    Co-authored-by: Dmitry Razdoburdin <>
    razdoburdin committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f588252 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    5de5743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e816e6 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Fixes for the latest pandas. (dmlc#10266)

    Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
    trivialfis and hcho3 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d81e319 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    75fe2ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    871fabe View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    f1f69ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca1d04b View commit details
    Browse the repository at this point in the history
  3. Adopt new logo (dmlc#10270)

    hcho3 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ee2afb3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    835e59e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Fix pylint. (dmlc#10296)

    trivialfis committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ba9b4cb View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Revamp the rabit implementation. (dmlc#10112)

    This PR replaces the original RABIT implementation with a new one, which has already been partially merged into XGBoost. The new one features:
    - Federated learning for both CPU and GPU.
    - NCCL.
    - More data types.
    - A unified interface for all the underlying implementations.
    - Improved timeout handling for both tracker and workers.
    - Exhausted tests with metrics (fixed a couple of bugs along the way).
    - A reusable tracker for Python and JVM packages.
    trivialfis committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a5a5810 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Bump conda-incubator/setup-miniconda from 2.1.1 to 3.0.4 (dmlc#10278)

    Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 2.1.1 to 3.0.4.
    - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases)
    - [Commits](conda-incubator/setup-miniconda@v2.1.1...v3.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: conda-incubator/setup-miniconda
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
    dependabot[bot] and trivialfis committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d5c9ef6 View commit details
    Browse the repository at this point in the history
  2. Bump ossf/scorecard-action from 2.3.1 to 2.3.3 (dmlc#10280)

    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@0864cf1...dc50aa9)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
    dependabot[bot] and trivialfis committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e7f8f40 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 2 to 4 (dmlc#10274)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](actions/checkout@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
    dependabot[bot] and trivialfis committed May 21, 2024
    Configuration menu
    Copy the full SHA
    841867e View commit details
    Browse the repository at this point in the history
  4. Bump commons-logging:commons-logging in /jvm-packages/xgboost4j (dmlc…

    …#10294)
    
    Bumps commons-logging:commons-logging from 1.3.1 to 1.3.2.
    
    ---
    updated-dependencies:
    - dependency-name: commons-logging:commons-logging
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
    dependabot[bot] and trivialfis committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d66b557 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a54ca4 View commit details
    Browse the repository at this point in the history
  6. [SYCL] Add nodes initialisation (dmlc#10269)

    ---------
    
    Co-authored-by: Dmitry Razdoburdin <>
    Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
    razdoburdin and trivialfis committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c7e7ce7 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Bump mamba-org/provision-with-micromamba from 14 to 16 (dmlc#10275)

    Bumps [mamba-org/provision-with-micromamba](https://github.com/mamba-org/provision-with-micromamba) from 14 to 16.
    - [Release notes](https://github.com/mamba-org/provision-with-micromamba/releases)
    - [Commits](mamba-org/provision-with-micromamba@f347426...3c96c0c)
    
    ---
    updated-dependencies:
    - dependency-name: mamba-org/provision-with-micromamba
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6a43a4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b25d23 View commit details
    Browse the repository at this point in the history
  3. Bump dorny/paths-filter from 2 to 3 (dmlc#10276)

    Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2 to 3.
    - [Release notes](https://github.com/dorny/paths-filter/releases)
    - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
    - [Commits](dorny/paths-filter@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: dorny/paths-filter
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
    dependabot[bot] and hcho3 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e56ca69 View commit details
    Browse the repository at this point in the history
  4. Bump org.apache.maven.plugins:maven-deploy-plugin (dmlc#10235)

    Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.2.
    - [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
    - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-deploy-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
    dependabot[bot] and trivialfis committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b8a7773 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    d5fcbee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    966dc81 View commit details
    Browse the repository at this point in the history
  3. [jvm-packages] refine tracker (dmlc#10313)

    Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
    wbo4958 and trivialfis committed May 23, 2024
    Configuration menu
    Copy the full SHA
    932d720 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15eb553 View commit details
    Browse the repository at this point in the history
  5. Bump net.alchim31.maven:scala-maven-plugin in /jvm-packages/xgboost4j (

    …dmlc#10260)
    
    Bumps net.alchim31.maven:scala-maven-plugin from 4.9.0 to 4.9.1.
    
    ---
    updated-dependencies:
    - dependency-name: net.alchim31.maven:scala-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
    dependabot[bot] and trivialfis committed May 23, 2024
    Configuration menu
    Copy the full SHA
    291d417 View commit details
    Browse the repository at this point in the history
  6. Bump org.apache.maven.plugins:maven-jar-plugin in /jvm-packages (dmlc…

    …#10244)
    
    Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.0 to 3.4.1.
    - [Release notes](https://github.com/apache/maven-jar-plugin/releases)
    - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.4.0...maven-jar-plugin-3.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-jar-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
    dependabot[bot] and trivialfis committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5a084fb View commit details
    Browse the repository at this point in the history
  7. Bump org.apache.maven.plugins:maven-deploy-plugin (dmlc#10240)

    Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.2.
    - [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
    - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-deploy-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
    dependabot[bot] and trivialfis committed May 23, 2024
    Configuration menu
    Copy the full SHA
    089bee0 View commit details
    Browse the repository at this point in the history
  8. Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 in /jvm-…

    …packages/xgboost4j (dmlc#10309)
    
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:exec-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
    dependabot[bot] and trivialfis committed May 23, 2024
    Configuration menu
    Copy the full SHA
    95ba099 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    5086dec View commit details
    Browse the repository at this point in the history
  2. [CI] add script to generate meta info and upload to s3 (dmlc#10295)

    * [CI] add script to generate meta info and upload to s3
    
    * Write Python script to generate meta.json
    
    * Update other pipelines
    
    * Add wheel_name field
    
    * Add description
    
    ---------
    
    Co-authored-by: Hyunsu Cho <phcho@nvidia.com>
    wbo4958 and hcho3 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9def441 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. [sycl] optimise hist building (dmlc#10311)

    Co-authored-by: Dmitry Razdoburdin <>
    razdoburdin committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0058301 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b200877 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    949f062 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    5627af6 View commit details
    Browse the repository at this point in the history
  2. Bump org.sonatype.plugins:nexus-staging-maven-plugin (dmlc#10335)

    Bumps org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e20ed8a View commit details
    Browse the repository at this point in the history
  3. [CI] Upgrade github workflows to use latest Conda setup action (dmlc#…

    …10320)
    
    Co-authored-by: Christian Clauss <cclauss@me.com>
    Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
    3 people committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7ae5c97 View commit details
    Browse the repository at this point in the history
  4. Test federated plugin using GitHub action. (dmlc#10336)

    Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
    trivialfis and hcho3 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7354955 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2de67f0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. [doc] Fix typo (dmlc#10340)

    astariul committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bc6c993 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    8998733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    324f2d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0717e88 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    e6eefea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2e3d4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2d01d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    92cba25 View commit details
    Browse the repository at this point in the history
  2. Fix typo. (dmlc#10353)

    trivialfis committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    4f48647 View commit details
    Browse the repository at this point in the history
  3. Bump actions/upload-artifact from 4.3.1 to 4.3.3 (dmlc#10366)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@5d5d22a...6546280)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    8286a19 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Bump actions/checkout from 4.1.1 to 4.1.6 (dmlc#10369)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@b4ffde6...a5ac7e5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    6cfc3e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Bump actions/setup-python from 5.0.0 to 5.1.0 (dmlc#10368)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@0a5c615...82c7e63)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1164dc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f3e92d View commit details
    Browse the repository at this point in the history
  3. Bump org.apache.maven.plugins:maven-javadoc-plugin (dmlc#10373)

    Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    99a7f5b View commit details
    Browse the repository at this point in the history
  4. Bump org.apache.maven.plugins:maven-javadoc-plugin in /jvm-packages (d…

    …mlc#10360)
    
    Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7157b95 View commit details
    Browse the repository at this point in the history
  5. Bump org.codehaus.mojo:exec-maven-plugin in /jvm-packages (dmlc#10363)

    Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
    - [Commits](mojohaus/exec-maven-plugin@3.2.0...3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:exec-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    492bb76 View commit details
    Browse the repository at this point in the history
  6. Bump com.nvidia:rapids-4-spark_2.12 in /jvm-packages (dmlc#10362)

    Bumps com.nvidia:rapids-4-spark_2.12 from 24.04.0 to 24.04.1.
    
    ---
    updated-dependencies:
    - dependency-name: com.nvidia:rapids-4-spark_2.12
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4847f24 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    eb6622f View commit details
    Browse the repository at this point in the history
  2. [CI] Add nightly CI job to test against dev version of deps (dmlc#10351)

    * [CI] Add nightly CI job to test against dev version of deps
    
    * Update build-containers.sh
    
    * Add build step
    
    * Wait for build artifact
    
    * Try pinning dask
    
    * Address reviewers' comments
    
    * Fix unbound variable error
    
    * Specify dev version exactly
    
    * Pin dask=2024.1.1
    hcho3 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    4057f86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4ec64d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0808e50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    979e392 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43a57c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b7633c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc7643d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f6608d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. [Doc] Fix deployment for JVM docs (dmlc#10385)

    * [Doc] Fix deployment for JVM docs
    
    * Use READTHEDOCS_VERSION_NAME
    
    * Fix html
    
    * Default to master
    hcho3 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f5815b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    c9f5fca View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. [SYCL] Optimize gradients calculations. (dmlc#10325)

    
    ---------
    
    Co-authored-by: Dmitry Razdoburdin <>
    razdoburdin committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    0c44067 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    36e0b01 View commit details
    Browse the repository at this point in the history
  2. Fixes.

    trivialfis committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    24d9eaf View commit details
    Browse the repository at this point in the history