Skip to content

Commit 06b9467

Browse files
Build: Bump daft from 0.5.19 to 0.5.21 (#2384)
Bumps [daft](https://github.com/Eventual-Inc/Daft) from 0.5.19 to 0.5.21. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Eventual-Inc/Daft/releases">daft's releases</a>.</em></p> <blockquote> <h2>v0.5.21</h2> <h2>What's Changed 🚀</h2> <h2>✨ Features</h2> <ul> <li>feat: Propagate morsel size top-down in swordfish <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4894">#4894</a>)</li> <li>feat: DataFrame.write_huggingface <a href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5015">#5015</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix(blc): Attempt to fix the broken link checker. <a href="https://github.com/rohitkulshreshtha"><code>@​rohitkulshreshtha</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5010">#5010</a>)</li> <li>fix: Print UDF stdout and Daft logs above the progress bar <a href="https://github.com/srilman"><code>@​srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4861">#4861</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: Add audio transcription example card <a href="https://github.com/desmondcheongzx"><code>@​desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5020">#5020</a>)</li> <li>docs: improve audio transcription example <a href="https://github.com/universalmind303"><code>@​universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4990">#4990</a>)</li> <li>docs: Spice up the examples page <a href="https://github.com/desmondcheongzx"><code>@​desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5019">#5019</a>)</li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore: Only test MacOS on Python 3.11 in CI <a href="https://github.com/srilman"><code>@​srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5014">#5014</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Eventual-Inc/Daft/compare/v0.5.20...v0.5.21">https://github.com/Eventual-Inc/Daft/compare/v0.5.20...v0.5.21</a></p> <h2>v0.5.20</h2> <h2>What's Changed 🚀</h2> <h2>💥 Breaking Changes</h2> <ul> <li>feat!: RowWiseUdf.eval for eager evaluation <a href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4998">#4998</a>)</li> </ul> <h2>✨ Features</h2> <ul> <li>feat: support count(1) in dataframe and choose the cheap column <a href="https://github.com/huleilei"><code>@​huleilei</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4977">#4977</a>)</li> <li>feat: add clickhouse data sink <a href="https://github.com/huleilei"><code>@​huleilei</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4850">#4850</a>)</li> <li>feat: implement distributed sort in flotilla engine <a href="https://github.com/ohbh"><code>@​ohbh</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4991">#4991</a>)</li> <li>feat!: RowWiseUdf.eval for eager evaluation <a href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4998">#4998</a>)</li> <li>feat: basic read_huggingface functionality <a href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4996">#4996</a>)</li> <li>feat: support using max() and min() on list of boolean values <a href="https://github.com/varun117"><code>@​varun117</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4989">#4989</a>)</li> <li>feat: Flotilla pre-shuffle merge <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4873">#4873</a>)</li> <li>feat: Flotilla into partitions <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4963">#4963</a>)</li> <li>feat(optimizer): Add Lance count() pushdown optimization <a href="https://github.com/huleilei"><code>@​huleilei</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4969">#4969</a>)</li> <li>feat: adds video frame streaming source <a href="https://github.com/rchowell"><code>@​rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4979">#4979</a>)</li> <li>feat: Add offset support to Spark Connect <a href="https://github.com/plotor"><code>@​plotor</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4962">#4962</a>)</li> <li>feat: new <code>daft.File</code> datatype <a href="https://github.com/universalmind303"><code>@​universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4959">#4959</a>)</li> <li>feat: unify all Daft type to Python type conversions <a href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4972">#4972</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Eventual-Inc/Daft/commit/9017c8fcb3f0a1876dd7afcf0a7135a4bcb400b3"><code>9017c8f</code></a> docs: Add audio transcription example card (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5020">#5020</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/dec381e2f3f247ea6b461a844b607d2d83855113"><code>dec381e</code></a> feat: Propagate morsel size top-down in swordfish (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4894">#4894</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/a8b1556c7ddbb3060c180aa3f3757e25d58e929c"><code>a8b1556</code></a> fix(blc): Attempt to fix the broken link checker. (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5010">#5010</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/543e5e56d26941ddaf9023e4d0ca02dd0a0de03c"><code>543e5e5</code></a> docs: improve audio transcription example (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4990">#4990</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/69afe66758e1550b09b08341a95de58577da96fc"><code>69afe66</code></a> docs: Spice up the examples page (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5019">#5019</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/daeb3b6ae220b681d23ffa6d9ca32e8b26b9947e"><code>daeb3b6</code></a> feat: DataFrame.write_huggingface (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5015">#5015</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/6be67bf6aa82ab5c0cc301e0e431a78fde4ccc53"><code>6be67bf</code></a> chore: Only test MacOS on Python 3.11 in CI (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5014">#5014</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/0fb39cf1277cc8de3061b04b5eb5f4cc2f82be35"><code>0fb39cf</code></a> fix: Print UDF stdout and Daft logs above the progress bar (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4861">#4861</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/0bcaf35abf50c2d590e38e6ec673ff5e8fdbe0bc"><code>0bcaf35</code></a> feat: support count(1) in dataframe and choose the cheap column (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4977">#4977</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/82d1f4fb90af1b39a0c343201b03a4ec83c425c9"><code>82d1f4f</code></a> fix: Can translate sort in flotilla (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5005">#5005</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.5.19...v0.5.21">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=daft&package-manager=pip&previous-version=0.5.19&new-version=0.5.21)](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>
1 parent 9ef5a47 commit 06b9467

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

poetry.lock

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)