From 141f9ebf4b2f1c2ebbbf10ed2008f53af906b2e1 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Fri, 24 Jul 2015 08:51:05 -0700 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 90fd77ebb..0be001744 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -34,3 +34,10 @@ xgboost-0.4 - xgboost python model is now pickable * sklearn wrapper is supported in python module * Experimental External memory version + +on going version +===== +* Python module now throw exception instead of crash terminal when a parameter error happens. +* Java api is ready for use +* Added more test cases and continuous integration to make each build more robust +* Improvements in sklearn compatible module