packages feed

statistics 0.16.1.1 → 0.16.1.2

raw patch · 3 files changed

+3/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Statistics/Distribution/Exponential.hs view
@@ -142,5 +142,5 @@ instance D.FromSample ExponentialDistribution Double where   fromSample xs     | G.null xs       = Nothing-    | G.any (>= 0) xs = Just $! ED (S.mean xs)+    | G.all (>= 0) xs = Just $! ED (S.mean xs)     | otherwise       = Nothing
changelog.md view
@@ -1,4 +1,4 @@-## Changes in 0.16.1.1+## Changes in 0.16.1.2   * Fixed bug in `fromSample` for exponential distribudion (#190) 
statistics.cabal view
@@ -1,5 +1,5 @@ name:           statistics-version:        0.16.1.1+version:        0.16.1.2 synopsis:       A library of statistical types, data, and functions description:   This library provides a number of common functions and types useful