Skip to content

Commit 447b166

Browse files
Build: Bump daft from 0.5.21 to 0.5.22 (#2413)
Bumps [daft](https://github.com/Eventual-Inc/Daft) from 0.5.21 to 0.5.22. <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.22</h2> <h2>What's Changed 🚀</h2> <h2>💥 Breaking Changes</h2> <ul> <li>refactor!: use struct datatype as daft representation of tuples <a href="https://github.com/universalmind303"><code>@​universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5030">#5030</a>)</li> </ul> <h2>✨ Features</h2> <ul> <li>feat: Add uv.lock to git <a href="https://github.com/desmondcheongzx"><code>@​desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5065">#5065</a>)</li> <li>feat: Add Hash Function Support for Decimal128, Time, Timestamp, Timestamptz Datatypes <a href="https://github.com/Zyiqin-Miranda"><code>@​Zyiqin-Miranda</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5026">#5026</a>)</li> <li>feat: pushdown for lance scan <a href="https://github.com/Jay-ju"><code>@​Jay-ju</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4710">#4710</a>)</li> <li>feat: add lance merge_column task <a href="https://github.com/Jay-ju"><code>@​Jay-ju</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5008">#5008</a>)</li> <li>feat: Make the max parallel of scan tasks configurable for Native Runner <a href="https://github.com/plotor"><code>@​plotor</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5018">#5018</a>)</li> <li>feat: basic generator udf <a href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5036">#5036</a>)</li> <li>feat: implements an openai provider with embed_text <a href="https://github.com/rchowell"><code>@​rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4997">#4997</a>)</li> <li>feat: daft.File object store support <a href="https://github.com/universalmind303"><code>@​universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5002">#5002</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Fix venv command for windows build <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5073">#5073</a>)</li> <li>fix: add setuptools_scm to build wheel requirements <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5072">#5072</a>)</li> <li>fix: Use cachebusting and range request fallback for HTTP requests to Hugging Face CDNs <a href="https://github.com/desmondcheongzx"><code>@​desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5061">#5061</a>)</li> <li>fix: Use async for starting and calling udf actors in flotilla <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5000">#5000</a>)</li> <li>fix: Always refresh tqdm when updating total <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5033">#5033</a>)</li> <li>fix: Fix docs build <a href="https://github.com/desmondcheongzx"><code>@​desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5066">#5066</a>)</li> <li>fix: require uv as prerequisite for development setup <a href="https://github.com/ykdojo"><code>@​ykdojo</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5059">#5059</a>)</li> <li>fix: Add missing source command in Makefile install-docs-deps target <a href="https://github.com/ykdojo"><code>@​ykdojo</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5060">#5060</a>)</li> <li>fix: Mermaid syntax error when enable explain analyze for Native Runner <a href="https://github.com/plotor"><code>@​plotor</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5052">#5052</a>)</li> <li>fix: clean notebook output before running tests &amp; tweak doc proc notebook <a href="https://github.com/malcolmgreaves"><code>@​malcolmgreaves</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5055">#5055</a>)</li> <li>fix: correct Modin query optimizer value in comparison tables <a href="https://github.com/ykdojo"><code>@​ykdojo</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4983">#4983</a>)</li> <li>fix: skip credentialed tests if not from main <a href="https://github.com/rchowell"><code>@​rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5048">#5048</a>)</li> <li>fix: subprocess UDF inherits current process env <a href="https://github.com/rchowell"><code>@​rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5047">#5047</a>)</li> <li>fix: sql/spark read_iceberg and read_deltalake <a href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5035">#5035</a>)</li> <li>fix(blc): Disabled pipefail <a href="https://github.com/rohitkulshreshtha"><code>@​rohitkulshreshtha</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5031">#5031</a>)</li> </ul> <h2>♻️ Refactor</h2> <ul> <li>refactor!: use struct datatype as daft representation of tuples <a href="https://github.com/universalmind303"><code>@​universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5030">#5030</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: Make overview page legible for light mode <a href="https://github.com/desmondcheongzx"><code>@​desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5067">#5067</a>)</li> <li>docs: Move custom python code higher up in docs <a href="https://github.com/desmondcheongzx"><code>@​desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5064">#5064</a>)</li> <li>docs: Add better description in overview page <a href="https://github.com/jaychia"><code>@​jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5063">#5063</a>)</li> <li>docs: remove core_concepts.md and broken anchor link references <a href="https://github.com/ykdojo"><code>@​ykdojo</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5062">#5062</a>)</li> <li>docs: fix formatting <a href="https://github.com/rchowell"><code>@​rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4994">#4994</a>)</li> <li>docs: remove runllm widget <a href="https://github.com/ccmao1130"><code>@​ccmao1130</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5056">#5056</a>)</li> <li>docs: add reo script to docs <a href="https://github.com/ccmao1130"><code>@​ccmao1130</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5049">#5049</a>)</li> <li>docs: fix broken UDF link due to core_concepts.md redirect <a href="https://github.com/ykdojo"><code>@​ykdojo</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5022">#5022</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Eventual-Inc/Daft/commit/248b7e8abe3c4ee0853ba9ac000f272a32cfc6a2"><code>248b7e8</code></a> fix: Fix venv command for windows build (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5073">#5073</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c95800e411ceb0a666da4d8a7380023c9ca17395"><code>c95800e</code></a> fix: add setuptools_scm to build wheel requirements (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5072">#5072</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/34282e47e0c06edefcfbe5772ad47eb8d07cc9c5"><code>34282e4</code></a> fix: Use cachebusting and range request fallback for HTTP requests to Hugging...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/27be3540ff5604dbaaa7fd964c70299cf4182ed9"><code>27be354</code></a> fix: Use async for starting and calling udf actors in flotilla (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5000">#5000</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/8cb203da30791deee9c36cc6e9492fbae4118a4d"><code>8cb203d</code></a> fix: Always refresh tqdm when updating total (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5033">#5033</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/f4fb39c1956191ef43cf8d0e5c01e6bde2467646"><code>f4fb39c</code></a> feat: Add uv.lock to git (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5065">#5065</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/7e44348f12a73657fcc652def064a07cf8e08c30"><code>7e44348</code></a> revert: Temporarily revert &quot;Remove deprecated APIs for 0.6&quot; (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5068">#5068</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/93ff2039fe5e07ed485437923a8ffa1d42cf7d3d"><code>93ff203</code></a> docs: Make overview page legible for light mode (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5067">#5067</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/f00bf3b8071bee52c4d629d6e3726c5b2714571d"><code>f00bf3b</code></a> docs: Move custom python code higher up in docs (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5064">#5064</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/a39622fe18ee2bd9a8fe0d2390c38bd2615d71a5"><code>a39622f</code></a> fix: Fix docs build (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5066">#5066</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.5.21...v0.5.22">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.21&new-version=0.5.22)](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>
1 parent e118d1f commit 447b166

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

poetry.lock

Lines changed: 10 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)