Skip to content

Commit f5c3145

Browse files
Build: Bump daft from 0.6.7 to 0.6.8 (#2689)
Bumps [daft](https://github.com/Eventual-Inc/Daft) from 0.6.7 to 0.6.8. <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.6.8</h2> <h2>What's Changed 🚀</h2> <h2>✨ Features</h2> <ul> <li>feat: Allow images in prompt <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5466">#5466</a>)</li> <li>feat: add pre-existence checks for lance_data_sink <a href="https://github.com/huleilei"><code>@​huleilei</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5381">#5381</a>)</li> <li>feat: Support setting <code>actor_udf_ready_timeout</code> via Env <a href="https://github.com/plotor"><code>@​plotor</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5426">#5426</a>)</li> <li>feat: retryable udfs <a href="https://github.com/universalmind303"><code>@​universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5392">#5392</a>)</li> <li>feat: Add a Bigtable data sink <a href="https://github.com/desmondcheongzx"><code>@​desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5431">#5431</a>)</li> <li>feat: classify_image expression <a href="https://github.com/universalmind303"><code>@​universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5428">#5428</a>)</li> <li>feat: Add support for Metrics tab in quickstart Ray dashboard <a href="https://github.com/jeevb"><code>@​jeevb</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5429">#5429</a>)</li> <li>feat(lance): distributed FTS index creation via Daft UDF with fragment-level parallelism <a href="https://github.com/huleilei"><code>@​huleilei</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5236">#5236</a>)</li> <li>feat: add mimetype detection for daft.file <a href="https://github.com/universalmind303"><code>@​universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5411">#5411</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: report a more reasonable error message when select * from &lt;some_keywords&gt; <a href="https://github.com/VOID001"><code>@​VOID001</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5440">#5440</a>)</li> <li>fix: Fix async udf with <code>use_process</code> <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5457">#5457</a>)</li> <li>fix: Drop table error in current active session <a href="https://github.com/plotor"><code>@​plotor</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5439">#5439</a>)</li> <li>fix: add retry on &quot;unable to open file&quot; <a href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5442">#5442</a>)</li> <li>fix: Allow publishing quickstart helm chart to GHCR <a href="https://github.com/jeevb"><code>@​jeevb</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5437">#5437</a>)</li> <li>fix: convert num_rows to int when query count(*) from clickhouse <a href="https://github.com/dujl"><code>@​dujl</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5421">#5421</a>)</li> <li>fix: Actually clone the repo before publishing quickstart helm chart <a href="https://github.com/jeevb"><code>@​jeevb</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5433">#5433</a>)</li> <li>fix: file reads for huggingface <a href="https://github.com/universalmind303"><code>@​universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5427">#5427</a>)</li> <li>fix: Make benchmarking Ray cluster setup commands idempotent <a href="https://github.com/jeevb"><code>@​jeevb</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5425">#5425</a>)</li> <li>fix(lance): correct limit pushdown semantics with filters <a href="https://github.com/huleilei"><code>@​huleilei</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5408">#5408</a>)</li> </ul> <h2>🚀 Performance</h2> <ul> <li>perf: Call async udfs asynchronously <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5451">#5451</a>)</li> <li>perf: Elide shuffle for window if already partitioned <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5450">#5450</a>)</li> <li>perf: defer allocation when creating series from literals <a href="https://github.com/universalmind303"><code>@​universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5391">#5391</a>)</li> <li>perf: Double workers per udf actor handle <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5415">#5415</a>)</li> </ul> <h2>♻️ Refactor</h2> <ul> <li>refactor: Make helper function for calling async python functions from rust <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5432">#5432</a>)</li> <li>refactor: combine sentence_transformers + transformers, and clean up … <a href="https://github.com/universalmind303"><code>@​universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5422">#5422</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: adds ai functions, ai providers, contributing, and docstrings with nav <a href="https://github.com/everettVT"><code>@​everettVT</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5438">#5438</a>)</li> <li>docs: warning for Common Crawl dataset API instability <a href="https://github.com/malcolmgreaves"><code>@​malcolmgreaves</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5436">#5436</a>)</li> <li>docs: update the example to access S3-compatible services <a href="https://github.com/huleilei"><code>@​huleilei</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5405">#5405</a>)</li> <li>docs(connectors): add connector page for Lance format <a href="https://github.com/huleilei"><code>@​huleilei</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5397">#5397</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Eventual-Inc/Daft/compare/v0.6.7...v0.6.8">https://github.com/Eventual-Inc/Daft/compare/v0.6.7...v0.6.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Eventual-Inc/Daft/commit/5025c941f28b9b406d3de3161e13fac6ee34b1d1"><code>5025c94</code></a> feat: Allow images in prompt (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5466">#5466</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/9615c5f535850ade12d8e962b42947dd8e87ebf0"><code>9615c5f</code></a> fix: report a more reasonable error message when select * from &lt;some_keywords...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c7411de93e21542b0d183059a367f5534cc2205b"><code>c7411de</code></a> feat: add pre-existence checks for lance_data_sink (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5381">#5381</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/156096505531d5846be345005334e6ac10ef4db6"><code>1560965</code></a> fix: Fix async udf with <code>use_process</code> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5457">#5457</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/668fd5b983326c9194c00db84d902dcb59ff6c6c"><code>668fd5b</code></a> docs: adds ai functions, ai providers, contributing, and docstrings with nav ...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/04550a227edd327a32a990c7eeba6738c3829a85"><code>04550a2</code></a> perf: Call async udfs asynchronously (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5451">#5451</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/a4142c9536a7b50664c230652ee06dacb5929588"><code>a4142c9</code></a> perf: Elide shuffle for window if already partitioned (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5450">#5450</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/b7f90c067458fad4bb94ac5d29af74634a933243"><code>b7f90c0</code></a> fix: Drop table error in current active session (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5439">#5439</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/a3872321cbe95b03166eae9d860461eb9c111127"><code>a387232</code></a> feat: Support setting <code>actor_udf_ready_timeout</code> via Env (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5426">#5426</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/a880db9cc6eeb754fff9ffbeddb7952a20f79085"><code>a880db9</code></a> fix: add retry on &quot;unable to open file&quot; (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5442">#5442</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.6.7...v0.6.8">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.6.7&new-version=0.6.8)](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 903317e commit f5c3145

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

poetry.lock

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

0 commit comments

Comments
 (0)