Skip to content

Commit 1f27c9c

Browse files
Build: Bump daft from 0.5.18 to 0.5.19 (#2352)
Bumps [daft](https://github.com/Eventual-Inc/Daft) from 0.5.18 to 0.5.19. <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.19</h2> <h2>What's Changed 🚀</h2> <p>We have a pretty crazy release this time around. Some especially notable features include:</p> <ul> <li>Interactive DataFrames in Jupyter Notebooks, with special support for some multimodal types</li> <li>An async API for LLM text generation, particularly with OpenAI</li> <li>A new <code>.into_batches</code> DataFrame API, the modern alternative to <code>.into_partitions</code></li> <li>Adding support for <code>.offset</code> / <code>OFFSET</code> operator across the engine. Thanks <a href="https://github.com/plotor"><code>@​plotor</code></a> for the great work!</li> <li>Various Flotilla performance and reliability improvements</li> <li>Various casting improvements</li> </ul> <h2>✨ Features</h2> <ul> <li>feat: Async open ai llm generate <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4879">#4879</a>)</li> <li>feat: Add offset syntax support to SQL <a href="https://github.com/plotor"><code>@​plotor</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4707">#4707</a>)</li> <li>feat: adds support for SQL GROUP BY column position <a href="https://github.com/rchowell"><code>@​rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4955">#4955</a>)</li> <li>feat: better dtype type inference <a href="https://github.com/universalmind303"><code>@​universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4973">#4973</a>)</li> <li>feat: Casting from Python into struct or list types <a href="https://github.com/srilman"><code>@​srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4957">#4957</a>)</li> <li>feat: support creating partitioned tables in Iceberg via the Catalog interface. <a href="https://github.com/redpheonixx"><code>@​redpheonixx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4951">#4951</a>)</li> <li>feat: implement into_batches operator on flotilla distrubted engine <a href="https://github.com/ohbh"><code>@​ohbh</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4958">#4958</a>)</li> <li>feat: literal variants for (pretty much) all types <a href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4947">#4947</a>)</li> <li>feat: Add offset support to Flotilla Engine <a href="https://github.com/plotor"><code>@​plotor</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4918">#4918</a>)</li> <li>feat: implement into_batches on the swordfish native daft runner <a href="https://github.com/ohbh"><code>@​ohbh</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4935">#4935</a>)</li> <li>feat: Flotilla broadcast join <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4867">#4867</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Always just use actor for flotilla scheduler <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4978">#4978</a>)</li> <li>fix: Add handle for swordfish runtime stats manager <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4970">#4970</a>)</li> <li>fix: Dudep lance read required columns <a href="https://github.com/xloya"><code>@​xloya</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4967">#4967</a>)</li> <li>fix: Don't use wildcard for logical plan match in pushdown rules <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4945">#4945</a>)</li> <li>fix: Coerce arrow schema for parquet decoding <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4948">#4948</a>)</li> <li>fix: use associate type for swordfish into_batches operator state <a href="https://github.com/ohbh"><code>@​ohbh</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4956">#4956</a>)</li> <li>fix: raise error on invalid cross join parameters <a href="https://github.com/rchowell"><code>@​rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4952">#4952</a>)</li> <li>fix: interactive html fixes <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4943">#4943</a>)</li> </ul> <h2>♻️ Refactor</h2> <ul> <li>refactor: Use associate type for swordfish operator state <a href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4921">#4921</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: update links in document processing example <a href="https://github.com/ccmao1130"><code>@​ccmao1130</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4946">#4946</a>)</li> <li>docs: improve daft.func documentation and type inference <a href="https://github.com/universalmind303"><code>@​universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4942">#4942</a>)</li> <li>docs: fix link for pandas <a href="https://github.com/universalmind303"><code>@​universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4941">#4941</a>)</li> </ul> <h2>👷 CI</h2> <ul> <li>ci: add 3.11 to matrix and always include typing_extensions <a href="https://github.com/rchowell"><code>@​rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4950">#4950</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/23549cddfe55ba928c21fc9db3f6d3e1ea6af918"><code>23549cd</code></a> fix: Always just use actor for flotilla scheduler (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4978">#4978</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/4f14d6ab6b725f21abbf24051137eac7b7e2d70d"><code>4f14d6a</code></a> fix: Add handle for swordfish runtime stats manager (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4970">#4970</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/45332571ae51d140acfc5234733052e089305592"><code>4533257</code></a> feat: Async open ai llm generate (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4879">#4879</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/012900890becb0689003c176c3cca8397ec55db1"><code>0129008</code></a> feat: Add offset syntax support to SQL (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4707">#4707</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/5c7baae08ef6facb311277c23f29cd531a0f925e"><code>5c7baae</code></a> feat: adds support for SQL GROUP BY column position (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4955">#4955</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/acb838a0d96bc5474db58517d0378e7f5c41813e"><code>acb838a</code></a> feat: better dtype type inference (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4973">#4973</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c555b0c4d935fbbae06b2066b32e6571e04ee703"><code>c555b0c</code></a> fix: Dudep lance read required columns (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4967">#4967</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/5a7f4b0b21205723a474768d5107fe91ced8f1d2"><code>5a7f4b0</code></a> feat: Casting from Python into struct or list types (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4957">#4957</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/99020728355ce4b9c984901fefe560573c395d74"><code>9902072</code></a> feat: support creating partitioned tables in Iceberg via the Catalog interfac...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/7fc5d47efc7317135363909fc3aedaecd044f86a"><code>7fc5d47</code></a> feat: implement into_batches operator on flotilla distrubted engine (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/4958">#4958</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.5.18...v0.5.19">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.18&new-version=0.5.19)](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 d430d11 commit 1f27c9c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

poetry.lock

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

0 commit comments

Comments
 (0)