-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 4dd809a
authored
deps(uv)(deps): bump xgboost from 3.1.0 to 3.1.1 (#73)
Bumps [xgboost](https://github.com/dmlc/xgboost) from 3.1.0 to 3.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dmlc/xgboost/releases">xgboost's
releases</a>.</em></p>
<blockquote>
<h2>3.1.1 Patch Release</h2>
<h2>What's Changed</h2>
<ul>
<li>Emit correct error when performing inplace-predict using a CPU-only
version of XGBoost, but with a GPU input. (<a
href="https://redirect.github.com/dmlc/xgboost/issues/11761">#11761</a>)</li>
<li>Enhance the error message for loading the removed binary model
format. (<a
href="https://redirect.github.com/dmlc/xgboost/issues/11760">#11760</a>)</li>
<li>Use the correct group ID for SHAP when the intercept is a vector.
(<a
href="https://redirect.github.com/dmlc/xgboost/issues/11764">#11764</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/dmlc/xgboost/compare/v3.1.0...v3.1.1">https://github.com/dmlc/xgboost/compare/v3.1.0...v3.1.1</a></p>
<h3>Additional artifacts:</h3>
<p>You can verify the downloaded packages by running the following
command on your Unix shell:</p>
<pre lang="sh"><code>echo "<hash> <artifact>" |
shasum -a 256 --check
</code></pre>
<pre><code>b2bb9c93f28fe7e401dbe592eb7990f5382baa712b02301eb8fd4cdb6c676731
xgboost-src-3.1.1.tar.gz
ae6f2f2397aea02c77e77435cd9f617b5990756d5800218ff44f4ff5eba9104a
xgboost_r_gpu_linux.tar.gz
</code></pre>
<p><strong>Experimental binary packages for R with CUDA
enabled</strong></p>
<ul>
<li>xgboost_r_gpu_linux_3.1.1.tar.gz: <a
href="https://s3-us-west-2.amazonaws.com/xgboost-nightly-builds/release_3.1.0/5e806d1b858acbc4488f436111f3e4c34f6186ce/xgboost_r_gpu_linux.tar.gz">Download</a></li>
</ul>
<p><strong>Source tarball</strong></p>
<ul>
<li>xgboost-src-3.1.1.tar.gz: <a
href="https://github.com/dmlc/xgboost/releases/download/v3.1.1/xgboost-src-3.1.1.tar.gz">Download</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dmlc/xgboost/commit/5e806d1b858acbc4488f436111f3e4c34f6186ce"><code>5e806d1</code></a>
Bump release to 3.1.1. (<a
href="https://redirect.github.com/dmlc/xgboost/issues/11769">#11769</a>)</li>
<li><a
href="https://github.com/dmlc/xgboost/commit/3b07ce35043b558f3c3a1ad6a4fdd58f194778b4"><code>3b07ce3</code></a>
[backport] Check for removed binary format. (<a
href="https://redirect.github.com/dmlc/xgboost/issues/11760">#11760</a>)
(<a
href="https://redirect.github.com/dmlc/xgboost/issues/11768">#11768</a>)</li>
<li><a
href="https://github.com/dmlc/xgboost/commit/69ba0cbe823beac14abcc97b1a930e50405c9a7b"><code>69ba0cb</code></a>
[backport] Fix shap with vector intercept. (<a
href="https://redirect.github.com/dmlc/xgboost/issues/11764">#11764</a>)
(<a
href="https://redirect.github.com/dmlc/xgboost/issues/11767">#11767</a>)</li>
<li><a
href="https://github.com/dmlc/xgboost/commit/616f779d2e33add407e4136587078fca628bb66e"><code>616f779</code></a>
[backport] Fix stub function names. (<a
href="https://redirect.github.com/dmlc/xgboost/issues/11761">#11761</a>)
(<a
href="https://redirect.github.com/dmlc/xgboost/issues/11765">#11765</a>)</li>
<li>See full diff in <a
href="https://github.com/dmlc/xgboost/compare/v3.1.0...v3.1.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>File tree
Expand file treeCollapse file tree
1 file changed
+7
-7
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+7
-7
lines changedOpen diff view settings
Collapse file
+7-7Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments