Skip to content

Update half requirement from 2, <2.5.0 to 2, <2.7.0 #664

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2025

Updates the requirements on half to permit the latest version.

Release notes

Sourced from half's releases.

2.6.0

Changed

  • Fixed some incorrect minimum supported versions of dependencies that weren't caught due to improper Cargo.lock:
    • num-traits 0.2.14 -> 0.2.16
    • zerocopy 0.8.0 -> 0.8.23
    • arbitrary 1.3.2 -> 1.4.1

Added

  • f16 and bf16 now implement Immutable and KnownLayout for zerocopy crate. By [@​usamoi].
Changelog

Sourced from half's changelog.

[2.6.0] - 2024-04-08

Changed

  • Fixed some incorrect minimum supported versions of dependencies that weren't caught due to improper Cargo.lock:
    • num-traits 0.2.14 -> 0.2.16
    • zerocopy 0.8.0 -> 0.8.23
    • arbitrary 1.3.2 -> 1.4.1

Added

  • f16 and bf16 now implement Immutable and KnownLayout for zerocopy crate. By [@​usamoi].

[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 restructuring 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

... (truncated)

Commits
  • b1894e9 Bump version to 2.6.0
  • ec91af5 Fix min dependency versions
  • bee721b update changelog
  • 2ba131f Merge pull request #125 from tensorchord/2.5.0-zerocopy
  • 55c36c1 Update unmaintained/outdated CI actions
  • 7580fd6 Update repository link
  • 9dc2559 derive Immutable and KnownLayout for f16 and bf16
  • 989d270 move license files and bump to versoin 2.5.0
  • c55579a fix doc reference
  • c00bced disambiguate docs from new primitive
  • Additional commits viewable in compare view

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/VoidStarKat/half-rs) to permit the latest version.
- [Release notes](https://github.com/VoidStarKat/half-rs/releases)
- [Changelog](https://github.com/VoidStarKat/half-rs/blob/main/CHANGELOG.md)
- [Commits](VoidStarKat/half-rs@v2.0.0...v2.6.0)

---
updated-dependencies:
- dependency-name: half
  dependency-version: 2.6.0
  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 Apr 9, 2025
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