Skip to content

Releases: gmpassos/statistics

v1.1.3

11 Sep 22:59
dbbf930
Compare
Choose a tag to compare
  • Decimal:
    • _divideOperationByDynamicIntImpl2: fix operation with therms of different signals (-/+ or +/-).

v1.1.2

09 Aug 17:16
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
- Added extension `NumericTypeExtension`:
  - Methods: `isNumericType`, `isNumericOrDynamicNumberType`, `isDynamicNumberType`.
- Added extension `NumericTypeExtension`:
  - Methods: `isNumericValue`, `isNumericOrDynamicNumberValue`, `isDynamicNumberValue`, `whenNull`.

v1.0.21

13 Jul 00:33
Compare
Choose a tag to compare
- Added `StandardDeviationComputer`:
  - `StandardDeviationComputerNum`
  - `StandardDeviationComputerBigInt`
  - `StandardDeviationComputerDynamicNumber`
- Fix standard deviation online calculation.
- sdk: '>=2.14.0 <3.0.0'
- collection: ^1.16.0
- lints: ^2.0.0
- test: ^1.21.4
- dependency_validator: ^3.2.2
- coverage: ^1.2.0

v1.0.20

06 Apr 03:56
Compare
Choose a tag to compare
- Added `Decimal.tryParse` and `DynamicInt.tryParse`.