packages feed

hstatistics 0.2.4.1 → 0.2.4.2

raw patch · 3 files changed

+8/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGES view
@@ -90,3 +90,7 @@  0.2.4.1: 		fixed .cabal repository line++0.2.4.2:+		Conrad Parker pointed out that hmatrix defaults to +		  Data.Vector.Storable
hstatistics.cabal view
@@ -1,5 +1,5 @@ Name:               hstatistics-Version:            0.2.4.1+Version:            0.2.4.2 License:            BSD3 License-file:       LICENSE Copyright:          (c) A.V.H. McPhail 2010, 2011, 2012@@ -11,8 +11,7 @@ Description:              Purely functional interface for statistics based on hmatrix and hmatrix-gsl-stats      .-     When hmatrix is installed with -fvector, the vector type is Data.Vector.Storable-     from the vector package and compatible with the 'statistics' package. +     The vector type is Data.Vector.Storable from the 'vector' package and compatible with the 'statistics' package.       <http://hackage.haskell.org/package/statistics>       .      Feature requests, suggestions, and bug fixes welcome.
lib/Numeric/Statistics.hs view
@@ -31,6 +31,8 @@  ----------------------------------------------------------------------------- +--import Debug.Trace+ --import Numeric.Vector --import Numeric.Matrix --import Numeric.Container