Changelog for hmatrix-gsl-stats-0.2.1

0.1.0.1: renamed from hstatistics 0.1.0.5 0.1.1.1: added prob to Histogram, Histogram2D changed return of getBins to curried form 0.1.1.2: fixed bug - not dividing by sum - prob for Histogram2D 0.1.1.3: minor improvements 0.1.1.4: added emptyRanges, emptyLimits to Histogram(2D) fixed lack of random0_dist changed random_mm_dist to random_mp_dist changed discrete_mm_dist to discrete_mp_dist added Binary instances of Histogram(2D) added Histogram2D.fromMatrix 0.1.1.5: fixed y limits in Histogram2D.fromLimitsIO 0.1.2.1: fixed Histogram(2D)PDF sampling 0.1.2.2: removed warning causes in Distribution.Discrete/Continuous added fromVectors, modified fromMatrix in Histogram(2D) added countInstance, probability to Histogram(2D) added probPair to Histogram2D 0.1.2.3: fixed imports to reflect changes in hmatrix 0.1.2.4: fixed imports to reflect changes in hmatrix 0.1.2.5: fixed imports to reflect changes in hmatrix 0.1.2.6: hmatrix-0.10.0.0 release 0.1.2.7: changed import from Numeric.Container to Numeric.LinearAlgebra in Histogram.hs (strange) 0.1.2.8: changed base to >= 4 0.1.2.10: hmatrix now has find, fix Histogram(2D) 0.1.2.11: fixed indentation that prevented compilation with ghc-7.2 0.1.3: Joachim Fasting fixed Numeric.GSL.Fitting.Linear.multifit 0.1.3.1: fixed .cabal repository line 0.1.3.2: fixed warning about CInt constructor not being exposed use System.IO.Unsafe.unsafePerformIO not from Foreign 0.1.3.3: removed reference to '-fvector' from the .cabal file 0.2: add `cmat` to `app` FFI calls for matrices 0.2.1: Update build configuration : copied from hmatrix