## 0.2.1 (2020-11-15) - Updated LightGBM to 3.1.0 ## 0.2.0 (2020-08-31) - Updated LightGBM to 3.0.0 - Made `best_iteration` and `eval_hist` consistent with Python ## 0.1.9 (2020-06-10) - Added support for Rover - Improved performance of Numo datasets ## 0.1.8 (2020-05-09) - Improved error message when OpenMP not found on Mac - Fixed `Cannot add validation data` error ## 0.1.7 (2019-12-05) - Updated LightGBM to 2.3.1 - Switched to doubles for datasets and predictions ## 0.1.6 (2019-09-29) - Updated LightGBM to 2.3.0 - Fixed error with JRuby ## 0.1.5 (2019-09-03) - Packaged LightGBM with gem - Added support for missing values - Added `feature_names` to datasets - Fixed Daru training and prediction ## 0.1.4 (2019-08-19) - Friendlier message when LightGBM not found - Added `Ranker` - Added early stopping to Scikit-Learn API - Free memory when objects are destroyed - Removed unreleased `dump_text` method ## 0.1.3 (2019-08-16) - Added Scikit-Learn API - Added support for Daru and Numo::NArray ## 0.1.2 (2019-08-15) - Added `cv` method - Added early stopping - Fixed multiclass classification ## 0.1.1 (2019-08-14) - Added training API - Added many methods ## 0.1.0 (2019-08-13) - First release