Skip to content
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

fix(deps): update rust crate ordered-float to v5 #141

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2025

This PR contains the following updates:

Package Type Update Change
ordered-float dependencies major 3.7.0 -> 5.0.0

Release Notes

reem/rust-ordered-float (ordered-float)

v5.0.0

Compare Source

What's Changed

Full Changelog: reem/rust-ordered-float@v4.6.0...v5.0.0

v4.6.0

Compare Source

What's Changed
  • Add an optional libm feature to enable the Float and Pow traits in no_std builds (#​164).
New Contributors

Full Changelog: reem/rust-ordered-float@v4.5.0...v4.6.0

v4.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: reem/rust-ordered-float@v4.4.0...v4.5.0

v4.4.0

Compare Source

What's Changed

Full Changelog: reem/rust-ordered-float@v4.3.0...v4.4.0

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: reem/rust-ordered-float@v4.2.2...v4.3.0

v4.2.2

Compare Source

What's Changed
New Contributors

Full Changelog: reem/rust-ordered-float@v4.2.1...v4.2.2

v4.2.1

Compare Source

What's Changed

Full Changelog: reem/rust-ordered-float@v4.2.0...v4.2.1

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: reem/rust-ordered-float@v4.1.1...v4.2.0

v4.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: reem/rust-ordered-float@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed

Full Changelog: reem/rust-ordered-float@v4.0.0...v4.1.0

v4.0.0

Compare Source

What's Changed

Full Changelog: reem/rust-ordered-float@v3.9.1...v4.0.0

v3.9.2

Compare Source

Full Changelog: reem/rust-ordered-float@v3.9.1...v3.9.2

v3.9.1

Compare Source

  • Fix build error with the rkyv feature enabled (#​137).

v3.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: reem/rust-ordered-float@v3.8.0...v3.9.0

v3.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: reem/rust-ordered-float@v3.7.0...v3.8.0


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

sourcery-ai bot commented Feb 18, 2025

Reviewer's Guide by Sourcery

This PR updates the ordered-float crate from version 3.7.0 to 5.0.0. This includes breaking changes such as implementing Hash only for f32 and f64, and removing implicit panics in NotNan<T> x T operators. Reviewers should check if the changes affect the project's usage of the crate.

Updated class diagram for ordered-float crate

classDiagram
  class OrderedFloat~T~
  class NotNan~T~

  note for OrderedFloat "Implements comparison traits (Eq, Ord, Hash) for floating point numbers without NaN values."
  note for NotNan "Wraps a floating point number and ensures it is not NaN."

  OrderedFloat --|> NotNan : Wraps
Loading

File-Level Changes

Change Details Files
The ordered-float crate has been updated from version 3.7.0 to 5.0.0.
  • Updated the ordered-float crate version in Cargo.toml.
Cargo.toml
Breaking change: Implemented Hash for f32 and f64 only.
  • The Hash trait is now only implemented for f32 and f64 types.
Breaking change: Removed implicit panics in NotNan<T> x T operators.
  • Implicit panics in NotNan<T> x T operators have been removed.

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.93%. Comparing base (7676848) to head (f36274e).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
- Coverage   85.95%   85.93%   -0.03%     
==========================================
  Files          11       11              
  Lines        4457     4457              
==========================================
- Hits         3831     3830       -1     
- Misses        626      627       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

0 participants