Skip to content

Update half requirement from 2, <2.5.0 to 2, <2.6.0 #656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2025

Updates the requirements on half to permit the latest version.

Release notes

Sourced from half's releases.

2.5.0

Changed

  • Updated optional dependencies to latest major versions:
    • zercopy 0.6 -> 0.8
    • rand 0.8 -> 0.9
    • rand_distr 0.4 -> 0.5
    • rkyv 0.7 -> 0.8
    • (dev) criterion 0.4 -> 0.5
  • Minimum supported Rust version has been changed to 1.81 due to above dependency updates.
  • Minor restructing of included license file locations to be more consistent with crates ecosystem.

Added

  • Added support for arbitrary crate. Fixes #110. By @​FL33TW00D.
  • New num-traits implementations: FromBytes and ToBytes for f16 and bf16. By @​kpreid.

Fixed

  • Suppressed unexpected_cfg lint warnings on newer versions of stable Rust.
  • Resolved ambiguous rustdoc warnings due to new unstable f16 primitive in compiler.
Changelog

Sourced from half's changelog.

[2.5.0] - 2024-03-13

Changed

  • Updated optional dependencies to latest major versions:
    • zercopy 0.6 -> 0.8
    • rand 0.8 -> 0.9
    • rand_distr 0.4 -> 0.5
    • rkyv 0.7 -> 0.8
    • (dev) criterion 0.4 -> 0.5
  • Minimum supported Rust version has been changed to 1.81 due to above dependency updates.
  • Minor restructing of included license file locations to be more consistent with crates ecosystem.

Added

  • Added support for arbitrary crate. Fixes #110. By [@​FL33TW00D].
  • New num-traits implementations: FromBytes and ToBytes for f16 and bf16. By [@​kpreid].

Fixed

  • Suppressed unexpected_cfg lint warnings on newer versions of stable Rust.
  • Resolved ambiguous rustdoc warnings due to new unstable f16 primitive in compiler.

[2.4.1] - 2024-04-06

Fixed

  • Missing macro import causing build failure on no_std + alloc feature set. Fixes #107.
  • Clippy warning on nightly rust.

[2.4.0] - 2024-02-25

Added

  • Optional rkyv support. Fixes #100, by [@​comath].
  • New num-traits implementations: AsPrimitive<f16> for bf16 and AsPrimitive<bf16> for f16, allowing lossy conversions between the two types. By [@​charles-r-earp].
  • Cargo.lock added to vcs as is now recommended for library crates.

Fixed

  • Remove some unit NaN conversion sign tests due to non-deterministic hardware. Fixes #103.
  • Redundant import warnings on nightly Rust.

[2.3.1] - 2023-06-24

Fixed

  • Compile error on x86 (not x86_64) targets. Fixes #93.

[2.3.0] - 2023-06-24

Added

  • Support for Kani Rust Verifier. By [@​cameron1024].
  • Support for rand_distr::Distribution implementations behind rand_distr optional cargo feature. By [@​coreylowman].
  • Floating point formatting options in Display and Debug implementations. By [@​eiz].

Changed

  • Breaking Change Minimum supported Rust version is now 1.70.
  • Breaking Change Minimum supported Rust version policy reverted to original policy of allowing minimum supported Rust version updates for minor releases instead of only major to avoid segmentation and allow optimizing hardware implementations without unnecessary major releases.

... (truncated)

Commits

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 commands and options

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)

Updates the requirements on [half](https://github.com/starkat99/half-rs) to permit the latest version.
- [Release notes](https://github.com/starkat99/half-rs/releases)
- [Changelog](https://github.com/starkat99/half-rs/blob/main/CHANGELOG.md)
- [Commits](VoidStarKat/half-rs@v2.0.0...v2.5.0)

---
updated-dependencies:
- dependency-name: half
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 20, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2025

Superseded by #664.

@dependabot dependabot bot closed this Apr 9, 2025
@dependabot dependabot bot deleted the dependabot/cargo/half-2-and-lt-2.6.0 branch April 9, 2025 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants