Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
half workspace.dependencies minor 2.2 -> 2.3

Release Notes

starkat99/half-rs (half)

v2.3.1

Compare Source

Fixed
  • Compile error on x86 (not x86_64) targets. Fixes [#​93].

v2.3.0

Compare Source

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.
  • Hardware intrinsics/assembly is finally available on stable Rust, including using hardware
    feature detection (std only), including:
    • AArch64 now uses FP16 hardware instructions for conversions and math operations when
      available.
    • x86/x86-64 now uses F16C hardware instructions for conversions (but no math operations) when
      available. Fixes [#​54].
Deprecated
  • use-intrinsics cargo feature no longer used. Hardware support will now always be used whenever
    possible. A future version may output deprecation warnings if this feature is enabled.
Fixed
  • Improve code generation of leading_zeros functions by inlining. By [@​encounter].
  • Sum implementation of bf16 incorrectly performed product instead of sum. By [@​wx-csy].
  • Compile failed when serde cargo feature enabled but std not enabled.
  • Incorrect black boxing of benchmark tests.
  • Rustdoc cfg display on docs.rs not getting enabled.

v2.2.1

Compare Source

Changed
  • Reduced unnecessary bounds checks for SIMD operations on slices. By [@​Shnatsel].
  • Further slice conversion optimizations for slices. Resolves [#​66].

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.


  • If you want to rebase/retry this PR, check this box

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

@cakebaker
Copy link
Contributor

Blocked because it requires a MSRV of 1.70.

@renovate renovate bot force-pushed the renovate/half-2.x branch from 8dcc2a0 to 4fb8f8c Compare June 26, 2023 11:28
@renovate renovate bot force-pushed the renovate/half-2.x branch from 4fb8f8c to e7a3b86 Compare July 9, 2023 11:06
@github-actions
Copy link

github-actions bot commented Jul 9, 2023

GNU testsuite comparison:

Skip an intermittent issue tests/tail-2/inotify-dir-recreate

@renovate renovate bot force-pushed the renovate/half-2.x branch from 6fb5313 to 7eec0dd Compare September 5, 2023 05:06
@cakebaker cakebaker merged commit 6de10c4 into main Sep 5, 2023
@cakebaker cakebaker deleted the renovate/half-2.x branch September 5, 2023 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant