Skip to content

Commit

Permalink
build(deps): bump scikit-learn from 1.5.0 to 1.5.1 (#918)
Browse files Browse the repository at this point in the history
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from
1.5.0 to 1.5.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/scikit-learn/scikit-learn/releases">scikit-learn's
releases</a>.</em></p>
<blockquote>
<h2>Scikit-learn 1.5.1</h2>
<p>We're happy to announce the 1.5.1 release.</p>
<p>This release contains fixes for a few regressions introduced in
1.5.</p>
<p>You can see the changelog here: <a
href="https://scikit-learn.org/stable/whats_new/v1.5.html#version-1-5-1">https://scikit-learn.org/stable/whats_new/v1.5.html#version-1-5-1</a></p>
<p>You can upgrade with pip as usual:</p>
<pre><code>pip install -U scikit-learn
</code></pre>
<p>The conda-forge builds can be installed using:</p>
<pre><code>conda install -c conda-forge scikit-learn
</code></pre>
<p>Thanks to everyone who contributed to this release !</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/70fdc843a4b8182d97a3508c1a426acc5e87e980"><code>70fdc84</code></a>
Bump version [cd build]</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/b0ec8479d3b84122a96148f1aaaf48432a7ef32a"><code>b0ec847</code></a>
DOC Add missing PR number in changelog entry (<a
href="https://redirect.github.com/scikit-learn/scikit-learn/issues/29384">#29384</a>)</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/8179b8fa4ccd48e7dd3ffcb8084b6c732f5ce019"><code>8179b8f</code></a>
DOC Set 1.5.1 release month (<a
href="https://redirect.github.com/scikit-learn/scikit-learn/issues/29377">#29377</a>)</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/851c0d6694fd271e81dfd46e762b9715a64c0970"><code>851c0d6</code></a>
FIX: <code>accuracy</code> and <code>zero_loss</code> support for
multilabel with Array API (<a
href="https://redirect.github.com/scikit-learn/scikit-learn/issues/29336">#29336</a>)</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/99d8a32d2c9436f7e1cc92f1628070318e104313"><code>99d8a32</code></a>
FIX <code>zero_one_loss</code> breaks with multilabel and Array API (<a
href="https://redirect.github.com/scikit-learn/scikit-learn/issues/29269">#29269</a>)</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/059070b7189e548e738948fcd3e1f91f7801a229"><code>059070b</code></a>
ENH Add Array API compatibility to <code>cosine_similarity</code> (<a
href="https://redirect.github.com/scikit-learn/scikit-learn/issues/29014">#29014</a>)</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/ada571f26f2213cd5b6643fc83f6fc41ea3ecfbb"><code>ada571f</code></a>
Fix a regression in GridSearchCV for parameter grids that have arrays of
diff...</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/fb264768a72e2920b3bdee6dc18b70be8549b4dd"><code>fb26476</code></a>
:lock: :robot: CI Update lock files for cirrus-arm CI build(s) :lock:
:robot:...</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/5a74cc0b41d598be86c4393ee66071143c1bf688"><code>5a74cc0</code></a>
Fix performance regression in ColumnTransformer (<a
href="https://redirect.github.com/scikit-learn/scikit-learn/issues/29330">#29330</a>)</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/c3d69b2e9b5cecea7af5a16288c02435cc529b13"><code>c3d69b2</code></a>
MAINT Pin the ruff version on CI linters (<a
href="https://redirect.github.com/scikit-learn/scikit-learn/issues/29359">#29359</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/scikit-learn/scikit-learn/compare/1.5.0...1.5.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=scikit-learn&package-manager=pip&previous-version=1.5.0&new-version=1.5.1)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent 1ff4150 commit 322889b
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 322889b

Please sign in to comment.