packages feed

hstatistics 0.2.2.5 → 0.2.2.6

raw patch · 3 files changed

+12/−7 lines, 3 filesdep ~basesetup-changedPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- Numeric.Statistics.PDF: instance (Storable b) => PDF (PDFFunction b) b
+ Numeric.Statistics.PDF: instance Storable b => PDF (PDFFunction b) b
- Numeric.Statistics.Information: entropy :: (PDF a Double) => a -> Vector Double -> Double
+ Numeric.Statistics.Information: entropy :: PDF a Double => a -> Vector Double -> Double
- Numeric.Statistics.PDF: probability :: (PDF b a) => b -> Vector a -> Vector Double
+ Numeric.Statistics.PDF: probability :: PDF b a => b -> Vector a -> Vector Double

Files

CHANGES view
@@ -65,3 +65,8 @@ 0.2.2.5: 		hmatrix 0.10.0.0 release +0.2.2.6:+		changed base to >= 4+		fixed Setup.lhs (as there is no configure.hs) + 		  pointed out by dons+
Setup.lhs view
@@ -2,4 +2,4 @@  > import Distribution.Simple -> main = defaultMainWithHooks autoconfUserHooks+> main = defaultMain
hstatistics.cabal view
@@ -1,5 +1,5 @@ Name:               hstatistics-Version:            0.2.2.5+Version:            0.2.2.6 License:            BSD3 License-file:       LICENSE Copyright:          (c) A.V.H. McPhail 2010@@ -19,7 +19,7 @@ Category:           Math, Statistics tested-with:        GHC ==6.12.1 -cabal-version:      >=1.2+cabal-version:      >=1.6  build-type:         Simple @@ -28,7 +28,7 @@  library -    Build-Depends:      base >= 3 && < 5,+    Build-Depends:      base >= 4 && < 5,                         array, random,                         hmatrix >= 0.10.0.0,                         hmatrix-gsl-stats >= 0.1.2.6@@ -52,7 +52,7 @@                               -fno-warn-orphans                               -fno-warn-unused-binds -    source-repository head-        type:     darcs-        location: darcs get http://code.haskell.org/hstatistics+source-repository head+    type:     darcs+    location: http://code.haskell.org/hstatistics