Skip to content

Commit

Permalink
Bump dask[distributed] from 2024.10.0 to 2024.11.1 (#2530)
Browse files Browse the repository at this point in the history
Bumps [dask[distributed]](https://github.com/dask/dask) from 2024.10.0
to 2024.11.1.
<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.11.1</h2>
<h2>Changes</h2>
<ul>
<li>Ensure subgraphs release intermediate results <a
href="https://github.com/fjetter"><code>@​fjetter</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11510">#11510</a>)</li>
<li>Implement faster tokenize for np dtype <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11508">#11508</a>)</li>
<li>Add quantile to array compat doc <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11504">#11504</a>)</li>
</ul>
<p>See the <a
href="https://docs.dask.org/en/stable/changelog.html">Changelog</a> for
more information.</p>
<h2>2024.11.0</h2>
<h2>Changes</h2>
<ul>
<li>Add changelog for Dask release <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11502">#11502</a>)</li>
<li>Minor updates to optional dependencies table <a
href="https://github.com/jrbourbeau"><code>@​jrbourbeau</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11503">#11503</a>)</li>
<li>Add push for ffill like operations <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11501">#11501</a>)</li>
<li>Remove func packing for TaskSpec <a
href="https://github.com/fjetter"><code>@​fjetter</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11496">#11496</a>)</li>
<li>Make tokenization for vindex more efficient <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11493">#11493</a>)</li>
<li>Cut down runtime of einstein summation test <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11499">#11499</a>)</li>
<li>Improve test runtime for test_rot90 <a
href="https://github.com/fjetter"><code>@​fjetter</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11498">#11498</a>)</li>
<li>Disable low level optimization for TaskSpec in Bags <a
href="https://github.com/fjetter"><code>@​fjetter</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11495">#11495</a>)</li>
<li>Add automatic rechunking to sliding-window-view <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11479">#11479</a>)</li>
<li>Add <code>load_stored</code> kwarg to <code>dask.array.store</code>.
<a href="https://github.com/dcherian"><code>@​dcherian</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11465">#11465</a>)</li>
<li>Fix quantile error in two dimensions <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11489">#11489</a>)</li>
<li>Bump conda-incubator/setup-miniconda from 3.0.4 to 3.1.0 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11490">#11490</a>)</li>
<li>Update map_blocks docstring <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11491">#11491</a>)</li>
<li>Fix einsum with empty arrays <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11488">#11488</a>)</li>
<li>Implement non gil-blocking quantile method <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11473">#11473</a>)</li>
<li>Use internal keyword for trimming in map_overlap to reduce graph
size <a href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11486">#11486</a>)</li>
<li>minor dask order refactor <a
href="https://github.com/fjetter"><code>@​fjetter</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11467">#11467</a>)</li>
<li>Remove empty tasks from map_overlap <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11483">#11483</a>)</li>
<li>Fixup auto chunks calculation if single chunk goes below 1 <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11485">#11485</a>)</li>
<li>Fix CI after pandas upstream changes <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11482">#11482</a>)</li>
<li>Make sure that block_id and block_info don't create extra tasks <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11484">#11484</a>)</li>
<li>Use repeat to build nearest boundary <a
href="https://github.com/j2bbayle"><code>@​j2bbayle</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/9666">#9666</a>)</li>
<li>Remove dead code from make_blockwise <a
href="https://github.com/fjetter"><code>@​fjetter</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11478">#11478</a>)</li>
<li>Patch auto-chunks calculation for rioxarray <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11480">#11480</a>)</li>
<li>Skip legacy test because of flaky warning <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11475">#11475</a>)</li>
<li>Unskip a few dask-expr tests <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11474">#11474</a>)</li>
<li>Keep chunk sizes consistent in einsum <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11464">#11464</a>)</li>
<li>Improve how normalize_chunks squashes together chunks when
&quot;auto&quot; is set <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11468">#11468</a>)</li>
<li>Fix resolve_aliases when multiple aliases are in graph <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11469">#11469</a>)</li>
<li>Avoid cyclic import in dask.array <a
href="https://github.com/hendrikmakait"><code>@​hendrikmakait</code></a>
(<a
href="https://redirect.github.com/dask/dask/issues/11472">#11472</a>)</li>
<li>Unskip daraframe test <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11471">#11471</a>)</li>
<li>Improve dask.order performance for large graphs <a
href="https://github.com/fjetter"><code>@​fjetter</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11466">#11466</a>)</li>
<li>Ensure that <code>slice(None)</code> just maps the keys <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11450">#11450</a>)</li>
<li>Fix <code>Task.__repr__()</code> of unpickled object <a
href="https://github.com/pentschev"><code>@​pentschev</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11463">#11463</a>)</li>
<li>Use TaskSpec in local dask execution <a
href="https://github.com/fjetter"><code>@​fjetter</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11378">#11378</a>)</li>
<li>Adjust accuracy in test_solve_triangular_vector <a
href="https://github.com/fjetter"><code>@​fjetter</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11461">#11461</a>)</li>
<li>Update Aggregation docstring to better reflext the input argument of
… <a
href="https://github.com/guillaumeeb"><code>@​guillaumeeb</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11459">#11459</a>)</li>
<li>Implement fuse option for delayed objects <a
href="https://github.com/phofl"><code>@​phofl</code></a> (<a
href="https://redirect.github.com/dask/dask/issues/11441">#11441</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dask/dask/commit/d2daa380bbf77dd47a78e2b5a3fdd8fe5309763a"><code>d2daa38</code></a>
Version 2024.11.1</li>
<li><a
href="https://github.com/dask/dask/commit/5da4a7b94aa3aaf61afe513ddadf38762f5e7907"><code>5da4a7b</code></a>
Ensure subgraphs release intermediate results (<a
href="https://redirect.github.com/dask/dask/issues/11510">#11510</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/583a7e2b9d661066f79f11e10140af95632f5908"><code>583a7e2</code></a>
Implement faster tokenize for np dtype (<a
href="https://redirect.github.com/dask/dask/issues/11508">#11508</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/f802292755cbcdb70ecbad6e11f665b2ca813ae2"><code>f802292</code></a>
Add quantile to array compat doc (<a
href="https://redirect.github.com/dask/dask/issues/11504">#11504</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/e8c15baeb23178f31f2426512786c15948163ec4"><code>e8c15ba</code></a>
Version 2024.11.0</li>
<li><a
href="https://github.com/dask/dask/commit/5cf7ee73640e0e1416762adb1824a0c30cdf3bab"><code>5cf7ee7</code></a>
Add changelog for Dask release (<a
href="https://redirect.github.com/dask/dask/issues/11502">#11502</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/28a7e36b892ead554b317a96ddc85c1c6e613588"><code>28a7e36</code></a>
Minor updates to optional dependencies table (<a
href="https://redirect.github.com/dask/dask/issues/11503">#11503</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/e357ff13e2222aa106e98441d563a999143afc99"><code>e357ff1</code></a>
Add push for ffill like operations (<a
href="https://redirect.github.com/dask/dask/issues/11501">#11501</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/c912dc3152b9764612b5dcce2be85305c521ef32"><code>c912dc3</code></a>
Remove func packing for TaskSpec (<a
href="https://redirect.github.com/dask/dask/issues/11496">#11496</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/bad6b68f26f61dd1a42ca49dbea8a032abf23e87"><code>bad6b68</code></a>
Make tokenization for vindex more efficient (<a
href="https://redirect.github.com/dask/dask/issues/11493">#11493</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dask/dask/compare/2024.10.0...2024.11.1">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.10.0&new-version=2024.11.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 Nov 12, 2024
1 parent 611a43b commit e5e7d7b
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.10.0
dask[distributed]==2024.11.1
dask-jobqueue==0.9.0

0 comments on commit e5e7d7b

Please sign in to comment.