Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

fix(deps): update rust crate fraction to 0.15.0#137

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/fraction-0.x
Open

fix(deps): update rust crate fraction to 0.15.0#137
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/fraction-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 27, 2023

This PR contains the following updates:

Package Type Update Change
fraction (source) dependencies minor 0.13.10.15.0

Release Notes

dnsl48/fraction (fraction)

v0.15.3

Compare Source

Changed
  • num crate min required version is now 0.4.2

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 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.

@renovate renovate Bot force-pushed the renovate/fraction-0.x branch from df80739 to 4a7149e Compare January 1, 2024 03:17
@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
@codecov
Copy link
Copy Markdown

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 force-pushed the renovate/fraction-0.x branch from 4a7149e to c259162 Compare February 11, 2024 04:56
@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 force-pushed the renovate/fraction-0.x branch from c259162 to a62afe0 Compare April 27, 2024 21:45
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants