fix(deps): update rust crate ordered-float to v5#141
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update rust crate ordered-float to v5#141renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Reviewer's Guide by SourceryThis PR updates the Updated class diagram for ordered-float crateclassDiagram
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
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.7.0→5.0.0Release Notes
reem/rust-ordered-float (ordered-float)
v5.1.0Compare Source
What's Changed
num_traits::real::RealforNotNan<T>by @DouisLavid in #176New Contributors
Full Changelog: reem/rust-ordered-float@v5.0.0...v5.1.0
v5.0.0Compare Source
What's Changed
NotNan<T>xToperators by @Ten0 in #167Full Changelog: reem/rust-ordered-float@v4.6.0...v5.0.0
v4.6.0Compare Source
What's Changed
libmfeature to enable theFloatandPowtraits inno_stdbuilds (#164).New Contributors
Full Changelog: reem/rust-ordered-float@v4.5.0...v4.6.0
v4.5.0Compare Source
What's Changed
Addand other binary ops for&OrderedFloatby @gechelberger in #162New Contributors
Full Changelog: reem/rust-ordered-float@v4.4.0...v4.5.0
v4.4.0Compare Source
What's Changed
NotNanisrepr(transparent). by @kpreid in #158Full Changelog: reem/rust-ordered-float@v4.3.0...v4.4.0
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: reem/rust-ordered-float@v4.2.2...v4.3.0
v4.2.2Compare Source
What's Changed
Debugimpls delegate directly to inner float by @Ten0 in #153New Contributors
Full Changelog: reem/rust-ordered-float@v4.2.1...v4.2.2
v4.2.1Compare Source
What's Changed
NotNan::cmp. by @mbrubeck in #151Full Changelog: reem/rust-ordered-float@v4.2.0...v4.2.1
v4.2.0Compare Source
What's Changed
New Contributors
Full Changelog: reem/rust-ordered-float@v4.1.1...v4.2.0
v4.1.1Compare Source
What's Changed
New Contributors
Full Changelog: reem/rust-ordered-float@v4.1.0...v4.1.1
v4.1.0Compare Source
What's Changed
Full Changelog: reem/rust-ordered-float@v4.0.0...v4.1.0
v4.0.0Compare Source
What's Changed
num_traits::float::FloatCoreinstead ofnum_traits::Floatwhere possible, by @kpreid in #138Full Changelog: reem/rust-ordered-float@v3.9.1...v4.0.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.
This PR was generated by Mend Renovate. View the repository job log.