dependabot[bot] opened a new pull request, #1969:
URL: https://github.com/apache/iceberg-python/pull/1969

   Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.4.10 to 0.4.13.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/Eventual-Inc/Daft/releases";>getdaft's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.4.13</h2>
   <h2>What's Changed 🚀</h2>
   <h2>✨ Features</h2>
   <ul>
   <li>feat: Flotilla scaffolding <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4250";>#4250</a>)</li>
   <li>feat: adds DataFrame pipe method <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4267";>#4267</a>)</li>
   </ul>
   <h2>♻️ Refactor</h2>
   <ul>
   <li>refactor: move FileInfo/FileInfos definitions to daft-recordbatch <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4285";>#4285</a>)</li>
   <li>refactor(ordinals): add bound column variant <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4269";>#4269</a>)</li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>docs: small fixes <a 
href="https://github.com/ccmao1130";><code>@​ccmao1130</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4266";>#4266</a>)</li>
   </ul>
   <h2>👷 CI</h2>
   <ul>
   <li>ci: add bun build step to CI profiling workflow <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4282";>#4282</a>)</li>
   <li>ci: compile release build with glibc 2.24 <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4272";>#4272</a>)</li>
   <li>ci: Fix nightly tests <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4279";>#4279</a>)</li>
   </ul>
   <h2>🔧 Maintenance</h2>
   <ul>
   <li>chore: Use native runner if config is set regardless of ray 
initialization <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4287";>#4287</a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.4.12...v0.4.13";>https://github.com/Eventual-Inc/Daft/compare/v0.4.12...v0.4.13</a></p>
   <h2>v0.4.12</h2>
   <h2>What's Changed 🚀</h2>
   <h2>✨ Features</h2>
   <ul>
   <li>feat(window): dynamic window frame aggregations (sliding / running 
window functions) <a href="https://github.com/f4t4nt";><code>@​f4t4nt</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4198";>#4198</a>)</li>
   <li>feat(window): window functions SQL <a 
href="https://github.com/f4t4nt";><code>@​f4t4nt</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4227";>#4227</a>)</li>
   <li>feat(window): partition and order by lag / lead window functions <a 
href="https://github.com/f4t4nt";><code>@​f4t4nt</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4191";>#4191</a>)</li>
   <li>feat(catalog): support arbitrary properties in create_table <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4233";>#4233</a>)</li>
   <li>feat: Allow GlueCatalog to be created from a botocore session <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4237";>#4237</a>)</li>
   <li>feat(window): partition and order by window rank / dense rank and agg 
functions <a href="https://github.com/f4t4nt";><code>@​f4t4nt</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4190";>#4190</a>)</li>
   <li>feat: defines pushdown terms for python <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4203";>#4203</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: Allow PNGs to be displayed notebooks <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4255";>#4255</a>)</li>
   <li>fix: timezone parsing in str.to_datetime <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4241";>#4241</a>)</li>
   <li>fix: Read/Write Lance files on S3 error in ray mode <a 
href="https://github.com/plotor";><code>@​plotor</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4214";>#4214</a>)</li>
   <li>fix: Use _name for shared memory unregistration <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4247";>#4247</a>)</li>
   </ul>
   <h2>🚀 Performance</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/cc83abc1185ec540da567f12c6cd063ce974866b";><code>cc83abc</code></a>
 chore: Use native runner if config is set regardless of ray initialization 
(#...</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/3d22e0f0c956034c45d2c9bfbb38c64a08f698d2";><code>3d22e0f</code></a>
 feat: Flotilla scaffolding (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4250";>#4250</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/beaaf681267719008b979177a7f259556d8eaef0";><code>beaaf68</code></a>
 refactor: move FileInfo/FileInfos definitions to daft-recordbatch (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4285";>#4285</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/134ff809d2514edddadd1f2e81f799b5afc65e12";><code>134ff80</code></a>
 feat: adds DataFrame pipe method (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4267";>#4267</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/914544ef682f68918c5827bd40dcf114aa0f6c70";><code>914544e</code></a>
 ci: add bun build step to CI profiling workflow (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4282";>#4282</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/1d5059bd460dda40289404548ed38e5c314dcaab";><code>1d5059b</code></a>
 ci: compile release build with glibc 2.24 (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4272";>#4272</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/cd1eb1d2a2ede4f3f347d8d83a677e351c868db8";><code>cd1eb1d</code></a>
 docs: small fixes (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4266";>#4266</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/37600cbea13fdc7ddfd6a0817f2814b78046c0c9";><code>37600cb</code></a>
 ci: Fix nightly tests (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4279";>#4279</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/1aabb84b7f8666ad5e11b94201b215d53ee7fba6";><code>1aabb84</code></a>
 refactor(ordinals): add bound column variant (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4269";>#4269</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/725f878f3232767a0bb2c2371dc8a5a13e63b1e8";><code>725f878</code></a>
 perf: Implement flight client in rust (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4019";>#4019</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.4.10...v0.4.13";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getdaft&package-manager=pip&previous-version=0.4.10&new-version=0.4.13)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to