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 fraction to 0.15.0 #137

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
fraction (source) dependencies minor 0.13.1 -> 0.15.0

Release Notes

dnsl48/fraction (fraction)

v0.15.2

Compare Source

Added
  • GenericFraction ConstOne and ConstZero trait implementations (special thanks to Raimundo Saona, aka @​saona-raimundo)

v0.15.1

Compare Source

Added
  • "with-unicode" feature implementation to format (and parse) floats with Unicode characters (special thanks to @​feefladder)

v0.15.0

Compare Source

Added
  • GenericFraction try_from/try_into implementations for primitive types (u8, i8, u16, i16, u32, i32, u64, i64, u128, i128, usize, isize, f32, f64)
  • GenericFraction try_from/try_into implementations for BigInt/BigUint ("with-bigint" feature)
  • GenericDecimal try_from/try_into implementations for primitive types (u8, i8, u16, i16, u32, i32, u64, i64, u128, i128, usize, isize, f32, f64)
  • GenericDecimal try_from/try_into implementations for BigInt/BigUint ("with-bigint" feature)
  • Tests for all GenericDecimal ops (overloadable operators - std::ops)
Changed
  • GenericDecimal ops (overloadable operators) refactoring. Each operator is now implemented separately in its own module, allowing decoupled code with its own optimisations and tests.
Fixed
  • PartialOrd will now reuse Ord implementation where possible (refactor to make clippy happier)
  • Fixed logic in sub_assign and checked_sub that could sometimes produce incorrect results for a couple of edge cases with a negative zero (-0) as an operand.

v0.14.0

Compare Source

Added
  • approx module with "Approximate mathematical operations", fn sqrt (special thanks to @​squ1dd13 for the contribution!)
  • with-approx feature, enabling the approx module

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.

@renovate renovate bot changed the title fix(deps): update rust crate fraction to 0.14.0 fix(deps): update rust crate fraction to 0.15.0 Jan 1, 2024
Copy link

codecov bot commented Jan 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

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

@renovate renovate bot changed the title fix(deps): update rust crate fraction to 0.15.0 fix(deps): update rust crate fraction to 0.15.1 Feb 11, 2024
@renovate renovate bot changed the title fix(deps): update rust crate fraction to 0.15.1 fix(deps): update rust crate fraction to 0.15.2 Apr 27, 2024
@renovate renovate bot force-pushed the renovate/fraction-0.x branch from a62afe0 to f94af54 Compare May 5, 2024 11:17
@renovate renovate bot changed the title fix(deps): update rust crate fraction to 0.15.2 fix(deps): update rust crate fraction to 0.15.0 May 5, 2024
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.

None yet

0 participants