== 0.1.1 = Bugs * fixed a bug where verbose mode was getting stuck at INFO level and would never change (Joseph Wilk) == 0.1.0 * Changed internal representation of vector space. Using columns as documents and rows as terms. This is more consistent which LSA research papers. (Joseph Wilk) * Wrap DMatrix in VectorSpace::Model, allowing us to store keywords with the matrix and get pretty output (Joseph Wilk)