Skip to content

Commit

Permalink
Bump dask[distributed] from 2024.8.2 to 2024.9.0 (#2472)
Browse files Browse the repository at this point in the history
Bumps [dask[distributed]](https://github.com/dask/dask) from 2024.8.2 to
2024.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dask/dask/releases">dask[distributed]'s
releases</a>.</em></p>
<blockquote>
<h2>2024.9.0</h2>
<h2>Changes</h2>
<ul>
<li>Revert &quot;Improve normalize_chunks calculation for
&quot;auto&quot; setting&quot; <a
href="https://github.com/jrbourbeau"><code>@​jrbourbeau</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11385">#11385</a>)</li>
<li>Bump peter-evans/create-pull-request from 6 to 7 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11380">#11380</a>)</li>
<li>Add a Task class to replace tuples for task specification <a
href="https://github.com/fjetter"><code>@​fjetter</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11248">#11248</a>)</li>
<li>Reduce overhead in tokenize <a
href="https://github.com/fjetter"><code>@​fjetter</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11373">#11373</a>)</li>
<li>Improve normalize_chunks calculation for &quot;auto&quot; setting <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11354">#11354</a>)</li>
<li>Bump <code>bokeh</code> minimum version to 3.1.0 <a
href="https://github.com/jrbourbeau"><code>@​jrbourbeau</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11375">#11375</a>)</li>
<li>Move <code>tokenize</code> to dedicated submodule <a
href="https://github.com/fjetter"><code>@​fjetter</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11371">#11371</a>)</li>
<li>Ensure process_runnables is not too eager in the presence of
multiple splits <a
href="https://github.com/fjetter"><code>@​fjetter</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11367">#11367</a>)</li>
<li>Use <code>np.min\_scalar\_type</code> in shuffle <a
href="https://github.com/jrbourbeau"><code>@​jrbourbeau</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11369">#11369</a>)</li>
<li>Write indexing arrays into dask graph to reduce size for multiple
xarray variables <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11362">#11362</a>)</li>
<li>Cast indexer to minimal dtype in shuffle <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11364">#11364</a>)</li>
<li>Reduce memory usage of dask.order <a
href="https://github.com/fjetter"><code>@​fjetter</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11361">#11361</a>)</li>
<li>Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11366">#11366</a>)</li>
<li>precommit autoupdate <a
href="https://github.com/fjetter"><code>@​fjetter</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11360">#11360</a>)</li>
</ul>
<p>See the <a
href="https://docs.dask.org/en/stable/changelog.html">Changelog</a> for
more information.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dask/dask/commit/ae250c9ac88a9b3ad2efef602bc42ac288a6e8ab"><code>ae250c9</code></a>
bump version to 2024.9.0</li>
<li><a
href="https://github.com/dask/dask/commit/89189546ac7f2695b34edf2318ab65f693343da7"><code>8918954</code></a>
Revert &quot;Improve normalize_chunks calculation for &quot;auto&quot;
setting&quot; (<a
href="https://redirect.github.com/dask/dask/issues/11385">#11385</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/18124a50a981de5049d689a0acbbc91a62c2a2c3"><code>18124a5</code></a>
Bump peter-evans/create-pull-request from 6 to 7 (<a
href="https://redirect.github.com/dask/dask/issues/11380">#11380</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/863a049c0d46b9f8742bbadaab6ad851ccbb97ec"><code>863a049</code></a>
Add a Task class to replace tuples for task specification (<a
href="https://redirect.github.com/dask/dask/issues/11248">#11248</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/a6d0bdc36e96d58e7551bb53cc13af0a871c54aa"><code>a6d0bdc</code></a>
Reduce overhead in tokenize (<a
href="https://redirect.github.com/dask/dask/issues/11373">#11373</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/247ad0019f5d37fd7a15373072aa7e55942877ad"><code>247ad00</code></a>
Improve normalize_chunks calculation for &quot;auto&quot; setting (<a
href="https://redirect.github.com/dask/dask/issues/11354">#11354</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/a7468260ed42bf174476a6dd5576a43c1f2358ff"><code>a746826</code></a>
Bump <code>bokeh</code> minimum version to 3.1.0 (<a
href="https://redirect.github.com/dask/dask/issues/11375">#11375</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/31d57d34c1c72c551200355a738bf6cf1b1aed78"><code>31d57d3</code></a>
Move <code>tokenize</code> to dedicated submodule (<a
href="https://redirect.github.com/dask/dask/issues/11371">#11371</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/4be4880bce4cca6374c5dc90534c1117e20e406f"><code>4be4880</code></a>
Ensure process_runnables is not too eager in the presence of multiple
splits ...</li>
<li><a
href="https://github.com/dask/dask/commit/0bf3075b6e84624c796435a30978778a6ac94dee"><code>0bf3075</code></a>
Use <code>np.min_scalar_type</code> in shuffle (<a
href="https://redirect.github.com/dask/dask/issues/11369">#11369</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dask/dask/compare/2024.8.2...2024.9.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dask[distributed]&package-manager=pip&previous-version=2024.8.2&new-version=2024.9.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent fd1b5f6 commit 3785be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements-dask.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dask[distributed]==2024.8.2
dask[distributed]==2024.9.0
dask-jobqueue==0.9.0

0 comments on commit 3785be7

Please sign in to comment.