-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
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.
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.
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 PR contains the following updates:
3.7.0
->5.0.0
Release Notes
reem/rust-ordered-float (ordered-float)
v5.0.0
Compare Source
What's Changed
NotNan<T>
xT
operators by @Ten0 in https://github.com/reem/rust-ordered-float/pull/167Full Changelog: reem/rust-ordered-float@v4.6.0...v5.0.0
v4.6.0
Compare Source
What's Changed
libm
feature to enable theFloat
andPow
traits inno_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
Add
and other binary ops for&OrderedFloat
by @gechelberger in https://github.com/reem/rust-ordered-float/pull/162New Contributors
Full Changelog: reem/rust-ordered-float@v4.4.0...v4.5.0
v4.4.0
Compare Source
What's Changed
NotNan
isrepr(transparent)
. by @kpreid in https://github.com/reem/rust-ordered-float/pull/158Full 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
Debug
impls delegate directly to inner float by @Ten0 in https://github.com/reem/rust-ordered-float/pull/153New Contributors
Full Changelog: reem/rust-ordered-float@v4.2.1...v4.2.2
v4.2.1
Compare Source
What's Changed
NotNan::cmp
. by @mbrubeck in https://github.com/reem/rust-ordered-float/pull/151Full 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
num_traits::float::FloatCore
instead ofnum_traits::Float
where possible, by @kpreid in https://github.com/reem/rust-ordered-float/pull/138Full 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
rkyv
feature enabled (#137).v3.9.0
Compare Source
What's Changed
rkyv
endianess by @MucTepDayH16 in https://github.com/reem/rust-ordered-float/pull/136New Contributors
Full Changelog: reem/rust-ordered-float@v3.8.0...v3.9.0
v3.8.0
Compare Source
What's Changed
rand
dependency when only theserde
feature is given. by @kpreid in https://github.com/reem/rust-ordered-float/pull/133UniformOrdered
andUniformNotNan
by @MathisWellmann in https://github.com/reem/rust-ordered-float/pull/134f64
andf32
. by @blp in https://github.com/reem/rust-ordered-float/pull/135New 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.
This PR was generated by Mend Renovate. View the repository job log.