History.txt in josephwilk-rsemantic-0.1.0 vs History.txt in josephwilk-rsemantic-0.1.1

- old
+ new

@@ -1,4 +1,9 @@ -== 0.0.1 +== 0.1.1 -* Changed internal representation of vector space. Using columns as documents and rows as terms. This is more consistent which LSA research papers. -* Wrap DMatrix in VectorSpace::Model, allowing us to store keywords with the matrix and get pretty output \ No newline at end of file += 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)