# 0.1.5.1
- GHC 8.6 compatibility (Thanks @gwils)
# 0.1.5.0
- Added `histogram`, `histogram'` and `ordersOfMagnitude`.
# 0.1.4.6
- Relax bounds on tasty-quickcheck
# 0.1.4.5
- Fix dependencies for GHC < 8.0
# 0.1.4.4
- Update to foldl < 1.4
# 0.1.4.3
- Update to statistics 0.14
# 0.1.4.1
- foldl >= 1.2.2 exports `mean` and ` variance`, so hide them.
- export `lrrCount`
# 0.1.4.0
- Added monoidal interface to linear regression
# 0.1.3.0
- Added unbiased versions of LMVSK functions
# 0.1.2.0
- Exposed monoidal LMVSKState
- Improved testing, including for fastLMVSK
# 0.1.1.0
- Add fastLMVSK (length, mean, variance, skewness and kurtosis)
- Add fastLinearReg (count, slope, (Y) intercept and correlation of `(x,y)`)
# 0.1.0.0
- Initial release