All Versions
10
Latest Version
Avg Release Cycle
131 days
Latest Release
2403 days ago
Changelog History
Changelog History
-
v4.2.0
September 18, 2018 -
v4.1.0
September 18, 2018 -
v4.0.0
August 27, 2018 -
v3.0.0
September 18, 2016 -
v2.2.0 Changes
July 27, 2016Statistical mathematics functions (median, variance, covariance, ...)
More Complex functions -
v2.0.4 Changes
December 03, 2015➕ Add
LatticeType
- an ordered type (
Comparable
) - with lower bound
min
and upper boundmax
All
UnsignedArithmeticType
implement this new protocol - an ordered type (
-
v2.0.3 Changes
November 24, 2015Averagable
protocolComplex
structurExtension on CollectionType to get a sum, a product or an average
[1,2,3].sum
-
v2.0.2 Changes
November 24, 2015tvOS and watchOS
-
v2.0.1 Changes
September 21, 2015Swift 2 & XCode 7 compatible
LogicalOperationsType
(Conjunctive
&Disjunctive
) protocol method can throw exceptions from callback -
v1.1.0 Changes
June 25, 2015- Incrementable, Decrementable, AddableWithOverflow, ... protocols added
- ➕ Add Combined protocols
- Cut LogicalOperationsTypes into multiple protocols (one for &&, one for ||)