History.txt in statsample-0.11.2 vs History.txt in statsample-0.12.0
- old
+ new
@@ -1,4 +1,15 @@
+=== 0.12.0 / 2010-06-09
+
+* Modified Rakefile to remove dependencies based on C extensions. These are moved to statsample-optimization
+* T test with unequal variance fixed on i686
+* API Change: Renamed Reliability::ItemAnalysis and moved to independent file
+* New Reliability::MultiScaleAnalysis for easy analysis of scales on a same survey, includind reliability, correlation matrix and Factor Analysis
+* Updated README to reflect changes on Reliability module
+* SvgGraph works with reportbuilder.
+* Added methods on Polychoric based on Olsson(1979): the idea is estimate using second derivatives.
+* Distribution test changed (reduced precision on 32 bits system
+
=== 0.11.2 / 2010-05-05
* Updated dependency for 'extendedmatrix' to 0.2 (Matrix#build method)
=== 0.11.1 / 2010-05-04
* Removed Matrix almost all Matrix extensions and replaced by dependency on 'extendmatrix' gem