History.txt in statsample-0.6.0 vs History.txt in statsample-0.6.1
- old
+ new
@@ -1,4 +1,7 @@
+=== 0.6.1 / 2010-02-08
+* Bug fix on DominanceAnalysis summary for Ruby1.9
+* Some extra documentation
=== 0.6.0 / 2010-02-05
* New Statsample::Factor module. Include classes for extracting factors (Statsample::Factor::PCA and Statsample::Factor::PrincipalAxis) and rotate component matrix ( Statsample::Factor::Rotation subclasses). For now, only orthogonal rotations
* New Statsample::Dataset.crosstab_with_asignation, Statsample::Dataset.one_to_many
* New class Statsample::Permutation to produce permutations of a given array
* New class Statsample::Histogram, with same interface as GSL one