History.txt in statsample-2.0.2 vs History.txt in statsample-2.1.0
- old
+ new
@@ -1,4 +1,11 @@
+=== 2.1.0 / 2017-08-10
+ * Update documentation to reflect methods that have been removed (@lokeshh)
+ * Update daru dependency to v0.1.6 (@lokeshh)
+ * Remove pre-daru legacy methods like n_valid, missing value functions (@lokeshh)
+ * Update test suite with rubocop and rake. New tests for methods like Regression (@lokeshh)
+ * Introduce fitting a regression using string formulas (@lokeshh)
+
=== 2.0.2 / 2016-03-11
* Update dependencies (spreadsheet, GSL)
=== 2.0.1 / 2015-08-19
* Cleaned legacy containers in favor of `Daru::DataFrame` and `Daru::Vector`.