packages feed

foldl-statistics 0.1.4.1 → 0.1.4.2

raw patch · 3 files changed

+7/−6 lines, 3 filesdep ~foldl-statisticsdep ~vectorPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: foldl-statistics, vector

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,6 @@-# 0.1.4.0+# 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
README.md view
@@ -1,4 +1,4 @@-# foldl-statistics+# foldl-statistics [![Build Status](https://travis-ci.org/data61/foldl-statistics.svg?branch=master)](https://travis-ci.org/data61/foldl-statistics) A reimplementation of the [Statistics.Sample](https://hackage.haskell.org/package/statistics/docs/Statistics-Sample.html) module using the [foldl](https://www.stackage.org/lts-5.1/package/foldl) package. The intention of this package is to allow these algorithms to be used on a much broader set of data input types,
foldl-statistics.cabal view
@@ -1,5 +1,5 @@ name: foldl-statistics-version: 0.1.4.1+version: 0.1.4.2 cabal-version: >=1.10 build-type: Simple license: BSD3@@ -44,12 +44,12 @@     main-is: Spec.hs     build-depends:         base >=4.7 && <5.0,-        foldl-statistics >=0.1.4.1 && <0.2,+        foldl-statistics >=0.1.4.2 && <0.2,         foldl >=1.2.1 && <1.3,         statistics ==0.13.*,         tasty ==0.11.*,         tasty-quickcheck ==0.8.*,-        vector ==0.11.*,+        vector >=0.11 && <0.13,         quickcheck-instances ==0.3.*,         profunctors ==5.2.*,         semigroups >=0.18.2 && <0.19@@ -62,7 +62,7 @@     main-is: Main.hs     build-depends:         base >=4.9.0.0 && <4.10,-        foldl-statistics >=0.1.4.1 && <0.2,+        foldl-statistics >=0.1.4.2 && <0.2,         criterion ==1.1.*,         vector >=0.10 && <1.0,         statistics >=0.13.3.0 && <0.14,