Skip to content

v1.2.1#13

Merged
gmpassos merged 23 commits intomasterfrom
statistics-bigint-decimal
Dec 19, 2025
Merged

v1.2.1#13
gmpassos merged 23 commits intomasterfrom
statistics-bigint-decimal

Conversation

@gmpassos
Copy link
Owner

@gmpassos gmpassos commented Apr 8, 2025

  • New StatisticsBigInt.

  • New IterableBigIntExtension.

  • Numeric extensions:

    • Added sum2 and mean2: returns a record with extra parameter allEqualsTo.
    • mean and standardDeviation are computed in a way that minimizes floating-point precision errors.
  • statistics_base_test.dart: improved numeric tests.

- New `StatisticsBigInt`.
- New `IterableBigIntExtension`.

- Numeric extensions:
  - Added `sum2` and `mean2`: returns a record with extra parameter `allEqualsTo`.
  - `mean` and `standardDeviation` are computed in a way that minimizes floating-point precision errors.

- `statistics_base_test.dart`: improved numeric tests.
@codecov
Copy link

codecov bot commented Apr 8, 2025

Codecov Report

❌ Patch coverage is 95.52023% with 31 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.69%. Comparing base (e34cb07) to head (bb72f26).
⚠️ Report is 24 commits behind head on master.

Files with missing lines Patch % Lines
lib/src/statistics_base.dart 95.01% 21 Missing ⚠️
lib/src/statistics_dynamic_int.dart 66.66% 5 Missing ⚠️
lib/src/statistics_decimal.dart 80.00% 3 Missing ⚠️
lib/src/statistics_extension_num.dart 99.13% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   92.06%   92.69%   +0.63%     
==========================================
  Files          16       16              
  Lines        5496     6177     +681     
==========================================
+ Hits         5060     5726     +666     
- Misses        436      451      +15     
Flag Coverage Δ
unittests 92.69% <95.52%> (+0.63%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gmpassos gmpassos merged commit 9111d6a into master Dec 19, 2025
5 checks passed
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.

1 participant