statistics 1.0.5 statistics: ^1.0.5 copied to clipboard
Statistics package for easy and efficient data manipulation with many built-in mathematical functions and tools.
1.0.5 #
Statistics
:- Added
medianHigh
,medianLow
andmedian
.- Change constructor: required
medianHigh
.
- Change constructor: required
center
points tomedianHigh
.
- Added
NumExtension
:- Added:
num.cast
.
- Added:
1.0.4 #
- New metric tools:
UnitLength
andUnitLengthExtension
.
- Added:
parseDateTime
.DateTimeExtension
:formatToYMD
,formatToYMDHm
,formatToYMDHms
,formatToYMDHmZ
andformatToYMDHmsZ
.
MapExtension
:equalsKeysValues
.
ListMapExtension
:sortByKey
.
IterableMapExtension
:sortedByKey
.
DoubleExtension
:truncateDecimals
.
- Optimize:
- Optimize
splitColumns
withacceptsQuotedValues
.
- Optimize
- Improved API Documentation.
1.0.3 #
- New extension methods:
head
,tail
andsublistReversed
.searchInsertSortedIndex
andbinarySearchPoint
.resampleByIndex
andresampleByValue
.
- Changed from package
pedantic
(deprecated) tolints
. - lints: ^1.0.1
1.0.2 #
- Improve extensions.
- generateCSV:
- Added
commaAsDecimalSeparator
anddecimalPrecision
.
- Added
1.0.1 #
- Added:
DoubleEquality
,IntEquality
andNumEquality
.
- Improve unit tests and coverage up to 98%.
- Improve example.
- Improve
README.md
.
1.0.0 #
extension
forint
,double
andnum
collections.- Initial version.