History.txt in statsample-1.2.0 vs History.txt in statsample-1.3.0

- old
+ new

@@ -1,4 +1,14 @@ +=== 1.3.0 / 2013-09-19 + + * Merge remote-tracking branch 'vpereira/master' into vpereira + * New Wilcoxon Signed Rank test + * Remove TimeSeries class. Now is available on gem "bio-statsample-timeseries" [GSOC 2013 project :) ] + * Update shoulda support + * added Bundle depds + * improved the csv read method (requires tests) + * open svg on mac osx + === 1.2.0 / 2011-12-15 * Added support for time series (TimeSeries object): MA, EMA, MACD, acf, lag and delta. [Rob Britton] * Changed summary attribute to properly display 'b' value for simple linear regression [hstove] * Merge pull request #6 from hstove/patch-1Changed summary attribute to properly display 'b' value for simple linear regression [Claudio Bustos]