Changelog for hsignal-0.1.1.1
0.1.0.1:
first version
0.1.0.2:
updated to reflect hmatrix 0.9.3.0
0.1.0.3:
added Numeric.Signal.Multichannel
0.1.0.4:
added Numeric.Signal.EEG
0.1.0.5:
fixed stack overflow in loadBDF by making [Double] -> Vector Double step strict
0.1.1.1:
updated to reflect change from using hstatistics to hmatrix-gsl-stats
added detrend/filter/slice to Multichannel
changed mapConcurrently argument order
changed getChannels to return array
added mapArrayConcurrently
improved performance of BDF readData
changed BDF to store data as Floats, not Double