statistics 1.0.8
statistics: ^1.0.8 copied to clipboard
Statistics package for easy and efficient data manipulation with many built-in mathematical functions and tools.
1.0.8 #
- Added extensions:
DateTime.elapsedTime.int:bits/8/16/32/64,toUint8List32Reversed,toUint8List64Reversed.Uint8List:bits/8/16/32/64.
1.0.7 #
Chronometer.toString: added parameterwithTime.- Added
StatisticsPlatformto ensure safeintserialization in any Dart platform. doubleextension: addedtoPercentage.intextension: addedtoBigInt,toUint8List32,toUint8List64,toHex32,toHex64,toStringPadded.- Added extension for
BigIntandUint8List. - Added numeric extension for
String. - Migrated code coverage to use package
coverage. - base_codecs: ^1.0.1
- coverage: ^1.0.3
1.0.6 #
Chronometer.elapsedTimeMs: now returns the elapsed time even if not stopped.
1.0.5 #
Statistics:- Added
medianHigh,medianLowandmedian.- Change constructor: required
medianHigh.
- Change constructor: required
centerpoints tomedianHigh.
- Added
NumExtension:- Added:
num.cast.
- Added:
1.0.4 #
- New metric tools:
UnitLengthandUnitLengthExtension.
- Added:
parseDateTime.DateTimeExtension:formatToYMD,formatToYMDHm,formatToYMDHms,formatToYMDHmZandformatToYMDHmsZ.
MapExtension:equalsKeysValues.
ListMapExtension:sortByKey.
IterableMapExtension:sortedByKey.
DoubleExtension:truncateDecimals.
- Optimize:
- Optimize
splitColumnswithacceptsQuotedValues.
- Optimize
- Improved API Documentation.
1.0.3 #
- New extension methods:
head,tailandsublistReversed.searchInsertSortedIndexandbinarySearchPoint.resampleByIndexandresampleByValue.
- Changed from package
pedantic(deprecated) tolints. - lints: ^1.0.1
1.0.2 #
- Improve extensions.
- generateCSV:
- Added
commaAsDecimalSeparatoranddecimalPrecision.
- Added
1.0.1 #
- Added:
DoubleEquality,IntEqualityandNumEquality.
- Improve unit tests and coverage up to 98%.
- Improve example.
- Improve
README.md.
1.0.0 #
extensionforint,doubleandnumcollections.- Initial version.