History.txt in statsample-1.5.0 vs History.txt in statsample-2.0.0

- old
+ new

@@ -1,4 +1,9 @@ +=== 2.0.0 / 2015-06-20 + * Added dependency on daru and replaced Statsample::Vector and Dataset with + Daru::Vector and Daru::DataFrame. + * NMatrix and gsl-nmatrix are used as development dependencies. + === 1.5.0 / 2015-06-11 * Made sure all methods work properly with and without GSL. * Statsample works with either rb-gsl or gsl-nmatrix. * Changed the data types of Statsample::Vector from :ordinal, :scale and :nominal to only :numeric and :object. :numeric replaces :ordinal/:scale