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

   Bumps [ray](https://github.com/ray-project/ray) from 2.9.2 to 2.12.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/ray-project/ray/releases";>ray's releases</a>.</em></p>
   <blockquote>
   <h2>Ray-2.12.0</h2>
   <h1>Ray Libraries<!-- raw HTML omitted --><!-- raw HTML omitted --></h1>
   <h2>Ray Data<!-- raw HTML omitted --><!-- raw HTML omitted --></h2>
   <p>🎉  New Features:</p>
   <ul>
   <li>Store Ray Data logs in special subdirectory (<a 
href="https://redirect.github.com/ray-project/ray/issues/44743";>#44743</a>)</li>
   </ul>
   <p>💫 Enhancements:</p>
   <ul>
   <li>Add in <code>local_read</code> option to <code>from_torch</code> (<a 
href="https://redirect.github.com/ray-project/ray/issues/44752";>#44752</a>)</li>
   </ul>
   <p>🔨 Fixes:</p>
   <ul>
   <li>Fix the config to disable progress bar (<a 
href="https://redirect.github.com/ray-project/ray/issues/44342";>#44342</a>)</li>
   </ul>
   <p>📖 Documentation:</p>
   <ul>
   <li>Clarify deprecated Datasource docstrings (<a 
href="https://redirect.github.com/ray-project/ray/issues/44790";>#44790</a>)</li>
   </ul>
   <h2>Ray Train<!-- raw HTML omitted --><!-- raw HTML omitted --></h2>
   <p>🔨 Fixes:</p>
   <ul>
   <li>Disable gathering the full state dict in <code>RayFSDPStrategy</code> 
for <code>lightning&gt;2.1</code> (<a 
href="https://redirect.github.com/ray-project/ray/issues/44569";>#44569</a>)</li>
   </ul>
   <h2>Ray Tune<!-- raw HTML omitted --><!-- raw HTML omitted --></h2>
   <p>💫 Enhancements:</p>
   <ul>
   <li>Remove spammy log for &quot;new output engine&quot; (<a 
href="https://redirect.github.com/ray-project/ray/issues/44824";>#44824</a>)</li>
   <li>Enable isort (<a 
href="https://redirect.github.com/ray-project/ray/issues/44693";>#44693</a>)</li>
   </ul>
   <h2>Ray Serve<!-- raw HTML omitted --><!-- raw HTML omitted --></h2>
   <p>🔨 Fixes:</p>
   <ul>
   <li>[Serve] fix getting attributes on stdout during Serve logging redirect 
(<a 
href="https://redirect.github.com/ray-project/ray/pull/44787";>#44787</a>)</li>
   </ul>
   <h2>RLlib<!-- raw HTML omitted --><!-- raw HTML omitted --></h2>
   <p>🎉 New Features:</p>
   <ul>
   <li>Support of images and video logging in WandB (env rendering example 
script for the new API stack coming up). (<a 
href="https://redirect.github.com/ray-project/ray/pull/43356";>#43356</a>)</li>
   </ul>
   <p>💫 Enhancements:</p>
   <ul>
   <li>Better support and separation-of-concerns for 
<code>model_config_dict</code> in new API stack. (<a 
href="https://redirect.github.com/ray-project/ray/pull/44263";>#44263</a>)</li>
   <li>Added example script to pre-train an <code>RLModule</code> in 
single-agent fashion, then bring checkpoint into multi-agent setup and continue 
training. (<a 
href="https://redirect.github.com/ray-project/ray/pull/44674";>#44674</a>)</li>
   <li>More <code>examples</code> scripts got translated from the old- to the 
new API stack: Curriculum learning, custom-gym-env, etc..: (<a 
href="https://redirect.github.com/ray-project/ray/pull/44706";>#44706</a>, <a 
href="https://redirect.github.com/ray-project/ray/pull/44707";>#44707</a>, <a 
href="https://redirect.github.com/ray-project/ray/pull/44735";>#44735</a>, <a 
href="https://redirect.github.com/ray-project/ray/pull/44841";>#44841</a>)</li>
   </ul>
   <h2>Ray Core and Ray Clusters<!-- raw HTML omitted --><!-- raw HTML omitted 
--></h2>
   <p>🔨 Fixes:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ray-project/ray/commit/549c4b7694483f6bc9e519b61e6f575e13510343";><code>549c4b7</code></a>
 [release] change version to 2.12.0</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/7c9209fd94726de61f70b0e9ea0f624f2da8a1fd";><code>7c9209f</code></a>
 [ci][bisect/1] initial version of macos test bisect (<a 
href="https://redirect.github.com/ray-project/ray/issues/44618";>#44618</a>)</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/fe4dd5da9c8157c44f3d0b4012519dd6a2a243d4";><code>fe4dd5d</code></a>
 [ci][bisect/0] add a function to run a single macos tests (<a 
href="https://redirect.github.com/ray-project/ray/issues/44848";>#44848</a>)</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/9587ef35c8bcdcd1f2c1894fe86d9a9b0a56f9f6";><code>9587ef3</code></a>
 [serve] fix documentation typo (<a 
href="https://redirect.github.com/ray-project/ray/issues/44855";>#44855</a>)</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/05232b531de447e8d596c6489309cb5a4251a28e";><code>05232b5</code></a>
 [Tune] Remove spammy log for &quot;new output engine&quot; (<a 
href="https://redirect.github.com/ray-project/ray/issues/44824";>#44824</a>)</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/7e315fe7e5ddc5b9ebec0fc50bd0e1d4fa28d621";><code>7e315fe</code></a>
 [serve] add num replicas auto telemetry (<a 
href="https://redirect.github.com/ray-project/ray/issues/44609";>#44609</a>)</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/a2b26631072e7c5869320a65e646384c7c5a5011";><code>a2b2663</code></a>
 [release] add 2.11.0 performance metrics (<a 
href="https://redirect.github.com/ray-project/ray/issues/44847";>#44847</a>)</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/650aa79e3ded090258b9b42187da3a922842561b";><code>650aa79</code></a>
 [GCS] Fixed GCS pub-sub channel-types to be explicitly mapped to either 
cappe...</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/2185fa9cbd633a5ae20f798e7da044db34335d3b";><code>2185fa9</code></a>
 [spark] Fix Ray-on-Spark ray child process shebang issue (<a 
href="https://redirect.github.com/ray-project/ray/issues/44827";>#44827</a>)</li>
   <li><a 
href="https://github.com/ray-project/ray/commit/1e936e3aeee884b8c2c3f6e3308cfe2449be7384";><code>1e936e3</code></a>
 [jobs] Fix Job submission issue on Windows platform (<a 
href="https://redirect.github.com/ray-project/ray/issues/44632";>#44632</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ray-project/ray/compare/ray-2.9.2...ray-2.12.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ray&package-manager=pip&previous-version=2.9.2&new-version=2.12.0)](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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to