dependabot[bot] opened a new pull request, #18036: URL: https://github.com/apache/datafusion/pull/18036
Bumps [half](https://github.com/VoidStarKat/half-rs) from 2.6.0 to 2.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/VoidStarKat/half-rs/releases">half's releases</a>.</em></p> <blockquote> <h2>2.7.0</h2> <h3>Changed</h3> <ul> <li><code>zerocopy</code> is now a required dependency. The optional <code>zerocopy</code> crate feature is deprecated. This change is to ensure better code safety and prevent potential unsound behavior.</li> <li>Git repository URL has changed due to GitHub user name change. Old URL is redirected.</li> </ul> <h3>Added</h3> <ul> <li>New <code>num-traits</code> implementations: <code>Signed</code> for <code>f16</code> and <code>bf16</code>. By <a href="https://github.com/djsell"><code>@djsell</code></a>.</li> <li><code>loongarch64</code> <code>lsx</code> hardware intrinsic support for <code>f16</code> conversions. By <a href="https://github.com/heiher"><code>@heiher</code></a>.</li> <li>Implemented <code>Weight</code> trait from <code>rand</code> crate for <code>f16</code> and <code>bf16</code> with <code>rand</code> optional cargo feature. By <a href="https://github.com/majian4work"><code>@majian4work</code></a>.</li> </ul> <h3>Fixed</h3> <ul> <li><code>min</code> and <code>max</code> incorrectly propagate <code>NaN</code> values when <code>self</code> is <code>NaN</code>. Fixes <a href="https://redirect.github.com/VoidStarKat/half-rs/issues/126">#126</a>, by <a href="https://github.com/mgottscho"><code>@mgottscho</code></a>.</li> <li>Suppressed warnings from new <code>unnecessary_transmutes</code> lint.</li> </ul> <h3>Removed</h3> <ul> <li><code>doc_auto_cfg</code> feature has been removed from docs.rs documentation due to removal of rust feature.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/VoidStarKat/half-rs/blob/main/CHANGELOG.md">half's changelog</a>.</em></p> <blockquote> <h2>[2.7.0] - 2025-10-08 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <h3>Changed</h3> <ul> <li><code>zerocopy</code> is now a required dependency. The optional <code>zerocopy</code> crate feature is deprecated. This change is to ensure better code safety and prevent potential unsound behavior.</li> <li>Git repository URL has changed due to GitHub user name change. Old URL is redirected.</li> </ul> <h3>Added</h3> <ul> <li>New <code>num-traits</code> implementations: <code>Signed</code> for <code>f16</code> and <code>bf16</code>. By [<a href="https://github.com/djsell"><code>@djsell</code></a>].</li> <li><code>loongarch64</code> <code>lsx</code> hardware intrinsic support for <code>f16</code> conversions. By [<a href="https://github.com/heiher"><code>@heiher</code></a>].</li> <li>Implemented <code>Weight</code> trait from <code>rand</code> crate for <code>f16</code> and <code>bf16</code> with <code>rand</code> optional cargo feature. By [<a href="https://github.com/majian4work"><code>@majian4work</code></a>].</li> </ul> <h3>Fixed</h3> <ul> <li><code>min</code> and <code>max</code> incorrectly propagate <code>NaN</code> values when <code>self</code> is <code>NaN</code>. Fixes <a href="https://redirect.github.com/VoidStarKat/half-rs/issues/126">#126</a>, by [<a href="https://github.com/mgottscho"><code>@mgottscho</code></a>].</li> <li>Suppressed warnings from new <code>unnecessary_transmutes</code> lint.</li> </ul> <h3>Removed</h3> <ul> <li><code>doc_auto_cfg</code> feature has been removed from docs.rs documentation due to removal of rust feature.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/VoidStarKat/half-rs/commit/679d009c8a1a6f7df1f211c62d84bf72326b291f"><code>679d009</code></a> Bump version 2.7.0</li> <li><a href="https://github.com/VoidStarKat/half-rs/commit/fc339a357731e2eb7ee43b5c1919c7c591ead0c2"><code>fc339a3</code></a> Remove zerocopy cargo feature from docs.</li> <li><a href="https://github.com/VoidStarKat/half-rs/commit/4f9204b803b6e4c56db45913cf6dd950f0874d98"><code>4f9204b</code></a> Update changelog and URLs</li> <li><a href="https://github.com/VoidStarKat/half-rs/commit/e698ee8525a2a6c341b3f32a04477b8b1e74b876"><code>e698ee8</code></a> Ignore some tests in miri (due to diff floating point handling)</li> <li><a href="https://github.com/VoidStarKat/half-rs/commit/c4911096d1bb3887c6a161350328a14a6b641966"><code>c491109</code></a> Run rustfmt</li> <li><a href="https://github.com/VoidStarKat/half-rs/commit/bfb02394715c04b7783956308f50022ea000106d"><code>bfb0239</code></a> Remove docs.rs <code>doc_auto_cfg</code> feature and just wait until doc cfg stabilized....</li> <li><a href="https://github.com/VoidStarKat/half-rs/commit/62f114125c63f67c4ec3fbb14bc330e241c37a9d"><code>62f1141</code></a> Update FUNDING.yml</li> <li><a href="https://github.com/VoidStarKat/half-rs/commit/ebabb844d2c12277531b0435c67d1610bc9e5c46"><code>ebabb84</code></a> Merge pull request <a href="https://redirect.github.com/VoidStarKat/half-rs/issues/129">#129</a> from joshlf/remove-unsafe</li> <li><a href="https://github.com/VoidStarKat/half-rs/commit/4bc952c1b87307bb63f62bc834bcb6dab4d79b5c"><code>4bc952c</code></a> Merge pull request <a href="https://redirect.github.com/VoidStarKat/half-rs/issues/132">#132</a> from majian4work/main</li> <li><a href="https://github.com/VoidStarKat/half-rs/commit/12a3aeff372fbe07ba49c975e9968317da2b4b3c"><code>12a3aef</code></a> Merge pull request <a href="https://redirect.github.com/VoidStarKat/half-rs/issues/131">#131</a> from heiher/loong64-fp16</li> <li>Additional commits viewable in <a href="https://github.com/VoidStarKat/half-rs/compare/v2.6.0...v2.7.0">compare view</a></li> </ul> </details> <br /> [](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]
