Skip to content

Releases: gmpassos/statistics

v1.2.1

19 Dec 05:38
9111d6a

Choose a tag to compare

  • DynamicNumber:

    • Added min, max and cast<N>().
  • New StatisticsBigInt and StatisticsDynamicNumber.

  • 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.
  • IterableExtension:

    • Added counts, countsSorted and mostFrequent.
  • statistics_base_test.dart: improved numeric tests.

v1.2.0

24 Feb 03:49

Choose a tag to compare

  • sdk: '>=3.6.0 <4.0.0'

  • intl: ^0.20.2

  • collection: ^1.19.0

  • data_serializer: ^1.2.1

  • lints: ^5.1.1

  • test: ^1.25.15

  • dependency_validator: ^3.2.3

  • coverage: ^1.11.1

v1.1.3

11 Sep 22:59
dbbf930

Choose a tag to compare

  • Decimal:
    • _divideOperationByDynamicIntImpl2: fix operation with therms of different signals (-/+ or +/-).

v1.1.2

09 Aug 17:16

Choose a tag to compare

  • sdk: '>=3.4.0 <4.0.0'

  • data_serializer: ^1.2.0

  • coverage: ^1.9.0

v1.1.1

26 Jul 01:24

Choose a tag to compare

  • DynamicNumber:

    • Added sin and cos.
  • test: ^1.25.8

  • coverage: ^1.8.0

v1.1.0

15 Feb 17:49
5e8492d

Choose a tag to compare

  • sdk: '>=3.3.0 <4.0.0'

  • intl: ^0.19.0

  • collection: ^1.18.0

  • data_serializer: ^1.1.0

  • lints: ^3.0.0

  • test: ^1.25.2

  • coverage: ^1.7.2

v1.0.26

30 Sep 07:37
3d5dc3c

Choose a tag to compare

Merge v1.0.26 - fix stdv


 - Fix:
   - `IterableNumExtension.standardDeviation`.
   - `IterableDoubleExtension.standardDeviation`.
   - `DecimalOnIterableDecimalExtension.standardDeviation`.
   - `DynamicIntOnIterableDynamicNumberExtension.standardDeviation`.

 - sdk: '>=2.14.0 <4.0.0'
 - intl: ^0.18.1
 - dependency_validator: ^3.2.3

v1.0.24

21 Dec 03:31
0fa9d2b

Choose a tag to compare

Merge v1.0.24


- intl: ^0.18.0
- lints: ^2.0.1
- test: ^1.22.1
- coverage: ^1.6.1

v1.0.23

20 Aug 17:43

Choose a tag to compare

- `DynamicNumber`, `DynamicInt`, `Decimal`:
  - Added `isWholeNumber`, `isOdd`, `isEven`.
- Added prime numbers support:
  - `PrimeUtils`, `PrimeIntExtension`, `PrimeDynamicNumberExtension`, `PrimeDecimalExtension`, `PrimeDynamicIntExtension`.

v1.0.22

30 Jul 02:02

Choose a tag to compare

- Added extension `NumericTypeExtension`:
  - Methods: `isNumericType`, `isNumericOrDynamicNumberType`, `isDynamicNumberType`.
- Added extension `NumericTypeExtension`:
  - Methods: `isNumericValue`, `isNumericOrDynamicNumberValue`, `isDynamicNumberValue`, `whenNull`.