History.txt in statsample-1.4.3 vs History.txt in statsample-1.5.0
- old
+ new
@@ -1,4 +1,12 @@
+=== 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
+ and :object replaces :nominal. Methods for creating the older data types still
+ exist, but throw a warning prodding the user to use the new methods.
+
=== 1.4.3 / 2015-04-27
* Removed rb-gsl dependency.
=== 1.4.2 / 2015-04-07
* Statsample::CSV.read accepts numbers in scientific notation.