sdd / kiddo

Kiddo
Apache License 2.0
79 stars 13 forks source link

fix(deps): update rust crate half to 2.4.1 - autoclosed #153

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
half dependencies minor 2.3 -> 2.4.1

Release Notes

starkat99/half-rs (half) ### [`v2.4.1`](https://togithub.com/starkat99/half-rs/blob/HEAD/CHANGELOG.md#241---2024-04-06-a-name241a) [Compare Source](https://togithub.com/starkat99/half-rs/compare/v2.4.0...v2.4.1) ##### Fixed - Missing macro import causing build failure on `no_std` + `alloc` feature set. Fixes \[[#​107](https://togithub.com/starkat99/half-rs/issues/107)]. - Clippy warning on nightly rust. ### [`v2.4.0`](https://togithub.com/starkat99/half-rs/blob/HEAD/CHANGELOG.md#240---2024-02-25-a-name240a) [Compare Source](https://togithub.com/starkat99/half-rs/compare/v2.3.1...v2.4.0) ##### Added - Optional `rkyv` support. Fixes \[[#​100](https://togithub.com/starkat99/half-rs/issues/100)], by \[[@​comath](https://togithub.com/comath)]. - New `num-traits` implementations: `AsPrimitive` for `bf16` and `AsPrimitive` for `f16`, allowing lossy conversions between the two types. By \[[@​charles-r-earp](https://togithub.com/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](https://togithub.com/starkat99/half-rs/issues/103)]. - Redundant import warnings on nightly Rust.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.30%. Comparing base (9651212) to head (f64b3a5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #153 +/- ## ======================================= Coverage 95.30% 95.30% ======================================= Files 52 52 Lines 7583 7583 Branches 7583 7583 ======================================= Hits 7227 7227 Misses 335 335 Partials 21 21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.