CHANGELOG.md in xgb-0.1.3 vs CHANGELOG.md in xgb-0.2.0

- old
+ new

@@ -1,25 +1,32 @@ -## 0.1.3 +## 0.2.0 (2020-01-26) +- Prefer `XGBoost` over `Xgb` +- Changed to Apache 2.0 license to match XGBoost +- Added shared libraries +- Added support for booster attributes + +## 0.1.3 (2019-10-27) + - Added support for missing values - Fixed Daru training and prediction - Fixed error with JRuby -## 0.1.2 +## 0.1.2 (2019-08-19) - Friendlier message when XGBoost not found - Free memory when objects are destroyed - Added `Ranker` - Added early stopping to Scikit-Learn API -## 0.1.1 +## 0.1.1 (2019-08-16) - Added Scikit-Learn API - Added early stopping - Added `cv` method - Added support for Daru and Numo::NArray - Added many other methods - Fixed shape of multiclass predictions when loaded from file -## 0.1.0 +## 0.1.0 (2019-08-15) - First release